Adds PD.Core schema files from submodule build

This commit is contained in:
Neil Dorin
2020-01-22 12:16:04 -07:00
parent cb6dcc7de9
commit f113b0df63
9 changed files with 275 additions and 5 deletions

View File

@@ -18,8 +18,10 @@
"$ref":"ControlPropertiesConfigSchema.json#definitions/ControlPropertiesConfig"
},
"id":{
"title":"Display ID",
"description": "This must match the ID set in the display's on screen menu",
"type":"string",
"pattern": "^([0-9]|0[1-9]|[1-9][0-9])$"
"pattern": "^(?!FF)[0-9,A-F,a-f][0-9,A-F,a-f]$"
}
}
}