102 lines
No EOL
2 KiB
JSON
102 lines
No EOL
2 KiB
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"title": {
|
|
"type": "string"
|
|
},
|
|
"uri": {
|
|
"type": "string"
|
|
},
|
|
"image": {
|
|
"type": "string"
|
|
},
|
|
"description": {
|
|
"type": "string"
|
|
},
|
|
"colors": {
|
|
"type": "object",
|
|
"properties": {
|
|
"text": {
|
|
"type": "string"
|
|
},
|
|
"tag_hover": {
|
|
"type": "string"
|
|
},
|
|
"background": {
|
|
"type": "object",
|
|
"properties": {
|
|
"type": {
|
|
"type": "string"
|
|
},
|
|
"angle": {
|
|
"type": "number"
|
|
},
|
|
"colors": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "object",
|
|
"properties": {
|
|
"color": {
|
|
"type": "string"
|
|
},
|
|
"position": {
|
|
"type": "number"
|
|
}
|
|
},
|
|
"required": [
|
|
"color",
|
|
"position"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"required": [
|
|
"type",
|
|
"angle",
|
|
"colors"
|
|
]
|
|
},
|
|
"buttons": {
|
|
"type": "object",
|
|
"properties": {
|
|
"text": {
|
|
"type": "string"
|
|
},
|
|
"text_hover": {
|
|
"type": "string"
|
|
},
|
|
"background": {
|
|
"type": "string"
|
|
},
|
|
"background_hover": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"text",
|
|
"text_hover",
|
|
"background",
|
|
"background_hover"
|
|
]
|
|
}
|
|
},
|
|
"required": [
|
|
"text",
|
|
"tag_hover",
|
|
"background",
|
|
"buttons"
|
|
]
|
|
},
|
|
"content": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"title",
|
|
"uri",
|
|
"image",
|
|
"description",
|
|
"colors",
|
|
"content"
|
|
]
|
|
} |