Payload schema
subscriptionKeystring
Raw JSON schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"subscriptionKey": {
"type": "string",
"minLength": 1
}
},
"required": [
"subscriptionKey"
]
}