{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_key_response_collection", "title": "stream_key_response_collection", "allOf": [ { "$ref": "#/components/schemas/stream_api-response-common" }, { "properties": { "result": { "items": { "properties": { "created": { "$ref": "#/components/schemas/stream_signing_key_created" }, "id": { "$ref": "#/components/schemas/stream_schemas-identifier" } }, "type": "object" }, "type": "array" } } } ] }