cartodb/lib/formats/legends/conf.json
2020-06-15 10:58:47 +08:00

13 lines
175 B
JSON

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