generated from VLADIMIR/template
update editor
This commit is contained in:
+32
-18
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user