Added v1 schema for PushStatusReport
This commit is contained in:
@@ -60,7 +60,7 @@ Every command/response schema *extends* `envelope.schema.json` with
|
||||
```json
|
||||
{
|
||||
"allOf": [
|
||||
{ "$ref": "../../../envelope.schema.json" },
|
||||
{ "$ref": "../../../common/envelope.schema.json" },
|
||||
{ "type": "object", "properties": { "command": { "const": "get_version" } } }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user