dokytree/samples/it_v2/schemas_builder/parts/name.json

14 lines
170 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"name": {
"oneOf": [
{"type": "string"},
{"enum": [
"''"
]}
]
}
}
}