mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
schemas: permissions additional_urls are of the same type as url.
This commit is contained in:
parent
940dce2b77
commit
9514d6a2bf
1 changed files with 4 additions and 3 deletions
|
@ -294,13 +294,14 @@
|
|||
},
|
||||
"additional_urls": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"items": {"$ref": "#/$defs/path_absolute"}
|
||||
},
|
||||
"label": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"ports": {
|
||||
"type": "object",
|
||||
|
|
Loading…
Add table
Reference in a new issue