winutil/schemas/config/preset.json

13 lines
222 B
JSON
Raw Normal View History

{
2024-08-07 10:11:07 -05:00
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"patternProperties": {
"^[a-zA-Z_][a-zA-Z0-9_]*$": {
"type": "array",
"items": {
"type": "string"
}
}
}
2024-08-07 10:11:07 -05:00
}