We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9f81d commit 2bfc824Copy full SHA for 2bfc824
packages/timeline-state-resolver-api/$schemas/mapping-schema.json
@@ -3,6 +3,10 @@
3
"description": "This is a meta-schema that defines the schemas for *device*/$schemas/mappings.json",
4
"type": "object",
5
"properties": {
6
+ "$schema": {
7
+ "description": "The $schema property is the schema that this file adheres to",
8
+ "type": "string"
9
+ },
10
"default": {
11
"description": "The default mapping to use when creating a new mapping for this device",
12
"type": "string"
0 commit comments