Schema updates

This commit is contained in:
Neil Dorin
2020-01-22 15:28:19 -07:00
parent f113b0df63
commit 1ccdeda5ed
2 changed files with 7 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "DmChassisController Properties Config Schema",
"description": "",
"$ref":"EssentialsConfigSchema.json/definitions/Device",
"$ref":"EssentialsConfigSchema.json#definitions/Device",
"properties":{
"properties":{
"$ref":"#/definitions/propertiesConfig"

View File

@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "SamsungMDC Properties Config Schema",
"title": "SamsungMDC Properties Config Schema v1",
"description": "",
"$ref":"EssentialsConfigSchema.json#/definitions/Device",
"properties":{
@@ -23,7 +23,11 @@
"type":"string",
"pattern": "^(?!FF)[0-9,A-F,a-f][0-9,A-F,a-f]$"
}
}
},
"required": [
"control",
"id"
]
}
}
}