1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

schemas: Add support install.*.pattern.{regex,error}

This commit is contained in:
Salamandar 2023-09-24 16:09:47 +02:00
parent 19f3eb02cf
commit bd6a08d9cb

View file

@ -199,6 +199,20 @@
}
}
]
},
"pattern": {
"type": "object",
"required": [],
"additionalProperties": false,
"properties": {
"regexp": {
"type": "string",
"format": "regex"
},
"error": {
"type": "string"
}
}
}
}
}