mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 21:24:54 +00:00
Schema updates
This commit is contained in:
@@ -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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user