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

13 lines
175 B
JSON

{
"type": "object",
"additionalProperties": false,
"properties": {
"columns": {
"type": "array",
"items": {
"type": "string"
}
}
}
}