Schema queryapi-subscription-response.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "A single subscription to a Query API",
"properties": { },
"required": [
"id",
"ws_href",
"max_update_rate_ms",
"persist",
"secure",
"resource_path",
"params"
],
"title": "Subscription",
"type": "object"
}