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

This commit is contained in:
Félix Piédallu 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"
}
}
}
}
}