schemas: permissions additional_urls are of the same type as url.
This commit is contained in:
@ -294,9 +294,10 @@
|
||||
},
|
||||
"additional_urls": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
"items": {"$ref": "#/$defs/path_absolute"}
|
||||
},
|
||||
"label": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user