Refine built-in web app experience
This commit is contained in:
104
openapi.json
104
openapi.json
@@ -1843,6 +1843,100 @@
|
||||
],
|
||||
"title": "ServerConfigurationStatusResponse"
|
||||
},
|
||||
"ServerDiscoveryInfoResponse": {
|
||||
"properties": {
|
||||
"last_scan_at": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Last Scan At"
|
||||
},
|
||||
"last_scan_mode": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Last Scan Mode"
|
||||
},
|
||||
"online": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Online"
|
||||
},
|
||||
"found": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Found"
|
||||
},
|
||||
"added": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Added"
|
||||
},
|
||||
"updated": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Updated"
|
||||
},
|
||||
"removed_offline": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Removed Offline"
|
||||
},
|
||||
"pending_removal": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
],
|
||||
"title": "Pending Removal"
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
"title": "ServerDiscoveryInfoResponse"
|
||||
},
|
||||
"ServerInfoResponse": {
|
||||
"properties": {
|
||||
"app_name": {
|
||||
@@ -1919,6 +2013,16 @@
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
},
|
||||
"discovery": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/ServerDiscoveryInfoResponse"
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user