diff --git a/specs/openapi.json b/specs/openapi.json index aefe9de..fe92f33 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -21738,14 +21738,7 @@ "null" ], "items": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/SnowflakeType" - } - ] + "$ref": "#/components/schemas/SnowflakeType" }, "maxItems": 1521 }, diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 61e7af2..3273e2b 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -22121,14 +22121,7 @@ "null" ], "items": { - "oneOf": [ - { - "type": "null" - }, - { - "$ref": "#/components/schemas/SnowflakeType" - } - ] + "$ref": "#/components/schemas/SnowflakeType" }, "maxItems": 1521 },