Created
November 19, 2017 08:23
-
-
Save mrik23/aca806990860b281b0d5bc41636ba2ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": { | |
"description": "schema of the JSON", | |
}, | |
"debugMode": { | |
"description": "Is this JSON in debug mode?", | |
}, | |
"elmType": { | |
"description": "The type of element to create", | |
}, | |
"children": { | |
"description": "Children elements", | |
}, | |
"txtContent": { | |
}, | |
"style": { | |
"description": "Specifies the style object for this element", | |
}, | |
"customRowAction": { | |
}, | |
"attributes": { | |
"type": "object", | |
"description": "Additional attributes to be added to elmType", | |
"properties": { | |
}, | |
"patternProperties": { | |
}, | |
"additionalProperties": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment