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