mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 04:34:56 +00:00
Adds control object to schema
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": "SamsungMDC Properties Config Schema",
|
"title": "SamsungMDC 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"
|
||||||
@@ -13,9 +13,13 @@
|
|||||||
"type":"object",
|
"type":"object",
|
||||||
"additionalProperties": true,
|
"additionalProperties": true,
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"control":{
|
||||||
|
"type":"object",
|
||||||
|
"$ref":"ControlPropertiesConfigSchema.json#definitions/ControlPropertiesConfig"
|
||||||
|
},
|
||||||
"id":{
|
"id":{
|
||||||
"type":"string",
|
"type":"string",
|
||||||
"pattern": "^([0-9]|0[1-9]|[2-9][0-9])$"
|
"pattern": "^([0-9]|0[1-9]|[1-9][0-9])$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user