cartodb-4.42/lib/formats/legends/definitions/bubble.json
2024-04-06 05:25:13 +00:00

14 lines
276 B
JSON

{
"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" }
}
}