blob: f364943b44e2fca6200fe0ad9b84383262fe6a64 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"response": {
"type": "object",
"properties": {
"subscriptionId": {
"type": "string"
}
},
"required": [
"subscriptionId"
]
},
"statusCode": {
"type": "integer"
},
"uri": {
"type": "string"
}
},
"required": [
"response",
"statusCode",
"uri"
]
}