generated from VLADIMIR/template
fix
This commit is contained in:
@@ -402,6 +402,15 @@
|
||||
"items": {
|
||||
"$ref": "#/definitions/evening_detectiveApplication"
|
||||
}
|
||||
},
|
||||
"hidden": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"doors": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/evening_detectiveDoor"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -453,6 +462,20 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"evening_detectiveDoor": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"code": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"show": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"evening_detectiveDownloadTeamsQrCodesFileRsp": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user