mirror of
https://github.com/MatMoul/dokytree.git
synced 2025-11-20 22:42:05 +00:00
Update schemas and templates
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
todo
|
||||
name
|
||||
maintainer
|
||||
computer_type
|
||||
# computer_roles
|
||||
model
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
todo
|
||||
name
|
||||
maintainer
|
||||
netdev_type
|
||||
netdev_roles
|
||||
model
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
todo
|
||||
name
|
||||
maintainer
|
||||
printer_type
|
||||
model
|
||||
location
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
todo
|
||||
name
|
||||
maintainer
|
||||
server_type
|
||||
server_roles
|
||||
model
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
todo
|
||||
name
|
||||
maintainer
|
||||
software
|
||||
urls
|
||||
files
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
todo
|
||||
name
|
||||
maintainer
|
||||
voipdev_type
|
||||
model
|
||||
location
|
||||
|
||||
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