stream_keys

APIs.ioEngineeringPlatform

Properties

Name Type Description
created object
id object
jwk object
pem object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-keys-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_keys",
  "title": "stream_keys",
  "properties": {
    "created": {
      "$ref": "#/components/schemas/stream_signing_key_created"
    },
    "id": {
      "$ref": "#/components/schemas/stream_schemas-identifier"
    },
    "jwk": {
      "$ref": "#/components/schemas/stream_jwk"
    },
    "pem": {
      "$ref": "#/components/schemas/stream_pem"
    }
  },
  "type": "object"
}