mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
Schema updates
This commit is contained in:
parent
f113b0df63
commit
1ccdeda5ed
2 changed files with 7 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||||
"title": "DmChassisController Properties Config Schema",
|
"title": "DmChassisController Properties Config Schema",
|
||||||
"description": "",
|
"description": "",
|
||||||
"$ref":"EssentialsConfigSchema.json/definitions/Device",
|
"$ref":"EssentialsConfigSchema.json#definitions/Device",
|
||||||
"properties":{
|
"properties":{
|
||||||
"properties":{
|
"properties":{
|
||||||
"$ref":"#/definitions/propertiesConfig"
|
"$ref":"#/definitions/propertiesConfig"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||||
"title": "SamsungMDC Properties Config Schema",
|
"title": "SamsungMDC Properties Config Schema v1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"$ref":"EssentialsConfigSchema.json#/definitions/Device",
|
"$ref":"EssentialsConfigSchema.json#/definitions/Device",
|
||||||
"properties":{
|
"properties":{
|
||||||
|
|
@ -23,7 +23,11 @@
|
||||||
"type":"string",
|
"type":"string",
|
||||||
"pattern": "^(?!FF)[0-9,A-F,a-f][0-9,A-F,a-f]$"
|
"pattern": "^(?!FF)[0-9,A-F,a-f][0-9,A-F,a-f]$"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"required": [
|
||||||
|
"control",
|
||||||
|
"id"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue