From c3382b8cc4d72b0dac1c2208f80c869147071ea4 Mon Sep 17 00:00:00 2001 From: Adversary Date: Tue, 14 Nov 2023 18:10:02 +0000 Subject: [PATCH] main - Automated spec update (13622) made at remote:2023-11-14T17:45:52 taken at now:2023-11-14T18:10:02 made by remote Nelly (automation bot) <> --- specs/openapi.json | 32 ++++++++++++++++++++++++++++++++ specs/openapi_preview.json | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) diff --git a/specs/openapi.json b/specs/openapi.json index cc996c6..d937be7 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -20891,6 +20891,38 @@ "boolean", "null" ] + }, + "title": { + "type": [ + "string", + "null" + ] + }, + "application": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/ApplicationResponse" + } + ] + }, + "clip_created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "clip_participants": { + "type": [ + "array", + "null" + ], + "items": { + "$ref": "#/components/schemas/UserResponse" + } } }, "required": [ diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 22b7f92..06c0b85 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -20958,6 +20958,38 @@ "boolean", "null" ] + }, + "title": { + "type": [ + "string", + "null" + ] + }, + "application": { + "oneOf": [ + { + "type": "null" + }, + { + "$ref": "#/components/schemas/ApplicationResponse" + } + ] + }, + "clip_created_at": { + "type": [ + "string", + "null" + ], + "format": "date-time" + }, + "clip_participants": { + "type": [ + "array", + "null" + ], + "items": { + "$ref": "#/components/schemas/UserResponse" + } } }, "required": [