Added v1 schema for PushStatusReport

This commit is contained in:
2026-08-31 07:03:43 +00:00
parent 4cc40c913c
commit fe735c310b
14 changed files with 312 additions and 18 deletions
+1 -1
View File
@@ -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" } } }
]
}