cartodb/lib/formats/legends/definitions/bubble.json

14 lines
276 B
JSON
Raw Normal View History

2020-06-15 10:58:47 +08:00
{
"type": "object",
"required": ["color"],
"additionalProperties": false,
"properties": {
"color": {
"type": "string",
"pattern": "^#(?:[0-9a-fA-F]{3}){1,2}$"
},
"top_label": { "type": "string" },
"bottom_label": { "type": "string" }
}
}