1
0
Fork 0
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:
Salamandar 2023-09-24 16:07:03 +02:00
parent 940dce2b77
commit 9514d6a2bf

View file

@ -294,9 +294,10 @@
},
"additional_urls": {
"type": "array",
"items": {
"type": "string"
}
"items": {"$ref": "#/$defs/path_absolute"}
},
"label": {
"type": "string"
}
}
}