cartodb/lib/formats/legends/conf.json

13 lines
175 B
JSON
Raw Normal View History

2020-06-15 10:58:47 +08:00
{
"type": "object",
"additionalProperties": false,
"properties": {
"columns": {
"type": "array",
"items": {
"type": "string"
}
}
}
}