{ "collection": "features", "field": "id", "type": "integer", "meta": { "collection": "features", "conditions": null, "display": null, "display_options": null, "field": "id", "group": null, "hidden": true, "interface": "input", "note": null, "options": null, "readonly": true, "required": false, "sort": 1, "special": null, "translations": null, "validation": null, "validation_message": null, "width": "full" }, "schema": { "name": "id", "table": "features", "data_type": "integer", "default_value": "nextval('features_id_seq'::regclass)", "max_length": null, "numeric_precision": 32, "numeric_scale": 0, "is_nullable": false, "is_unique": true, "is_indexed": false, "is_primary_key": true, "is_generated": false, "generation_expression": null, "has_auto_increment": true, "foreign_key_table": null, "foreign_key_column": null } }