blob: 542be234f6a6f27fc8d8a7ff0b62a06a6677b682 [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."
},
"items": {
"type": "array",
"description": "A JSON array containing JSON representations of things in this page of the search results."
}
},
"required": ["subscriptionId", "items"]
}