Skip to content

Instantly share code, notes, and snippets.

@bulentv
Last active October 20, 2022 02:28
Show Gist options
  • Save bulentv/9309c980b286253d2cb6db98ba0d5d78 to your computer and use it in GitHub Desktop.
Save bulentv/9309c980b286253d2cb6db98ba0d5d78 to your computer and use it in GitHub Desktop.
{
"type": "object",
"type2": "object2",
"type3": "obj3",
"type4": "o5",
"properties": {
"TitleText": {
"type": "string"
},
"SubTitle_Text": {
"type": "string"
},
"Y_Value": {
"type": "string"
},
"TitleColor": {
"type": "color"
},
"SubTitleColor": {
"type": "color"
},
"BarColor_0": {
"type": "color"
},
"BarColor_1": {
"type": "color"
},
"BarColor_2": {
"type": "color"
},
"BarColor_3": {
"type": "color"
},
"BarColor_4": {
"type": "color"
},
"BarColor_5": {
"type": "color"
},
"BarColor_6": {
"type": "color"
},
"BarColor_7": {
"type": "color"
},
"BarColor_8": {
"type": "color"
},
"BarColor_9": {
"type": "color"
},
"BarColor_10": {
"type": "color"
},
"BarColor_11": {
"type": "color"
},
"Bars": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Value": {
"type": "number",
"title": "Value"
},
"name": {
"type": "string",
"title": "Description"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment