update editor

This commit is contained in:
2025-12-07 01:34:42 +07:00
parent d372104760
commit 09b04de9c3
8 changed files with 209 additions and 109 deletions
+32 -18
View File
@@ -363,6 +363,27 @@
},
"text": {
"type": "string"
},
"applications": {
"type": "array",
"items": {
"$ref": "#/definitions/evening_detectiveGetGraphRspApplication"
}
}
}
},
"crabsevening_detectiveApplication": {
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "int64"
},
"name": {
"type": "string"
},
"state": {
"type": "string"
}
}
},
@@ -385,7 +406,7 @@
"applications": {
"type": "array",
"items": {
"$ref": "#/definitions/evening_detectiveApplication"
"$ref": "#/definitions/crabsevening_detectiveApplication"
}
}
}
@@ -423,21 +444,6 @@
}
}
},
"evening_detectiveApplication": {
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "int64"
},
"name": {
"type": "string"
},
"state": {
"type": "string"
}
}
},
"evening_detectiveDownloadTeamsQrCodesFileRsp": {
"type": "object",
"properties": {
@@ -504,6 +510,14 @@
}
}
},
"evening_detectiveGetGraphRspApplication": {
"type": "object",
"properties": {
"name": {
"type": "string"
}
}
},
"evening_detectiveGetTeamRsp": {
"type": "object",
"properties": {
@@ -547,7 +561,7 @@
"applications": {
"type": "array",
"items": {
"$ref": "#/definitions/evening_detectiveApplication"
"$ref": "#/definitions/crabsevening_detectiveApplication"
}
}
}
@@ -589,7 +603,7 @@
"applications": {
"type": "array",
"items": {
"$ref": "#/definitions/evening_detectiveApplication"
"$ref": "#/definitions/crabsevening_detectiveApplication"
}
}
}