mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-11 18:54:52 +00:00
23 lines
643 B
JSON
23 lines
643 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "SamsungMDC Properties Config Schema",
|
|
"description": "",
|
|
"$ref":"EssentialsConfigSchema.json/definitions/Device",
|
|
"properties":{
|
|
"properties":{
|
|
"$ref":"#/definitions/propertiesConfig"
|
|
}
|
|
},
|
|
"definitions": {
|
|
"propertiesConfig": {
|
|
"type":"object",
|
|
"additionalProperties": true,
|
|
"properties": {
|
|
"id":{
|
|
"type":"string",
|
|
"pattern": "^([0-9]|0[1-9]|[2-9][0-9])$"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |