stream_key_response_collection

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-key-response-collection-schema.json Raw ↑
{
  "$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"
        }
      }
    }
  ]
}