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": [