diff --git a/specs/openapi.json b/specs/openapi.json index f409401..46b5b1d 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -19690,12 +19690,6 @@ "items": { "$ref": "#/components/schemas/UserResponse" } - }, - "clip_events_timeline": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ClipEventTimelineEntryResponse" - } } }, "required": [ @@ -21894,37 +21888,6 @@ "value" ] }, - "ClipEventTimelineEntryResponse": { - "type": "object", - "properties": { - "timestamp_ms": { - "type": "integer", - "format": "int32" - }, - "speaking": { - "$ref": "#/components/schemas/ClipSpeakingEventResponse" - } - }, - "required": [ - "timestamp_ms" - ] - }, - "ClipSpeakingEventResponse": { - "type": "object", - "properties": { - "user_id": { - "$ref": "#/components/schemas/SnowflakeType" - }, - "speaking_flags": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "user_id", - "speaking_flags" - ] - }, "CommandPermissionResponse": { "type": "object", "properties": { @@ -30813,12 +30776,6 @@ "items": { "$ref": "#/components/schemas/UserResponse" } - }, - "clip_events_timeline": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ClipEventTimelineEntryResponse" - } } }, "required": [ diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 088d590..90b6c61 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -19702,12 +19702,6 @@ "items": { "$ref": "#/components/schemas/UserResponse" } - }, - "clip_events_timeline": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ClipEventTimelineEntryResponse" - } } }, "required": [ @@ -21945,37 +21939,6 @@ "value" ] }, - "ClipEventTimelineEntryResponse": { - "type": "object", - "properties": { - "timestamp_ms": { - "type": "integer", - "format": "int32" - }, - "speaking": { - "$ref": "#/components/schemas/ClipSpeakingEventResponse" - } - }, - "required": [ - "timestamp_ms" - ] - }, - "ClipSpeakingEventResponse": { - "type": "object", - "properties": { - "user_id": { - "$ref": "#/components/schemas/SnowflakeType" - }, - "speaking_flags": { - "type": "integer", - "format": "int32" - } - }, - "required": [ - "user_id", - "speaking_flags" - ] - }, "CommandPermissionResponse": { "type": "object", "properties": { @@ -30911,12 +30874,6 @@ "items": { "$ref": "#/components/schemas/UserResponse" } - }, - "clip_events_timeline": { - "type": "array", - "items": { - "$ref": "#/components/schemas/ClipEventTimelineEntryResponse" - } } }, "required": [