{ "$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" }