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
@@ -3,7 +3,7 @@
"$id": "https://git.octoturge.com/Continuum/continuum-schemas/raw/branch/main/schemas/bambulab/v1/request/info/get_version.schema.json",
"title": "GetVersionRequest",
"allOf": [
{ "$ref": "../../../envelope.schema.json" },
{ "$ref": "../../../common/envelope.schema.json" },
{
"type": "object",
"properties": {
@@ -3,7 +3,7 @@
"$id": "https://git.octoturge.com/Continuum/continuum-schemas/raw/branch/main/schemas/bambulab/v1/request/pushing/pushall.schema.json",
"title": "PushallRequest",
"allOf": [
{ "$ref": "../../../envelope.schema.json" },
{ "$ref": "../../../common/envelope.schema.json" },
{
"type": "object",
"properties": {