Added v1 schema for PushStatusReport
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "https://git.octoturge.com/Continuum/continuum-schemas/raw/branch/main/schemas/bambulab/v1/report/info/get_version.schema.json",
|
||||
"title": "GetVersionResponse",
|
||||
"title": "GetVersionReport",
|
||||
"allOf": [
|
||||
{ "$ref": "../../../envelope.schema.json" },
|
||||
{ "$ref": "../../../common/envelope.schema.json" },
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"command": { "const": "get_version" },
|
||||
"result": { "type": "string" },
|
||||
"reason": { "type": "string" },
|
||||
"module": {
|
||||
"type": "array",
|
||||
"items": { "$ref": "_module_info.schema.json" }
|
||||
|
||||
Reference in New Issue
Block a user