From fa4decd4c2e01931452672f16c9b09791f5a7080 Mon Sep 17 00:00:00 2001 From: PatrickMenoti <82882574+PatrickMenoti@users.noreply.github.com> Date: Wed, 28 Feb 2024 18:45:06 -0300 Subject: [PATCH] chore: update type null to nullable --- domains.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains.yaml b/domains.yaml index a675181..73ca004 100644 --- a/domains.yaml +++ b/domains.yaml @@ -299,8 +299,8 @@ components: format: int64 type: integer digital_certificate_id: + nullable: true oneOf: - - type: 'null' - type: string - type: integer format: int64 @@ -351,8 +351,8 @@ components: format: int64 type: integer digital_certificate_id: + nullable: true oneOf: - - type: 'null' - type: string - type: integer format: int64 @@ -441,8 +441,8 @@ components: format: int64 type: integer digital_certificate_id: + nullable: true oneOf: - - type: 'null' - type: string - type: integer format: int64