ci: fix swiftformat and bun CI
This commit is contained in:
91
dist/protocol.schema.json
vendored
91
dist/protocol.schema.json
vendored
@@ -51,6 +51,14 @@
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"deviceFamily": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"modelIdentifier": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"mode": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
@@ -185,6 +193,14 @@
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"deviceFamily": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"modelIdentifier": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"mode": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
@@ -538,6 +554,14 @@
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"deviceFamily": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"modelIdentifier": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"mode": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
@@ -617,6 +641,14 @@
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"deviceFamily": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"modelIdentifier": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"mode": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
@@ -860,6 +892,28 @@
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"deviceFamily": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"modelIdentifier": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"caps": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"remoteIp": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
@@ -923,6 +977,19 @@
|
||||
"type": "object",
|
||||
"properties": {}
|
||||
},
|
||||
"NodeDescribeParams": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"nodeId": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"nodeId"
|
||||
]
|
||||
},
|
||||
"NodeInvokeParams": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
@@ -1773,7 +1840,7 @@
|
||||
},
|
||||
"limit": {
|
||||
"minimum": 1,
|
||||
"maximum": 500,
|
||||
"maximum": 1000,
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
@@ -1818,6 +1885,24 @@
|
||||
"idempotencyKey"
|
||||
]
|
||||
},
|
||||
"ChatAbortParams": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"sessionKey": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"runId": {
|
||||
"minLength": 1,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"sessionKey",
|
||||
"runId"
|
||||
]
|
||||
},
|
||||
"ChatEvent": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
@@ -1844,6 +1929,10 @@
|
||||
"const": "final",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"const": "aborted",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"const": "error",
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user