Skip to content

Instantly share code, notes, and snippets.

@mrik23
Created November 19, 2017 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrik23/aca806990860b281b0d5bc41636ba2ef to your computer and use it in GitHub Desktop.
Save mrik23/aca806990860b281b0d5bc41636ba2ef to your computer and use it in GitHub Desktop.
{
"$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