cartodb-4.42/lib/formats/legends/conf.json

13 lines
175 B
JSON
Raw Normal View History

2024-04-06 13:25:13 +08:00
{
"type": "object",
"additionalProperties": false,
"properties": {
"columns": {
"type": "array",
"items": {
"type": "string"
}
}
}
}