diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 063d6d75..894f5fb8 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -98569,11 +98569,21 @@ "type": "array" }, "metadata": { - "additionalProperties": { - "type": "string" - }, - "description": "Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.", - "type": "object" + "anyOf": [ + { + "additionalProperties": { + "type": "string" + }, + "type": "object" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format." }, "name": { "description": "The feature's name, for your own purpose, not meant to be displayable to the customer.", diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index c2424aa2..0b4ad085 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -79202,11 +79202,21 @@ "type": "array" }, "metadata": { - "additionalProperties": { - "type": "string" - }, - "description": "Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.", - "type": "object" + "anyOf": [ + { + "additionalProperties": { + "type": "string" + }, + "type": "object" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format." }, "name": { "description": "The feature's name, for your own purpose, not meant to be displayable to the customer.",