dokytree/samples/it_v1/schemas_builder/parts/maintainer.json

14 lines
176 B
JSON
Raw Permalink Normal View History

2024-04-27 21:27:29 +00:00
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"maintainer": {
"oneOf": [
{"type": "string"},
{"enum": [
"''"
]}
]
}
}
}