blob: 490bea7908b402cf48d81ac8a3e7afaec228e909 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "",
"title": "",
"properties": {
"subscriptionId": {
"type": "string",
"description": "Identifier of the search subscription delivered by a previous \"created\" event."
}
},
"required": ["subscriptionId"]
}