mirror of
https://github.com/MatMoul/dokytree.git
synced 2025-11-21 06:52:05 +00:00
Update schemas and templates
This commit is contained in:
13
samples/it_v1/schemas_builder/parts/maintainer.json
Normal file
13
samples/it_v1/schemas_builder/parts/maintainer.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"maintainer": {
|
||||
"oneOf": [
|
||||
{"type": "string"},
|
||||
{"enum": [
|
||||
"''"
|
||||
]}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user