{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_live_input_object_without_url", "title": "stream_live_input_object_without_url", "properties": { "created": { "$ref": "#/components/schemas/stream_live_input_created" }, "deleteRecordingAfterDays": { "$ref": "#/components/schemas/stream_live_input_recording_deletion" }, "meta": { "$ref": "#/components/schemas/stream_live_input_metadata" }, "modified": { "$ref": "#/components/schemas/stream_live_input_modified" }, "uid": { "$ref": "#/components/schemas/stream_live_input_identifier" } } }