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

11 lines
231 B
JSON

{
"type": "object",
"additionalProperties": false,
"properties": {
"prefix": { "type": "string" },
"suffix": { "type": "string" },
"left_label": { "type": "string" },
"right_label": { "type": "string" }
}
}