Update schemas and templates

This commit is contained in:
2024-04-27 23:27:29 +02:00
parent 1db2eed430
commit 30519a4d24
21 changed files with 131 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
todo
name
maintainer
computer_type
# computer_roles
model

View File

@@ -1,5 +1,6 @@
todo
name
maintainer
netdev_type
netdev_roles
model

View File

@@ -1,5 +1,6 @@
todo
name
maintainer
printer_type
model
location

View File

@@ -1,5 +1,6 @@
todo
name
maintainer
server_type
server_roles
model

View File

@@ -1,5 +1,6 @@
todo
name
maintainer
software
urls
files

View File

@@ -1,5 +1,6 @@
todo
name
maintainer
voipdev_type
model
location

View File

@@ -0,0 +1,13 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"maintainer": {
"oneOf": [
{"type": "string"},
{"enum": [
"''"
]}
]
}
}
}