mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
44 lines
1001 B
JSON
44 lines
1001 B
JSON
{
|
|
"collection": "maps",
|
|
"field": "tile_server_url",
|
|
"type": "string",
|
|
"meta": {
|
|
"collection": "maps",
|
|
"conditions": null,
|
|
"display": null,
|
|
"display_options": null,
|
|
"field": "tile_server_url",
|
|
"group": "tile_server",
|
|
"hidden": false,
|
|
"interface": "input",
|
|
"note": null,
|
|
"options": null,
|
|
"readonly": false,
|
|
"required": false,
|
|
"sort": 1,
|
|
"special": null,
|
|
"translations": null,
|
|
"validation": null,
|
|
"validation_message": null,
|
|
"width": "full"
|
|
},
|
|
"schema": {
|
|
"name": "tile_server_url",
|
|
"table": "maps",
|
|
"data_type": "character varying",
|
|
"default_value": null,
|
|
"max_length": 255,
|
|
"numeric_precision": null,
|
|
"numeric_scale": null,
|
|
"is_nullable": true,
|
|
"is_unique": false,
|
|
"is_indexed": false,
|
|
"is_primary_key": false,
|
|
"is_generated": false,
|
|
"generation_expression": null,
|
|
"has_auto_increment": false,
|
|
"foreign_key_table": null,
|
|
"foreign_key_column": null
|
|
}
|
|
}
|