From ac264b3ff01cf14c9c2b76e17f5aa916db1e18fe Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Mon, 8 Jun 2020 11:38:32 -0400 Subject: [PATCH] Move mock data to storybook folder --- .storybook/mock-data/collections.json | 11109 +++++++++++++++ .storybook/mock-data/fields.json | 11527 ++++++++++++++++ .storybook/mock-data/relations.json | 228 + .../v-field-template.story.ts | 10 +- 4 files changed, 22871 insertions(+), 3 deletions(-) create mode 100644 .storybook/mock-data/collections.json create mode 100644 .storybook/mock-data/fields.json create mode 100644 .storybook/mock-data/relations.json diff --git a/.storybook/mock-data/collections.json b/.storybook/mock-data/collections.json new file mode 100644 index 0000000000..b158f2174f --- /dev/null +++ b/.storybook/mock-data/collections.json @@ -0,0 +1,11109 @@ +{ + "collections": [ + { + "collection": "about_us", + "note": "", + "hidden": false, + "single": true, + "managed": true, + "fields": { + "id": { + "collection": "about_us", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 167, + "type": "integer", + "sort": 1, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "our_process": { + "collection": "about_us", + "field": "our_process", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 197, + "type": "string", + "sort": 2, + "interface": "wysiwyg", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "toolbar": [ + "bold", + "italic", + "underline", + "link", + "code" + ], + "custom_formats": null + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "date_founded": { + "collection": "about_us", + "field": "date_founded", + "datatype": "DATE", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 199, + "type": "date", + "sort": 6, + "interface": "calendar", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "min": "2019-09-15" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": null + }, + "new_business_email": { + "collection": "about_us", + "field": "new_business_email", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 322, + "type": "string", + "sort": 3, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200" + }, + "general_email": { + "collection": "about_us", + "field": "general_email", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 323, + "type": "string", + "sort": 4, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200" + }, + "one_sheet": { + "collection": "about_us", + "field": "one_sheet", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 324, + "type": "file", + "sort": 5, + "interface": "file", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "viewType": "cards", + "viewOptions": { + "title": "title", + "subtitle": "type", + "content": "description", + "src": "data" + }, + "viewQuery": [], + "filters": [] + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "brand_color_primary": { + "collection": "about_us", + "field": "brand_color_primary", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 877, + "type": "string", + "sort": 8, + "interface": "color", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "format": "hex", + "palette": [ + "#E91E63", + "#F44336", + "#FF9800", + "#FFC107", + "#FFEB3B", + "#CDDC39", + "#4CAF50", + "#00BCD4", + "#2196F3", + "#3F51B5", + "#9C27B0", + "#607D8B" + ], + "paletteOnly": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "20" + }, + "brand_color_secondary": { + "collection": "about_us", + "field": "brand_color_secondary", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 878, + "type": "string", + "sort": 9, + "interface": "color", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "format": "hex", + "palette": [ + "#E91E63", + "#F44336", + "#FF9800", + "#FFC107", + "#FFEB3B", + "#CDDC39", + "#4CAF50", + "#00BCD4", + "#2196F3", + "#3F51B5", + "#9C27B0", + "#607D8B" + ], + "paletteOnly": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "20" + }, + "brand_logo": { + "collection": "about_us", + "field": "brand_logo", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 881, + "type": "file", + "sort": null, + "interface": "file", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "viewType": "cards", + "viewOptions": { + "title": "title", + "subtitle": "type", + "content": "description", + "src": "data" + }, + "viewQuery": [], + "filters": [] + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "10" + }, + "global": { + "collection": "about_us", + "field": "global", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 880, + "type": "ALIAS", + "sort": 7, + "interface": "divider", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "style": "large", + "title": "Brand Details", + "description": "The following fields are only editable by administrators", + "hr": true, + "margin": true + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + } + }, + "icon": "location_city", + "translation": null, + "display_template": null, + "name": "About Us" + }, + { + "collection": "analytics", + "note": "Work in Progress", + "hidden": true, + "single": true, + "managed": true, + "fields": { + "id": { + "collection": "analytics", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 177, + "type": "integer", + "sort": 0, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "active_users": { + "collection": "analytics", + "field": "active_users", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": true, + "id": 346, + "type": "integer", + "sort": null, + "interface": "numeric", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "localized": true, + "iconRight": "people" + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "page_visits": { + "collection": "analytics", + "field": "page_visits", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 350, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "200" + }, + "page_views": { + "collection": "analytics", + "field": "page_views", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 351, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200" + } + }, + "icon": "bar_chart", + "translation": null, + "display_template": null, + "name": "Analytics" + }, + { + "collection": "customers", + "note": null, + "hidden": false, + "single": false, + "managed": true, + "fields": { + "id": { + "collection": "customers", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 183, + "type": "integer", + "sort": 1, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "10" + }, + "status": { + "collection": "customers", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "draft", + "note": "", + "signed": true, + "id": 184, + "type": "status", + "sort": 2, + "interface": "status", + "display": "status-dot", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "status_mapping": { + "published": { + "name": "Published", + "value": "published", + "text_color": "#FFFFFF", + "background_color": "#27AE60", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "draft": { + "name": "Draft", + "value": "draft", + "text_color": "#B0BEC5", + "background_color": "#DDE3E6", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": false, + "published": false, + "required_fields": false + }, + "deleted": { + "name": "Deleted", + "value": "deleted", + "text_color": "#FFFFFF", + "background_color": "#EB5757", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": true, + "published": false, + "required_fields": false + } + }, + "simpleBadge": true + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "20" + }, + "created_on": { + "collection": "customers", + "field": "created_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 185, + "type": "datetime_created", + "sort": 19, + "interface": "datetime-created", + "display": "datetime", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": null + }, + "first_name": { + "collection": "customers", + "field": "first_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 290, + "type": "string", + "sort": 6, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": false, + "formatValue": false, + "monospace": false, + "iconRight": "account_circle" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200" + }, + "last_name": { + "collection": "customers", + "field": "last_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 291, + "type": "string", + "sort": 7, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": false, + "formatValue": false, + "monospace": false, + "iconRight": "account_circle" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200" + }, + "email": { + "collection": "customers", + "field": "email", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 292, + "type": "string", + "sort": 10, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "alternate_email", + "trim": true, + "showCharacterCount": false, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200" + }, + "phone": { + "collection": "customers", + "field": "phone", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 293, + "type": "string", + "sort": 11, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "local_phone", + "placeholder": "(000) 000-0000", + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200" + }, + "description": { + "collection": "customers", + "field": "description", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 294, + "type": "string", + "sort": 14, + "interface": "textarea", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "rows": "4", + "serif": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "title": { + "collection": "customers", + "field": "title", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 295, + "type": "string", + "sort": 8, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": false, + "formatValue": false, + "monospace": false, + "iconRight": "title" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200" + }, + "owner": { + "collection": "customers", + "field": "owner", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 296, + "type": "m2o", + "sort": 3, + "interface": "many-to-one", + "display": "template", + "display_options": { + "template": "{{ first_name }} {{ last_name }}" + }, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "visible_fields": "first_name,last_name", + "placeholder": "Select an owner...", + "threshold": 20 + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "company": { + "collection": "customers", + "field": "company", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 297, + "type": "string", + "sort": 9, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "location_city", + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200" + }, + "birthday": { + "collection": "customers", + "field": "birthday", + "datatype": "DATE", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 298, + "type": "date", + "sort": 12, + "interface": "date", + "display": "datetime", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "localized": true, + "showRelative": true, + "iconRight": "cake" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": null + }, + "source": { + "collection": "customers", + "field": "source", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "other", + "note": "", + "signed": true, + "id": 299, + "type": "string", + "sort": 16, + "interface": "radio-buttons", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "choices": [ + { + "value": "web", + "text": "Web" + }, + { + "value": "phone", + "text": "Phone" + }, + { + "value": "referral", + "text": "Referral" + }, + { + "value": "other", + "text": "Other" + } + ], + "format": true + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "100" + }, + "created_by": { + "collection": "customers", + "field": "created_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 300, + "type": "owner", + "sort": 18, + "interface": "owner", + "display": "user", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "display": "name" + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "account_id": { + "collection": "customers", + "field": "account_id", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 301, + "type": "string", + "sort": 4, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "vpn_key", + "placeholder": "XXXX-XXXX", + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": true + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "20" + }, + "rating": { + "collection": "customers", + "field": "rating", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 303, + "type": "integer", + "sort": 13, + "interface": "rating", + "display": "rating", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "active_color": "amber", + "maxStars": 5, + "display": "star" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "tags": { + "collection": "customers", + "field": "tags", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 304, + "type": "array", + "sort": 15, + "interface": "tags", + "display": "tags", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "local_offer", + "validationMessage": "Please enter a valid tag", + "alphabetize": true, + "lowercase": false, + "wrap": false, + "format": false, + "sanitize": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "2000" + }, + "modified_by": { + "collection": "customers", + "field": "modified_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 305, + "type": "user_updated", + "sort": 21, + "interface": "user-updated", + "display": "user", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "display": "name" + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "modified_on": { + "collection": "customers", + "field": "modified_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 306, + "type": "datetime_updated", + "sort": 20, + "interface": "datetime-updated", + "display": "datetime", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": null + }, + "customer_divider": { + "collection": "customers", + "field": "customer_divider", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 884, + "type": "ALIAS", + "sort": 5, + "interface": "divider", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "icon": "person", + "title": "Customer", + "color": "#2F80ED" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "system_divider": { + "collection": "customers", + "field": "system_divider", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 885, + "type": "ALIAS", + "sort": 17, + "interface": "divider", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "style": "large", + "title": "", + "hr": true, + "margin": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + } + }, + "icon": "perm_contact_calendar", + "translation": null, + "display_template": "{{first_name}} {{last_name}} {{status}}", + "name": "Customers" + }, + { + "collection": "interface_library", + "note": "An example of each Directus Core interface", + "hidden": true, + "single": true, + "managed": true, + "fields": { + "id": { + "collection": "interface_library", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "status": { + "collection": "interface_library", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "draft", + "note": "", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "20" + }, + "sort": { + "collection": "interface_library", + "field": "sort", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "created_by": { + "collection": "interface_library", + "field": "created_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "created_on": { + "collection": "interface_library", + "field": "created_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "datetime", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "modified_by": { + "collection": "interface_library", + "field": "modified_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "modified_on": { + "collection": "interface_library", + "field": "modified_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "datetime", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "2fa_secret": { + "collection": "interface_library", + "field": "2fa_secret", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "16" + }, + "activity_icon": { + "collection": "interface_library", + "field": "activity_icon", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255" + }, + "button_group": { + "collection": "interface_library", + "field": "button_group", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255" + }, + "calendar": { + "collection": "interface_library", + "field": "calendar", + "datatype": "DATE", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "date", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "checkboxes": { + "collection": "interface_library", + "field": "checkboxes", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255" + }, + "code": { + "collection": "interface_library", + "field": "code", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "collections": { + "collection": "interface_library", + "field": "collections", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100" + }, + "color_picker": { + "collection": "interface_library", + "field": "color_picker", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "20" + }, + "color": { + "collection": "interface_library", + "field": "color", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "20" + }, + "date": { + "collection": "interface_library", + "field": "date", + "datatype": "DATE", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "date", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "datetime": { + "collection": "interface_library", + "field": "datetime", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "datetime", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "dropdown": { + "collection": "interface_library", + "field": "dropdown", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100" + }, + "file_preview": { + "collection": "interface_library", + "field": "file_preview", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255" + }, + "file_size": { + "collection": "interface_library", + "field": "file_size", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "file": { + "collection": "interface_library", + "field": "file", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "hashed": { + "collection": "interface_library", + "field": "hashed", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100" + }, + "icon": { + "collection": "interface_library", + "field": "icon", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "20" + }, + "json": { + "collection": "interface_library", + "field": "json", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "language": { + "collection": "interface_library", + "field": "language", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "m2o": { + "collection": "interface_library", + "field": "m2o", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "map": { + "collection": "interface_library", + "field": "map", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "markdown": { + "collection": "interface_library", + "field": "markdown", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "multiselect": { + "collection": "interface_library", + "field": "multiselect", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100" + }, + "numeric": { + "collection": "interface_library", + "field": "numeric", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "password": { + "collection": "interface_library", + "field": "password", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100" + }, + "radio_buttons": { + "collection": "interface_library", + "field": "radio_buttons", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100" + }, + "rating": { + "collection": "interface_library", + "field": "rating", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "repeater": { + "collection": "interface_library", + "field": "repeater", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "slider": { + "collection": "interface_library", + "field": "slider", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "tags": { + "collection": "interface_library", + "field": "tags", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "2000" + }, + "text_input": { + "collection": "interface_library", + "field": "text_input", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "200" + }, + "slug": { + "collection": "interface_library", + "field": "slug", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "200" + }, + "textarea": { + "collection": "interface_library", + "field": "textarea", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "time": { + "collection": "interface_library", + "field": "time", + "datatype": "TIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "time", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "toggle_icon": { + "collection": "interface_library", + "field": "toggle_icon", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3" + }, + "toggle": { + "collection": "interface_library", + "field": "toggle", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3" + }, + "user": { + "collection": "interface_library", + "field": "user", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "wysiwyg": { + "collection": "interface_library", + "field": "wysiwyg", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + } + }, + "icon": "star", + "translation": null, + "display_template": null, + "name": "Interface Library" + }, + { + "collection": "interface_library_files", + "note": "Junction Collection", + "hidden": true, + "single": false, + "managed": true, + "fields": { + "id": { + "collection": "interface_library_files", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "interface_library_id": { + "collection": "interface_library_files", + "field": "interface_library_id", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "directus_files_id": { + "collection": "interface_library_files", + "field": "directus_files_id", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + } + }, + "icon": "box", + "translation": null, + "display_template": null, + "name": "Interface Library Files" + }, + { + "collection": "interface_library_news", + "note": "Junction Collection", + "hidden": true, + "single": false, + "managed": true, + "fields": { + "id": { + "collection": "interface_library_news", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "interface_library_id": { + "collection": "interface_library_news", + "field": "interface_library_id", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "news_id": { + "collection": "interface_library_news", + "field": "news_id", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + } + }, + "icon": "box", + "translation": null, + "display_template": null, + "name": "Interface Library News" + }, + { + "collection": "interface_library_staff", + "note": "Junction Collection", + "hidden": true, + "single": false, + "managed": true, + "fields": { + "id": { + "collection": "interface_library_staff", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "interface_library_id": { + "collection": "interface_library_staff", + "field": "interface_library_id", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "staff_id": { + "collection": "interface_library_staff", + "field": "staff_id", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + } + }, + "icon": "box", + "translation": null, + "display_template": null, + "name": "Interface Library Staff" + }, + { + "collection": "locations", + "note": null, + "hidden": false, + "single": false, + "managed": true, + "fields": { + "id": { + "collection": "locations", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 325, + "type": "integer", + "sort": 1, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "status": { + "collection": "locations", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "draft", + "note": "", + "signed": true, + "id": 326, + "type": "status", + "sort": 2, + "interface": "status", + "display": "status-dot", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "status_mapping": { + "published": { + "name": "Published", + "value": "published", + "text_color": "#FFFFFF", + "background_color": "#27AE60", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "draft": { + "name": "Draft", + "value": "draft", + "text_color": "#B0BEC5", + "background_color": "#DDE3E6", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": false, + "published": false, + "required_fields": false + }, + "deleted": { + "name": "Deleted", + "value": "deleted", + "text_color": "#FFFFFF", + "background_color": "#EB5757", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": true, + "published": false, + "required_fields": false + } + }, + "simpleBadge": true + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "20" + }, + "sort": { + "collection": "locations", + "field": "sort", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 327, + "type": "sort", + "sort": 3, + "interface": "sort", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "10" + }, + "address": { + "collection": "locations", + "field": "address", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 328, + "type": "string", + "sort": 6, + "interface": "textarea", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false, + "iconRight": "location_on", + "rows": "4", + "serif": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "200" + }, + "name": { + "collection": "locations", + "field": "name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 329, + "type": "string", + "sort": 4, + "interface": "text-input", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false, + "iconRight": "location_on" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200" + }, + "phone": { + "collection": "locations", + "field": "phone", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 332, + "type": "string", + "sort": 5, + "interface": "text-input", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false, + "iconRight": "local_phone", + "placeholder": "(000) 000-0000" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200" + }, + "location": { + "collection": "locations", + "field": "location", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 879, + "type": "json", + "sort": 9, + "interface": "map", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "height": 400, + "mapLat": 40.72803624, + "mapLng": -73.94896388, + "defaultZoom": 12, + "maxZoom": 17, + "address_to_code": false, + "theme": "https://{s}.basemaps.cartocdn.com/rastertiles/light_all/{z}/{x}/{y}.png" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "exterior_image": { + "collection": "locations", + "field": "exterior_image", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 882, + "type": "file", + "sort": 7, + "interface": "image", + "display": "image", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "interior_image": { + "collection": "locations", + "field": "interior_image", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 883, + "type": "file", + "sort": 8, + "interface": "image", + "display": "image", + "display_options": { + "circle": true + }, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "10" + } + }, + "icon": "location_on", + "translation": null, + "display_template": null, + "name": "Locations" + }, + { + "collection": "mailing_list", + "note": null, + "hidden": false, + "single": false, + "managed": true, + "fields": { + "id": { + "collection": "mailing_list", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 163, + "type": "integer", + "sort": 1, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "status": { + "collection": "mailing_list", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "active", + "note": "", + "signed": true, + "id": 164, + "type": "status", + "sort": 2, + "interface": "status", + "display": "status-dot", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "status_mapping": { + "active": { + "name": "Active", + "value": "active", + "text_color": "#FFFFFF", + "background_color": "#27AE60", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "inactive": { + "name": "Inactive", + "value": "inactive", + "text_color": "#B0BEC5", + "background_color": "#ECEFF1", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": false, + "published": false, + "required_fields": false + }, + "unsubscribed": { + "name": "Unsubscribed", + "value": "unsubscribed", + "text_color": "#FFFFFF", + "background_color": "#F2994A", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": true, + "published": false, + "required_fields": false + } + } + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "20" + }, + "created_by": { + "collection": "mailing_list", + "field": "created_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 165, + "type": "owner", + "sort": 3, + "interface": "owner", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "display": "both" + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": "10" + }, + "created_on": { + "collection": "mailing_list", + "field": "created_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 166, + "type": "datetime_created", + "sort": 4, + "interface": "datetime-created", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "email": { + "collection": "mailing_list", + "field": "email", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 280, + "type": "string", + "sort": 5, + "interface": "text-input", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": false, + "formatValue": false, + "monospace": false, + "iconRight": "alternate_email" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "200" + }, + "first_name": { + "collection": "mailing_list", + "field": "first_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 281, + "type": "string", + "sort": 6, + "interface": "text-input", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false, + "iconRight": "account_circle" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200" + }, + "last_name": { + "collection": "mailing_list", + "field": "last_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 282, + "type": "string", + "sort": 7, + "interface": "text-input", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false, + "iconRight": "account_circle" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200" + }, + "frequency": { + "collection": "mailing_list", + "field": "frequency", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "{ \"default\": [\"daily\", \"weekly\", \"monthly\"] }", + "note": "", + "signed": true, + "id": 320, + "type": "array", + "sort": 8, + "interface": "checkboxes", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "choices": [ + { + "value": "daily", + "text": "Daily Emails" + }, + { + "value": "weekly", + "text": "Weekly Emails" + }, + { + "value": "monthly", + "text": "Monthly Emails" + } + ], + "allow_other": false, + "draggable": false, + "wrap": false, + "formatting": true, + "single": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "255" + } + }, + "icon": "alternate_email", + "translation": null, + "display_template": null, + "name": "Mailing List" + }, + { + "collection": "news", + "note": null, + "hidden": false, + "single": false, + "managed": true, + "fields": { + "id": { + "collection": "news", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 171, + "type": "integer", + "sort": 1, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "status": { + "collection": "news", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "draft", + "note": "", + "signed": true, + "id": 172, + "type": "status", + "sort": 2, + "interface": "status", + "display": "status-dot", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "status_mapping": { + "published": { + "name": "Published", + "value": "published", + "text_color": "#FFFFFF", + "background_color": "#27AE60", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "draft": { + "name": "Draft", + "value": "draft", + "text_color": "#B0BEC5", + "background_color": "#DDE3E6", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": false, + "published": false, + "required_fields": false + }, + "deleted": { + "name": "Deleted", + "value": "deleted", + "text_color": "#FFFFFF", + "background_color": "#EB5757", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": true, + "published": false, + "required_fields": false + } + } + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "20" + }, + "created_by": { + "collection": "news", + "field": "created_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 173, + "type": "owner", + "sort": 3, + "interface": "owner", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "display": "both" + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": "10" + }, + "created_on": { + "collection": "news", + "field": "created_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 174, + "type": "datetime_created", + "sort": 4, + "interface": "datetime-created", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "author": { + "collection": "news", + "field": "author", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 210, + "type": "m2o", + "sort": 6, + "interface": "many-to-one", + "display": "template", + "display_options": { + "template": "{{ first_name }} {{ last_name }}" + }, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "visible_fields": "first_name,last_name", + "placeholder": "Choose an author...", + "threshold": 20 + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "title": { + "collection": "news", + "field": "title", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 211, + "type": "string", + "sort": 5, + "interface": "text-input", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "200" + }, + "body": { + "collection": "news", + "field": "body", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 276, + "type": "string", + "sort": 8, + "interface": "wysiwyg", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "toolbar": [ + "bold", + "italic", + "underline", + "removeformat", + "link", + "bullist", + "numlist", + "blockquote", + "h1", + "h2", + "h3", + "image", + "media", + "hr", + "code" + ], + "custom_formats": null + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "published_on": { + "collection": "news", + "field": "published_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 277, + "type": "datetime", + "sort": 7, + "interface": "datetime", + "display": null, + "display_options": { + "include_seconds": true + }, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "defaultToCurrentDatetime": true, + "format": "mdy" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": null + }, + "tags": { + "collection": "news", + "field": "tags", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 278, + "type": "array", + "sort": 10, + "interface": "tags", + "display": "tags", + "display_options": { + "format": true + }, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "local_offer", + "validationMessage": "Please enter a valid tag", + "alphabetize": true, + "lowercase": true, + "wrap": false, + "format": false, + "sanitize": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "2000" + }, + "summary": { + "collection": "news", + "field": "summary", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 279, + "type": "string", + "sort": 9, + "interface": "textarea", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "rows": "5", + "serif": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "related_news": { + "collection": "news", + "field": "related_news", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 316, + "type": "O2M", + "sort": null, + "interface": "many-to-many", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "fields": "title,published_on", + "template": "{{title}} — {{published_on}}", + "allow_create": false, + "allow_select": true + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + } + }, + "icon": "rss_feed", + "translation": null, + "display_template": null, + "name": "News" + }, + { + "collection": "news_relations", + "note": "Junction Collection", + "hidden": true, + "single": false, + "managed": true, + "fields": { + "id": { + "collection": "news_relations", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 317, + "type": "integer", + "sort": 0, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "news_id": { + "collection": "news_relations", + "field": "news_id", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 318, + "type": "integer", + "sort": 0, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "related_id": { + "collection": "news_relations", + "field": "related_id", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 319, + "type": "integer", + "sort": 0, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + } + }, + "icon": "box", + "translation": null, + "display_template": null, + "name": "News Relations" + }, + { + "collection": "products", + "note": "Work in Progress", + "hidden": true, + "single": false, + "managed": true, + "fields": { + "id": { + "collection": "products", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 178, + "type": "integer", + "sort": 0, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "status": { + "collection": "products", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "draft", + "note": "", + "signed": true, + "id": 179, + "type": "status", + "sort": 0, + "interface": "status", + "display": "status-dot", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "status_mapping": { + "published": { + "name": "Published", + "value": "published", + "text_color": "#FFFFFF", + "background_color": "#27AE60", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "draft": { + "name": "Draft", + "value": "draft", + "text_color": "#B0BEC5", + "background_color": "#DDE3E6", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": false, + "published": false, + "required_fields": false + }, + "deleted": { + "name": "Deleted", + "value": "deleted", + "text_color": "#FFFFFF", + "background_color": "#EB5757", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": true, + "published": false, + "required_fields": false + } + } + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "20" + }, + "sort": { + "collection": "products", + "field": "sort", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 180, + "type": "sort", + "sort": 0, + "interface": "sort", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "10" + }, + "created_by": { + "collection": "products", + "field": "created_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 181, + "type": "owner", + "sort": 0, + "interface": "owner", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "display": "both" + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": "10" + }, + "created_on": { + "collection": "products", + "field": "created_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 182, + "type": "datetime_created", + "sort": 0, + "interface": "datetime-created", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "image": { + "collection": "products", + "field": "image", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 191, + "type": "file", + "sort": null, + "interface": "file", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "viewType": "cards", + "viewOptions": { + "title": "title", + "subtitle": "type", + "content": "description", + "src": "data" + }, + "viewQuery": [], + "filters": [] + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "10" + }, + "sku": { + "collection": "products", + "field": "sku", + "datatype": "VARCHAR", + "unique": true, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 321, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "code", + "placeholder": "TH-XX-00-XX", + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": true + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "11" + }, + "this_is_a_longer_name": { + "collection": "products", + "field": "this_is_a_longer_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 343, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "200" + } + }, + "icon": "shopping_cart", + "translation": null, + "display_template": null, + "name": "Products" + }, + { + "collection": "services", + "note": null, + "hidden": false, + "single": false, + "managed": true, + "fields": { + "id": { + "collection": "services", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 168, + "type": "integer", + "sort": 0, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "status": { + "collection": "services", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "draft", + "note": "", + "signed": true, + "id": 169, + "type": "status", + "sort": 0, + "interface": "status", + "display": "status-dot", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "status_mapping": { + "published": { + "name": "Published", + "value": "published", + "text_color": "#FFFFFF", + "background_color": "#27AE60", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "draft": { + "name": "Draft", + "value": "draft", + "text_color": "#B0BEC5", + "background_color": "#DDE3E6", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": false, + "published": false, + "required_fields": false + }, + "deleted": { + "name": "Deleted", + "value": "deleted", + "text_color": "#FFFFFF", + "background_color": "#EB5757", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": true, + "published": false, + "required_fields": false + } + } + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "20" + }, + "sort": { + "collection": "services", + "field": "sort", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 170, + "type": "sort", + "sort": 0, + "interface": "sort", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "10" + }, + "name": { + "collection": "services", + "field": "name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 198, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "200" + }, + "description": { + "collection": "services", + "field": "description", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 315, + "type": "string", + "sort": null, + "interface": "wysiwyg", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "toolbar": [ + "bold", + "italic", + "underline", + "removeformat", + "link", + "code" + ], + "custom_formats": null + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + } + }, + "icon": "assignment", + "translation": null, + "display_template": null, + "name": "Services" + }, + { + "collection": "staff", + "note": null, + "hidden": false, + "single": false, + "managed": true, + "fields": { + "id": { + "collection": "staff", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 175, + "type": "integer", + "sort": 0, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "status": { + "collection": "staff", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "draft", + "note": "", + "signed": true, + "id": 176, + "type": "status", + "sort": 0, + "interface": "status", + "display": "status-dot", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "status_mapping": { + "published": { + "name": "Published", + "value": "published", + "text_color": "#FFFFFF", + "background_color": "#27AE60", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "draft": { + "name": "Draft", + "value": "draft", + "text_color": "#B0BEC5", + "background_color": "#DDE3E6", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": false, + "published": false, + "required_fields": false + }, + "deleted": { + "name": "Deleted", + "value": "deleted", + "text_color": "#FFFFFF", + "background_color": "#EB5757", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": true, + "published": false, + "required_fields": false + } + } + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "20" + }, + "first_name": { + "collection": "staff", + "field": "first_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 186, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "100" + }, + "last_name": { + "collection": "staff", + "field": "last_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 187, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "100" + }, + "email": { + "collection": "staff", + "field": "email", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 189, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "200" + }, + "gender": { + "collection": "staff", + "field": "gender", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 188, + "type": "string", + "sort": null, + "interface": "dropdown", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "choices": [ + { + "value": "Male", + "text": "Male" + }, + { + "value": "Female", + "text": "Female" + }, + { + "value": "Other", + "text": "Other" + } + ] + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "100" + }, + "bio": { + "collection": "staff", + "field": "bio", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 190, + "type": "string", + "sort": null, + "interface": "textarea", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "rows": 8, + "serif": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "news": { + "collection": "staff", + "field": "news", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 212, + "type": "O2M", + "sort": null, + "interface": "one-to-many", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "fields": "title", + "template": "{{title}}", + "sort_field": "sort", + "delete_mode": "relation", + "allow_create": true, + "allow_select": true + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + } + }, + "icon": "group", + "translation": null, + "display_template": null, + "name": "Staff" + }, + { + "collection": "tickets", + "note": null, + "hidden": false, + "single": false, + "managed": true, + "fields": { + "id": { + "collection": "tickets", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": true, + "id": 307, + "type": "integer", + "sort": 2, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": "10" + }, + "status": { + "collection": "tickets", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "new", + "note": "", + "signed": true, + "id": 308, + "type": "status", + "sort": 1, + "interface": "status", + "display": "status-badge", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "status_mapping": { + "new": { + "name": "New", + "value": "new", + "text_color": "#9B51E0", + "background_color": "#E6D3F7", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "open": { + "name": "Open", + "value": "open", + "text_color": "#2F80ED", + "background_color": "#CBDFFB", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "escalated": { + "name": "Escalated", + "value": "escalated", + "text_color": "#F2994A", + "background_color": "#FCE5D2", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "pending": { + "name": "Pending", + "value": "pending", + "text_color": "#93D7AF", + "background_color": "#E9F7EF", + "browse_badge": true, + "required_fields": true, + "published": true + }, + "solved": { + "name": "Solved", + "value": "solved", + "text_color": "#27AE60", + "background_color": "#C9EBD7", + "browse_subdued": true, + "browse_badge": true, + "required_fields": true, + "published": true + }, + "inactive": { + "name": "Inactive", + "value": "inactive", + "text_color": "#B0BEC5", + "background_color": "#ECEFF1", + "browse_subdued": true, + "browse_badge": true, + "required_fields": true, + "published": true + } + }, + "simpleBadge": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "20" + }, + "created_by": { + "collection": "tickets", + "field": "created_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 309, + "type": "owner", + "sort": 10, + "interface": "owner", + "display": "user", + "display_options": { + "display": "both", + "circle": true + }, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "display": "both" + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "created_on": { + "collection": "tickets", + "field": "created_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 310, + "type": "datetime_created", + "sort": 11, + "interface": "datetime-created", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": null + }, + "modified_by": { + "collection": "tickets", + "field": "modified_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 311, + "type": "user_updated", + "sort": 12, + "interface": "user-updated", + "display": "user", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "display": "both" + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "modified_on": { + "collection": "tickets", + "field": "modified_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 312, + "type": "datetime_updated", + "sort": 13, + "interface": "datetime-updated", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": null + }, + "customer": { + "collection": "tickets", + "field": "customer", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 313, + "type": "m2o", + "sort": 4, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "visible_fields": "first_name,last_name", + "placeholder": "Select a Customer...", + "threshold": 20 + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "10" + }, + "priority": { + "collection": "tickets", + "field": "priority", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "normal", + "note": "", + "signed": true, + "id": 354, + "type": "string", + "sort": 3, + "interface": "dropdown", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "choices": [ + { + "value": "low", + "text": "Low" + }, + { + "value": "normal", + "text": "Normal" + }, + { + "value": "high", + "text": "High" + } + ], + "placeholder": "Choose an option...", + "icon": "flag" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "100" + }, + "subject": { + "collection": "tickets", + "field": "subject", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 887, + "type": "string", + "sort": 5, + "interface": "text-input", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "200" + }, + "question": { + "collection": "tickets", + "field": "question", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 888, + "type": "string", + "sort": 6, + "interface": "textarea", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "rows": "4", + "serif": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "attachments": { + "collection": "tickets", + "field": "attachments", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 889, + "type": "O2M", + "sort": 8, + "interface": "files", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "fields": "title", + "template": "{{ title }}", + "allow_create": true, + "allow_select": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "notes": { + "collection": "tickets", + "field": "notes", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 289, + "type": "O2M", + "sort": 7, + "interface": "one-to-many", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "fields": "created_on,note", + "template": "{{created_on}} — {{note}}", + "delete_mode": "item", + "allow_create": true, + "allow_select": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "system_divider": { + "collection": "tickets", + "field": "system_divider", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 886, + "type": "ALIAS", + "sort": 9, + "interface": "divider", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "style": "large", + "title": "", + "hr": true, + "margin": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + } + }, + "icon": "assignment_turned_in", + "translation": null, + "display_template": null, + "name": "Tickets" + }, + { + "collection": "ticket_files", + "note": "Junction Collection", + "hidden": true, + "single": false, + "managed": true, + "fields": { + "id": { + "collection": "ticket_files", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 890, + "type": "integer", + "sort": 0, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "ticket": { + "collection": "ticket_files", + "field": "ticket", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 891, + "type": "integer", + "sort": 0, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "file": { + "collection": "ticket_files", + "field": "file", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 892, + "type": "integer", + "sort": 0, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + } + }, + "icon": "box", + "translation": null, + "display_template": null, + "name": "Ticket Files" + }, + { + "collection": "ticket_notes", + "note": "Junction Collection", + "hidden": true, + "single": false, + "managed": true, + "fields": { + "id": { + "collection": "ticket_notes", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 283, + "type": "integer", + "sort": 1, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "created_by": { + "collection": "ticket_notes", + "field": "created_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 284, + "type": "owner", + "sort": 2, + "interface": "owner", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "display": "both" + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": "10" + }, + "created_on": { + "collection": "ticket_notes", + "field": "created_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 285, + "type": "datetime_created", + "sort": 3, + "interface": "datetime-created", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": { + "showRelative": true + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "note": { + "collection": "ticket_notes", + "field": "note", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 286, + "type": "string", + "sort": 5, + "interface": "textarea", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "rows": 8, + "placeholder": "Enter your note here...", + "serif": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "ticket": { + "collection": "ticket_notes", + "field": "ticket", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 287, + "type": "m2o", + "sort": 4, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": false, + "options": { + "icon": "perm_contact_calendar", + "template": "{{first_name}} {{last_name}}", + "visible_fields": "first_name,last_name", + "placeholder": "Choose a Customer...", + "threshold": 20 + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "channel": { + "collection": "ticket_notes", + "field": "channel", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "internal", + "note": "", + "signed": true, + "id": 288, + "type": "string", + "sort": 6, + "interface": "radio-buttons", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "100" + } + }, + "icon": "assignment", + "translation": null, + "display_template": null, + "name": "Ticket Notes" + }, + { + "collection": "directus_activity", + "note": null, + "hidden": false, + "single": false, + "managed": false, + "fields": { + "id": { + "collection": "directus_activity", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 728, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "action": { + "collection": "directus_activity", + "field": "action", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 729, + "type": "string", + "sort": 1, + "interface": "activity-icon", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "iconRight": "change_history" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": "45" + }, + "action_by": { + "collection": "directus_activity", + "field": "action_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": false, + "id": 732, + "type": "integer", + "sort": 4, + "interface": "user", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "iconRight": "account_circle", + "display": "both" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "action_on": { + "collection": "directus_activity", + "field": "action_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 733, + "type": "datetime", + "sort": 5, + "interface": "datetime", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "showRelative": true, + "iconRight": "calendar_today" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": null + }, + "ip": { + "collection": "directus_activity", + "field": "ip", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 736, + "type": "string", + "sort": 8, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "iconRight": "my_location" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "50" + }, + "user_agent": { + "collection": "directus_activity", + "field": "user_agent", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 737, + "type": "string", + "sort": 9, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "iconRight": "devices_other" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "255" + }, + "collection": { + "collection": "directus_activity", + "field": "collection", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 730, + "type": "string", + "sort": 2, + "interface": "collections", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "iconRight": "list_alt" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "64" + }, + "item": { + "collection": "directus_activity", + "field": "item", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 731, + "type": "string", + "sort": 3, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "iconRight": "link" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "255" + }, + "edited_on": { + "collection": "directus_activity", + "field": "edited_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 734, + "type": "datetime", + "sort": 6, + "interface": "datetime", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "showRelative": true, + "iconRight": "edit" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": null + }, + "comment": { + "collection": "directus_activity", + "field": "comment", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 738, + "type": "string", + "sort": 10, + "interface": "textarea", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "comment_deleted_on": { + "collection": "directus_activity", + "field": "comment_deleted_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 735, + "type": "datetime", + "sort": 7, + "interface": "datetime", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "showRelative": true, + "iconRight": "delete_outline" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": null + } + }, + "translation": null, + "icon": "box", + "name": "Directus Activity" + }, + { + "collection": "directus_collection_presets", + "note": null, + "hidden": false, + "single": false, + "managed": false, + "fields": { + "id": { + "collection": "directus_collection_presets", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 739, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "title": { + "collection": "directus_collection_presets", + "field": "title", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 740, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255" + }, + "user": { + "collection": "directus_collection_presets", + "field": "user", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 741, + "type": "integer", + "sort": null, + "interface": "user", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "role": { + "collection": "directus_collection_presets", + "field": "role", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 742, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "collection": { + "collection": "directus_collection_presets", + "field": "collection", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 743, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64" + }, + "search_query": { + "collection": "directus_collection_presets", + "field": "search_query", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 744, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100" + }, + "filters": { + "collection": "directus_collection_presets", + "field": "filters", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 745, + "type": "json", + "sort": null, + "interface": "json", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "view_type": { + "collection": "directus_collection_presets", + "field": "view_type", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "tabular", + "note": "", + "signed": true, + "id": 747, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100" + }, + "view_query": { + "collection": "directus_collection_presets", + "field": "view_query", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 748, + "type": "json", + "sort": null, + "interface": "json", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "view_options": { + "collection": "directus_collection_presets", + "field": "view_options", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 746, + "type": "json", + "sort": null, + "interface": "json", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "translation": { + "collection": "directus_collection_presets", + "field": "translation", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + } + }, + "translation": null, + "icon": "box", + "name": "Directus Collection Presets" + }, + { + "collection": "directus_collections", + "note": null, + "hidden": false, + "single": false, + "managed": false, + "fields": { + "collection": { + "collection": "directus_collections", + "field": "collection", + "datatype": "VARCHAR", + "unique": false, + "primary_key": true, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 750, + "type": "string", + "sort": 2, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "64" + }, + "managed": { + "collection": "directus_collections", + "field": "managed", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "1", + "note": "[Learn More](https://docs.directus.io/guides/collections.html#managing-collections).", + "signed": false, + "id": 752, + "type": "boolean", + "sort": 4, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "3" + }, + "hidden": { + "collection": "directus_collections", + "field": "hidden", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "[Learn More](https://docs.directus.io/guides/collections.html#hidden).", + "signed": false, + "id": 753, + "type": "boolean", + "sort": 5, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "3" + }, + "single": { + "collection": "directus_collections", + "field": "single", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "[Learn More](https://docs.directus.io/guides/collections.html#single).", + "signed": false, + "id": 754, + "type": "boolean", + "sort": 6, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "3" + }, + "icon": { + "collection": "directus_collections", + "field": "icon", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "The icon shown in the App's navigation sidebar.", + "signed": true, + "id": 756, + "type": "string", + "sort": 8, + "interface": "icon", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "30" + }, + "note": { + "collection": "directus_collections", + "field": "note", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "An internal description.", + "signed": true, + "id": 751, + "type": "string", + "sort": 3, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "255" + }, + "translation": { + "collection": "directus_collections", + "field": "translation", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 755, + "type": "json", + "sort": 7, + "interface": "repeater", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "fields": [ + { + "field": "locale", + "type": "string", + "interface": "language", + "options": { + "limit": true + }, + "width": "half" + }, + { + "field": "translation", + "type": "string", + "interface": "text-input", + "width": "half" + } + ] + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "display_template": { + "collection": "directus_collections", + "field": "display_template", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "What template to use to reference individual items in this collection.", + "signed": true, + "id": 899, + "type": "string", + "sort": 3, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "placeholder": "{{ name }} – ({{ title }})" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "255" + }, + "fields": { + "collection": "directus_collections", + "field": "fields", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 749, + "type": "O2M", + "sort": 1, + "interface": "one-to-many", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + } + }, + "translation": null, + "icon": "box", + "name": "Directus Collections" + }, + { + "collection": "directus_fields", + "note": null, + "hidden": false, + "single": false, + "managed": false, + "fields": { + "id": { + "collection": "directus_fields", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 711, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "collection": { + "collection": "directus_fields", + "field": "collection", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 712, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64" + }, + "field": { + "collection": "directus_fields", + "field": "field", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 713, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64" + }, + "type": { + "collection": "directus_fields", + "field": "type", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 714, + "type": "string", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64" + }, + "interface": { + "collection": "directus_fields", + "field": "interface", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 715, + "type": "string", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64" + }, + "options": { + "collection": "directus_fields", + "field": "options", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 716, + "type": "json", + "sort": null, + "interface": "json", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "display": { + "collection": "directus_fields", + "field": "display", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 897, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64" + }, + "display_options": { + "collection": "directus_fields", + "field": "display_options", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 898, + "type": "json", + "sort": null, + "interface": "json", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "locked": { + "collection": "directus_fields", + "field": "locked", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": false, + "id": 717, + "type": "boolean", + "sort": null, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3" + }, + "validation": { + "collection": "directus_fields", + "field": "validation", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 720, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "500" + }, + "required": { + "collection": "directus_fields", + "field": "required", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": false, + "id": 721, + "type": "boolean", + "sort": null, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3" + }, + "readonly": { + "collection": "directus_fields", + "field": "readonly", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": false, + "id": 719, + "type": "boolean", + "sort": null, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3" + }, + "hidden_detail": { + "collection": "directus_fields", + "field": "hidden_detail", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": false, + "id": 724, + "type": "boolean", + "sort": null, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3" + }, + "hidden_browse": { + "collection": "directus_fields", + "field": "hidden_browse", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": false, + "id": 725, + "type": "boolean", + "sort": null, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3" + }, + "sort": { + "collection": "directus_fields", + "field": "sort", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 722, + "type": "sort", + "sort": null, + "interface": "sort", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "width": { + "collection": "directus_fields", + "field": "width", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 726, + "type": "integer", + "sort": null, + "interface": "numeric", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "30" + }, + "group": { + "collection": "directus_fields", + "field": "group", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 727, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "note": { + "collection": "directus_fields", + "field": "note", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 723, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "1024" + }, + "translation": { + "collection": "directus_fields", + "field": "translation", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 718, + "type": "json", + "sort": null, + "interface": "repeater", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "fields": [ + { + "field": "locale", + "type": "string", + "interface": "language", + "options": { + "limit": true + }, + "width": "half" + }, + { + "field": "translation", + "type": "string", + "interface": "text-input", + "width": "half" + } + ] + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + } + }, + "translation": null, + "icon": "box", + "name": "Directus Fields" + }, + { + "collection": "directus_files", + "note": null, + "hidden": false, + "single": false, + "managed": false, + "fields": { + "id": { + "collection": "directus_files", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": true, + "id": 774, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "storage": { + "collection": "directus_files", + "field": "storage", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "local", + "note": "", + "signed": true, + "id": 779, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "50" + }, + "filename_disk": { + "collection": "directus_files", + "field": "filename_disk", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 763, + "type": "string", + "sort": 7, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "placeholder": "Enter a unique file name...", + "iconRight": "insert_drive_file" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "255" + }, + "filename_download": { + "collection": "directus_files", + "field": "filename_download", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "", + "note": "", + "signed": true, + "id": 762, + "type": "string", + "sort": 6, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "monospace": true, + "iconRight": "get_app" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "255" + }, + "title": { + "collection": "directus_files", + "field": "title", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 758, + "type": "string", + "sort": 2, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "placeholder": "Enter a descriptive title...", + "iconRight": "title" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "255" + }, + "type": { + "collection": "directus_files", + "field": "type", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 775, + "type": "string", + "sort": null, + "interface": "text-input", + "display": "mime-type", + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": "255" + }, + "uploaded_by": { + "collection": "directus_files", + "field": "uploaded_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 767, + "type": "owner", + "sort": 11, + "interface": "owner", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "uploaded_on": { + "collection": "directus_files", + "field": "uploaded_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 766, + "type": "datetime", + "sort": 10, + "interface": "datetime", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "iconRight": "today" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": null + }, + "charset": { + "collection": "directus_files", + "field": "charset", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 776, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": "50" + }, + "filesize": { + "collection": "directus_files", + "field": "filesize", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": false, + "id": 771, + "type": "integer", + "sort": 15, + "interface": "file-size", + "display": "filesize", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "iconRight": "storage" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "width": { + "collection": "directus_files", + "field": "width", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 768, + "type": "integer", + "sort": 12, + "interface": "numeric", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "straighten" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "height": { + "collection": "directus_files", + "field": "height", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 769, + "type": "integer", + "sort": 13, + "interface": "numeric", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "straighten" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "duration": { + "collection": "directus_files", + "field": "duration", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 770, + "type": "integer", + "sort": 14, + "interface": "numeric", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "timer" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "embed": { + "collection": "directus_files", + "field": "embed", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 777, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": "200" + }, + "folder": { + "collection": "directus_files", + "field": "folder", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 778, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "description": { + "collection": "directus_files", + "field": "description", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 761, + "type": "string", + "sort": 5, + "interface": "wysiwyg", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "toolbar": [ + "bold", + "italic", + "underline", + "link", + "code" + ] + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "location": { + "collection": "directus_files", + "field": "location", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 760, + "type": "string", + "sort": 4, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "placeholder": "Enter a location...", + "iconRight": "place" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200" + }, + "tags": { + "collection": "directus_files", + "field": "tags", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 759, + "type": "array", + "sort": 3, + "interface": "tags", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "placeholder": "Enter a keyword then hit enter..." + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "255" + }, + "checksum": { + "collection": "directus_files", + "field": "checksum", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 765, + "type": "string", + "sort": 9, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "check", + "monospace": true + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "32" + }, + "private_hash": { + "collection": "directus_files", + "field": "private_hash", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 764, + "type": "slug", + "sort": 8, + "interface": "slug", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "lock" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "16" + }, + "metadata": { + "collection": "directus_files", + "field": "metadata", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 772, + "type": "json", + "sort": 15, + "interface": "key-value", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "keyInterface": "text-input", + "keyDataType": "string", + "keyOptions": { + "monospace": true, + "placeholder": "Key" + }, + "valueInterface": "text-input", + "valueDataType": "string", + "valueOptions": { + "monospace": true, + "placeholder": "Value" + } + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "data": { + "collection": "directus_files", + "field": "data", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 773, + "type": "ALIAS", + "sort": null, + "interface": "file", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + } + }, + "translation": null, + "icon": "box", + "name": "Directus Files" + }, + { + "collection": "directus_folders", + "note": null, + "hidden": false, + "single": false, + "managed": false, + "fields": { + "id": { + "collection": "directus_folders", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 780, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "name": { + "collection": "directus_folders", + "field": "name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 781, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "191" + }, + "parent_folder": { + "collection": "directus_folders", + "field": "parent_folder", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 782, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + } + }, + "translation": null, + "icon": "box", + "name": "Directus Folders" + }, + { + "collection": "directus_migrations", + "note": null, + "hidden": false, + "single": false, + "managed": false, + "fields": { + "version": { + "collection": "directus_migrations", + "field": "version", + "datatype": "BIGINT", + "unique": false, + "primary_key": true, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "19" + }, + "migration_name": { + "collection": "directus_migrations", + "field": "migration_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100" + }, + "start_time": { + "collection": "directus_migrations", + "field": "start_time", + "datatype": "TIMESTAMP", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "datetime", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "end_time": { + "collection": "directus_migrations", + "field": "end_time", + "datatype": "TIMESTAMP", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "datetime", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "breakpoint": { + "collection": "directus_migrations", + "field": "breakpoint", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": true, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3" + } + }, + "translation": null, + "icon": "box", + "name": "Directus Migrations" + }, + { + "collection": "directus_permissions", + "note": null, + "hidden": false, + "single": false, + "managed": false, + "fields": { + "id": { + "collection": "directus_permissions", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 792, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "collection": { + "collection": "directus_permissions", + "field": "collection", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 793, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64" + }, + "role": { + "collection": "directus_permissions", + "field": "role", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 794, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "status": { + "collection": "directus_permissions", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 795, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64" + }, + "create": { + "collection": "directus_permissions", + "field": "create", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "none", + "note": "", + "signed": true, + "id": 796, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "16" + }, + "read": { + "collection": "directus_permissions", + "field": "read", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "none", + "note": "", + "signed": true, + "id": 797, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "16" + }, + "update": { + "collection": "directus_permissions", + "field": "update", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "none", + "note": "", + "signed": true, + "id": 798, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "16" + }, + "delete": { + "collection": "directus_permissions", + "field": "delete", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "none", + "note": "", + "signed": true, + "id": 799, + "type": "string", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "16" + }, + "comment": { + "collection": "directus_permissions", + "field": "comment", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "none", + "note": "", + "signed": true, + "id": 800, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "8" + }, + "explain": { + "collection": "directus_permissions", + "field": "explain", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "none", + "note": "", + "signed": true, + "id": 801, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "8" + }, + "read_field_blacklist": { + "collection": "directus_permissions", + "field": "read_field_blacklist", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 803, + "type": "array", + "sort": null, + "interface": "tags", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "1000" + }, + "write_field_blacklist": { + "collection": "directus_permissions", + "field": "write_field_blacklist", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 804, + "type": "array", + "sort": null, + "interface": "tags", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "1000" + }, + "status_blacklist": { + "collection": "directus_permissions", + "field": "status_blacklist", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 802, + "type": "array", + "sort": null, + "interface": "tags", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "1000" + } + }, + "translation": null, + "icon": "box", + "name": "Directus Permissions" + }, + { + "collection": "directus_relations", + "note": null, + "hidden": false, + "single": false, + "managed": false, + "fields": { + "id": { + "collection": "directus_relations", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 805, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "collection_many": { + "collection": "directus_relations", + "field": "collection_many", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 806, + "type": "string", + "sort": null, + "interface": "collections", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64" + }, + "field_many": { + "collection": "directus_relations", + "field": "field_many", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 807, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "45" + }, + "collection_one": { + "collection": "directus_relations", + "field": "collection_one", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 808, + "type": "string", + "sort": null, + "interface": "collections", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64" + }, + "field_one": { + "collection": "directus_relations", + "field": "field_one", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 809, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64" + }, + "junction_field": { + "collection": "directus_relations", + "field": "junction_field", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 810, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64" + } + }, + "translation": null, + "icon": "box", + "name": "Directus Relations" + }, + { + "collection": "directus_revisions", + "note": null, + "hidden": false, + "single": false, + "managed": false, + "fields": { + "id": { + "collection": "directus_revisions", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 811, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "activity": { + "collection": "directus_revisions", + "field": "activity", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 812, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "collection": { + "collection": "directus_revisions", + "field": "collection", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 813, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64" + }, + "item": { + "collection": "directus_revisions", + "field": "item", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 814, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255" + }, + "data": { + "collection": "directus_revisions", + "field": "data", + "datatype": "LONGTEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 815, + "type": "json", + "sort": null, + "interface": "json", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "delta": { + "collection": "directus_revisions", + "field": "delta", + "datatype": "LONGTEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 816, + "type": "json", + "sort": null, + "interface": "json", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "parent_collection": { + "collection": "directus_revisions", + "field": "parent_collection", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 818, + "type": "string", + "sort": null, + "interface": "collections", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64" + }, + "parent_item": { + "collection": "directus_revisions", + "field": "parent_item", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 817, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255" + }, + "parent_changed": { + "collection": "directus_revisions", + "field": "parent_changed", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": false, + "id": 819, + "type": "boolean", + "sort": null, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3" + } + }, + "translation": null, + "icon": "box", + "name": "Directus Revisions" + }, + { + "collection": "directus_roles", + "note": null, + "hidden": false, + "single": false, + "managed": false, + "fields": { + "id": { + "collection": "directus_roles", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 783, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "name": { + "collection": "directus_roles", + "field": "name", + "datatype": "VARCHAR", + "unique": true, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 785, + "type": "string", + "sort": 1, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "100" + }, + "description": { + "collection": "directus_roles", + "field": "description", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 786, + "type": "string", + "sort": 2, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "500" + }, + "ip_whitelist": { + "collection": "directus_roles", + "field": "ip_whitelist", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 787, + "type": "array", + "sort": null, + "interface": "tags", + "display": "tags", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "external_id": { + "collection": "directus_roles", + "field": "external_id", + "datatype": "VARCHAR", + "unique": true, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 784, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": "255" + }, + "enforce_2fa": { + "collection": "directus_roles", + "field": "enforce_2fa", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3" + }, + "module_listing": { + "collection": "directus_roles", + "field": "module_listing", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 790, + "type": "json", + "sort": null, + "interface": "repeater", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "template": "{{ name }}", + "createItemText": "Add Module", + "fields": [ + { + "name": "Name", + "field": "name", + "interface": "text-input", + "type": "string", + "width": "half" + }, + { + "name": "Link", + "field": "link", + "interface": "text-input", + "type": "string", + "width": "half" + }, + { + "name": "Icon", + "field": "icon", + "interface": "icon", + "type": "string", + "width": "full" + } + ] + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "collection_listing": { + "collection": "directus_roles", + "field": "collection_listing", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 791, + "type": "json", + "sort": null, + "interface": "repeater", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "template": "{{ group_name }}", + "createItemText": "Add Group", + "fields": [ + { + "name": "Group Name", + "field": "group_name", + "width": "full", + "interface": "text-input", + "type": "string" + }, + { + "name": "Collection", + "field": "collections", + "interface": "repeater", + "type": "JSON", + "options": { + "createItemText": "Add Collection", + "template": "{{ collection }}", + "fields": [ + { + "name": "Collection", + "field": "collection", + "type": "string", + "interface": "collections", + "width": "full" + } + ] + } + } + ] + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "nav_override": { + "collection": "directus_roles", + "field": "nav_override", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "users": { + "collection": "directus_roles", + "field": "users", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 789, + "type": "O2M", + "sort": null, + "interface": "one-to-many", + "display": "template", + "display_options": { + "template": "{{ first_name }} {{ last_name }}" + }, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "fields": "first_name,last_name" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + } + }, + "translation": null, + "icon": "box", + "name": "Directus Roles" + }, + { + "collection": "directus_settings", + "note": null, + "hidden": false, + "single": false, + "managed": false, + "fields": { + "id": { + "collection": "directus_settings", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "key": { + "collection": "directus_settings", + "field": "key", + "datatype": "VARCHAR", + "unique": true, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64" + }, + "value": { + "collection": "directus_settings", + "field": "value", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "data_divider": { + "collection": "directus_settings", + "field": "data_divider", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 828, + "type": "ALIAS", + "sort": 10, + "interface": "divider", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": true, + "required": false, + "options": { + "style": "large", + "title": "Data", + "hr": true + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "files_divider": { + "collection": "directus_settings", + "field": "files_divider", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 835, + "type": "ALIAS", + "sort": 30, + "interface": "divider", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": true, + "required": false, + "options": { + "style": "large", + "title": "Files & Thumbnails", + "hr": true + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + }, + "security_divider": { + "collection": "directus_settings", + "field": "security_divider", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 831, + "type": "ALIAS", + "sort": 20, + "interface": "divider", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": true, + "required": false, + "options": { + "style": "large", + "title": "Security", + "hr": true + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null + } + }, + "translation": null, + "icon": "box", + "name": "Directus Settings" + }, + { + "collection": "directus_user_sessions", + "note": null, + "hidden": false, + "single": false, + "managed": false, + "fields": { + "id": { + "collection": "directus_user_sessions", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 862, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "user": { + "collection": "directus_user_sessions", + "field": "user", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 863, + "type": "user", + "sort": null, + "interface": "user", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "token_type": { + "collection": "directus_user_sessions", + "field": "token_type", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 864, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255" + }, + "token": { + "collection": "directus_user_sessions", + "field": "token", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 865, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255" + }, + "ip_address": { + "collection": "directus_user_sessions", + "field": "ip_address", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 866, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255" + }, + "user_agent": { + "collection": "directus_user_sessions", + "field": "user_agent", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 867, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "created_on": { + "collection": "directus_user_sessions", + "field": "created_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 868, + "type": "datetime", + "sort": null, + "interface": "datetime", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "token_expired_at": { + "collection": "directus_user_sessions", + "field": "token_expired_at", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 869, + "type": "datetime", + "sort": null, + "interface": "datetime", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + } + }, + "translation": null, + "icon": "box", + "name": "Directus User Sessions" + }, + { + "collection": "directus_users", + "note": null, + "hidden": false, + "single": false, + "managed": false, + "fields": { + "id": { + "collection": "directus_users", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 842, + "type": "integer", + "sort": 1, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "status": { + "collection": "directus_users", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "draft", + "note": "", + "signed": true, + "id": 843, + "type": "status", + "sort": 2, + "interface": "status", + "display": "status-badge", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "status_mapping": { + "draft": { + "name": "Draft", + "text_color": "#B0BEC5", + "background_color": "#ECEFF1", + "listing_subdued": false, + "listing_badge": true, + "soft_delete": false + }, + "invited": { + "name": "Invited", + "text_color": "#FFFFFF", + "background_color": "#2F80ED", + "listing_subdued": false, + "listing_badge": true, + "soft_delete": false + }, + "active": { + "name": "Active", + "text_color": "#FFFFFF", + "background_color": "#27AE60", + "listing_subdued": false, + "listing_badge": false, + "soft_delete": false + }, + "suspended": { + "name": "Suspended", + "text_color": "#FFFFFF", + "background_color": "#F2994A", + "listing_subdued": false, + "listing_badge": true, + "soft_delete": false + }, + "deleted": { + "name": "Deleted", + "text_color": "#FFFFFF", + "background_color": "#EB5757", + "listing_subdued": false, + "listing_badge": true, + "soft_delete": true + } + } + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "16" + }, + "first_name": { + "collection": "directus_users", + "field": "first_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 844, + "type": "string", + "sort": 3, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "account_circle" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "50" + }, + "last_name": { + "collection": "directus_users", + "field": "last_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 845, + "type": "string", + "sort": 4, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "account_circle" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "50" + }, + "email": { + "collection": "directus_users", + "field": "email", + "datatype": "VARCHAR", + "unique": true, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 846, + "type": "string", + "sort": 5, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "iconRight": "alternate_email" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": "$email", + "group": null, + "length": "128" + }, + "password": { + "collection": "directus_users", + "field": "password", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 848, + "type": "hash", + "sort": 7, + "interface": "password", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "255" + }, + "token": { + "collection": "directus_users", + "field": "token", + "datatype": "VARCHAR", + "unique": true, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 858, + "type": "string", + "sort": 17, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255" + }, + "timezone": { + "collection": "directus_users", + "field": "timezone", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "America/New_York", + "note": "", + "signed": true, + "id": 852, + "type": "string", + "sort": 11, + "interface": "dropdown", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "choices": [ + { + "text": "Pacific/Midway", + "value": "(UTC-11:00) Midway Island" + }, + { + "text": "Pacific/Samoa", + "value": "(UTC-11:00) Samoa" + }, + { + "text": "Pacific/Honolulu", + "value": "(UTC-10:00) Hawaii" + }, + { + "text": "US/Alaska", + "value": "(UTC-09:00) Alaska" + }, + { + "text": "America/Los_Angeles", + "value": "(UTC-08:00) Pacific Time (US & Canada)" + }, + { + "text": "America/Tijuana", + "value": "(UTC-08:00) Tijuana" + }, + { + "text": "US/Arizona", + "value": "(UTC-07:00) Arizona" + }, + { + "text": "America/Chihuahua", + "value": "(UTC-07:00) Chihuahua" + }, + { + "text": "America/Mexico/La_Paz", + "value": "(UTC-07:00) La Paz" + }, + { + "text": "America/Mazatlan", + "value": "(UTC-07:00) Mazatlan" + }, + { + "text": "US/Mountain", + "value": "(UTC-07:00) Mountain Time (US & Canada)" + }, + { + "text": "America/Managua", + "value": "(UTC-06:00) Central America" + }, + { + "text": "US/Central", + "value": "(UTC-06:00) Central Time (US & Canada)" + }, + { + "text": "America/Guadalajara", + "value": "(UTC-06:00) Guadalajara" + }, + { + "text": "America/Mexico_City", + "value": "(UTC-06:00) Mexico City" + }, + { + "text": "America/Monterrey", + "value": "(UTC-06:00) Monterrey" + }, + { + "text": "Canada/Saskatchewan", + "value": "(UTC-06:00) Saskatchewan" + }, + { + "text": "America/Bogota", + "value": "(UTC-05:00) Bogota" + }, + { + "text": "US/Eastern", + "value": "(UTC-05:00) Eastern Time (US & Canada)" + }, + { + "text": "US/East-Indiana", + "value": "(UTC-05:00) Indiana (East)" + }, + { + "text": "America/Lima", + "value": "(UTC-05:00) Lima" + }, + { + "text": "America/Quito", + "value": "(UTC-05:00) Quito" + }, + { + "text": "Canada/Atlantic", + "value": "(UTC-04:00) Atlantic Time (Canada)" + }, + { + "text": "America/New_York", + "value": "(UTC-04:00) New York" + }, + { + "text": "America/Caracas", + "value": "(UTC-04:30) Caracas" + }, + { + "text": "America/La_Paz", + "value": "(UTC-04:00) La Paz" + }, + { + "text": "America/Santiago", + "value": "(UTC-04:00) Santiago" + }, + { + "text": "America/Santo_Domingo", + "value": "(UTC-04:00) Santo Domingo" + }, + { + "text": "Canada/Newfoundland", + "value": "(UTC-03:30) Newfoundland" + }, + { + "text": "America/Sao_Paulo", + "value": "(UTC-03:00) Brasilia" + }, + { + "text": "America/Argentina/Buenos_Aires", + "value": "(UTC-03:00) Buenos Aires" + }, + { + "text": "America/Argentina/GeorgeTown", + "value": "(UTC-03:00) Georgetown" + }, + { + "text": "America/Godthab", + "value": "(UTC-03:00) Greenland" + }, + { + "text": "America/Noronha", + "value": "(UTC-02:00) Mid-Atlantic" + }, + { + "text": "Atlantic/Azores", + "value": "(UTC-01:00) Azores" + }, + { + "text": "Atlantic/Cape_Verde", + "value": "(UTC-01:00) Cape Verde Is." + }, + { + "text": "Africa/Casablanca", + "value": "(UTC+00:00) Casablanca" + }, + { + "text": "Europe/Edinburgh", + "value": "(UTC+00:00) Edinburgh" + }, + { + "text": "Etc/Greenwich", + "value": "(UTC+00:00) Greenwich Mean Time : Dublin" + }, + { + "text": "Europe/Lisbon", + "value": "(UTC+00:00) Lisbon" + }, + { + "text": "Europe/London", + "value": "(UTC+00:00) London" + }, + { + "text": "Africa/Monrovia", + "value": "(UTC+00:00) Monrovia" + }, + { + "text": "UTC", + "value": "(UTC+00:00) UTC" + }, + { + "text": "Europe/Amsterdam", + "value": "(UTC+01:00) Amsterdam" + }, + { + "text": "Europe/Belgrade", + "value": "(UTC+01:00) Belgrade" + }, + { + "text": "Europe/Berlin", + "value": "(UTC+01:00) Berlin" + }, + { + "text": "Europe/Bern", + "value": "(UTC+01:00) Bern" + }, + { + "text": "Europe/Bratislava", + "value": "(UTC+01:00) Bratislava" + }, + { + "text": "Europe/Brussels", + "value": "(UTC+01:00) Brussels" + }, + { + "text": "Europe/Budapest", + "value": "(UTC+01:00) Budapest" + }, + { + "text": "Europe/Copenhagen", + "value": "(UTC+01:00) Copenhagen" + }, + { + "text": "Europe/Ljubljana", + "value": "(UTC+01:00) Ljubljana" + }, + { + "text": "Europe/Madrid", + "value": "(UTC+01:00) Madrid" + }, + { + "text": "Europe/Paris", + "value": "(UTC+01:00) Paris" + }, + { + "text": "Europe/Prague", + "value": "(UTC+01:00) Prague" + }, + { + "text": "Europe/Rome", + "value": "(UTC+01:00) Rome" + }, + { + "text": "Europe/Sarajevo", + "value": "(UTC+01:00) Sarajevo" + }, + { + "text": "Europe/Skopje", + "value": "(UTC+01:00) Skopje" + }, + { + "text": "Europe/Stockholm", + "value": "(UTC+01:00) Stockholm" + }, + { + "text": "Europe/Vienna", + "value": "(UTC+01:00) Vienna" + }, + { + "text": "Europe/Warsaw", + "value": "(UTC+01:00) Warsaw" + }, + { + "text": "Africa/Lagos", + "value": "(UTC+01:00) West Central Africa" + }, + { + "text": "Europe/Zagreb", + "value": "(UTC+01:00) Zagreb" + }, + { + "text": "Europe/Athens", + "value": "(UTC+02:00) Athens" + }, + { + "text": "Europe/Bucharest", + "value": "(UTC+02:00) Bucharest" + }, + { + "text": "Africa/Cairo", + "value": "(UTC+02:00) Cairo" + }, + { + "text": "Africa/Harare", + "value": "(UTC+02:00) Harare" + }, + { + "text": "Europe/Helsinki", + "value": "(UTC+02:00) Helsinki" + }, + { + "text": "Europe/Istanbul", + "value": "(UTC+02:00) Istanbul" + }, + { + "text": "Asia/Jerusalem", + "value": "(UTC+02:00) Jerusalem" + }, + { + "text": "Europe/Kyiv", + "value": "(UTC+02:00) Kyiv" + }, + { + "text": "Africa/Johannesburg", + "value": "(UTC+02:00) Pretoria" + }, + { + "text": "Europe/Riga", + "value": "(UTC+02:00) Riga" + }, + { + "text": "Europe/Sofia", + "value": "(UTC+02:00) Sofia" + }, + { + "text": "Europe/Tallinn", + "value": "(UTC+02:00) Tallinn" + }, + { + "text": "Europe/Vilnius", + "value": "(UTC+02:00) Vilnius" + }, + { + "text": "Asia/Baghdad", + "value": "(UTC+03:00) Baghdad" + }, + { + "text": "Asia/Kuwait", + "value": "(UTC+03:00) Kuwait" + }, + { + "text": "Europe/Minsk", + "value": "(UTC+03:00) Minsk" + }, + { + "text": "Africa/Nairobi", + "value": "(UTC+03:00) Nairobi" + }, + { + "text": "Asia/Riyadh", + "value": "(UTC+03:00) Riyadh" + }, + { + "text": "Europe/Volgograd", + "value": "(UTC+03:00) Volgograd" + }, + { + "text": "Asia/Tehran", + "value": "(UTC+03:30) Tehran" + }, + { + "text": "Asia/Abu_Dhabi", + "value": "(UTC+04:00) Abu Dhabi" + }, + { + "text": "Asia/Baku", + "value": "(UTC+04:00) Baku" + }, + { + "text": "Europe/Moscow", + "value": "(UTC+04:00) Moscow" + }, + { + "text": "Asia/Muscat", + "value": "(UTC+04:00) Muscat" + }, + { + "text": "Europe/St_Petersburg", + "value": "(UTC+04:00) St. Petersburg" + }, + { + "text": "Asia/Tbilisi", + "value": "(UTC+04:00) Tbilisi" + }, + { + "text": "Asia/Yerevan", + "value": "(UTC+04:00) Yerevan" + }, + { + "text": "Asia/Kabul", + "value": "(UTC+04:30) Kabul" + }, + { + "text": "Asia/Islamabad", + "value": "(UTC+05:00) Islamabad" + }, + { + "text": "Asia/Karachi", + "value": "(UTC+05:00) Karachi" + }, + { + "text": "Asia/Tashkent", + "value": "(UTC+05:00) Tashkent" + }, + { + "text": "Asia/Calcutta", + "value": "(UTC+05:30) Chennai" + }, + { + "text": "Asia/Kolkata", + "value": "(UTC+05:30) Kolkata" + }, + { + "text": "Asia/Mumbai", + "value": "(UTC+05:30) Mumbai" + }, + { + "text": "Asia/New_Delhi", + "value": "(UTC+05:30) New Delhi" + }, + { + "text": "Asia/Sri_Jayawardenepura", + "value": "(UTC+05:30) Sri Jayawardenepura" + }, + { + "text": "Asia/Katmandu", + "value": "(UTC+05:45) Kathmandu" + }, + { + "text": "Asia/Almaty", + "value": "(UTC+06:00) Almaty" + }, + { + "text": "Asia/Astana", + "value": "(UTC+06:00) Astana" + }, + { + "text": "Asia/Dhaka", + "value": "(UTC+06:00) Dhaka" + }, + { + "text": "Asia/Yekaterinburg", + "value": "(UTC+06:00) Ekaterinburg" + }, + { + "text": "Asia/Rangoon", + "value": "(UTC+06:30) Rangoon" + }, + { + "text": "Asia/Bangkok", + "value": "(UTC+07:00) Bangkok" + }, + { + "text": "Asia/Hanoi", + "value": "(UTC+07:00) Hanoi" + }, + { + "text": "Asia/Jakarta", + "value": "(UTC+07:00) Jakarta" + }, + { + "text": "Asia/Novosibirsk", + "value": "(UTC+07:00) Novosibirsk" + }, + { + "text": "Asia/Beijing", + "value": "(UTC+08:00) Beijing" + }, + { + "text": "Asia/Chongqing", + "value": "(UTC+08:00) Chongqing" + }, + { + "text": "Asia/Hong_Kong", + "value": "(UTC+08:00) Hong Kong" + }, + { + "text": "Asia/Krasnoyarsk", + "value": "(UTC+08:00) Krasnoyarsk" + }, + { + "text": "Asia/Kuala_Lumpur", + "value": "(UTC+08:00) Kuala Lumpur" + }, + { + "text": "Australia/Perth", + "value": "(UTC+08:00) Perth" + }, + { + "text": "Asia/Singapore", + "value": "(UTC+08:00) Singapore" + }, + { + "text": "Asia/Taipei", + "value": "(UTC+08:00) Taipei" + }, + { + "text": "Asia/Ulan_Bator", + "value": "(UTC+08:00) Ulaan Bataar" + }, + { + "text": "Asia/Urumqi", + "value": "(UTC+08:00) Urumqi" + }, + { + "text": "Asia/Irkutsk", + "value": "(UTC+09:00) Irkutsk" + }, + { + "text": "Asia/Osaka", + "value": "(UTC+09:00) Osaka" + }, + { + "text": "Asia/Sapporo", + "value": "(UTC+09:00) Sapporo" + }, + { + "text": "Asia/Seoul", + "value": "(UTC+09:00) Seoul" + }, + { + "text": "Asia/Tokyo", + "value": "(UTC+09:00) Tokyo" + }, + { + "text": "Australia/Adelaide", + "value": "(UTC+09:30) Adelaide" + }, + { + "text": "Australia/Darwin", + "value": "(UTC+09:30) Darwin" + }, + { + "text": "Australia/Brisbane", + "value": "(UTC+10:00) Brisbane" + }, + { + "text": "Australia/Canberra", + "value": "(UTC+10:00) Canberra" + }, + { + "text": "Pacific/Guam", + "value": "(UTC+10:00) Guam" + }, + { + "text": "Australia/Hobart", + "value": "(UTC+10:00) Hobart" + }, + { + "text": "Australia/Melbourne", + "value": "(UTC+10:00) Melbourne" + }, + { + "text": "Pacific/Port_Moresby", + "value": "(UTC+10:00) Port Moresby" + }, + { + "text": "Australia/Sydney", + "value": "(UTC+10:00) Sydney" + }, + { + "text": "Asia/Yakutsk", + "value": "(UTC+10:00) Yakutsk" + }, + { + "text": "Asia/Vladivostok", + "value": "(UTC+11:00) Vladivostok" + }, + { + "text": "Pacific/Auckland", + "value": "(UTC+12:00) Auckland" + }, + { + "text": "Pacific/Fiji", + "value": "(UTC+12:00) Fiji" + }, + { + "text": "Pacific/Kwajalein", + "value": "(UTC+12:00) International Date Line West" + }, + { + "text": "Asia/Kamchatka", + "value": "(UTC+12:00) Kamchatka" + }, + { + "text": "Asia/Magadan", + "value": "(UTC+12:00) Magadan" + }, + { + "text": "Pacific/Marshall_Is", + "value": "(UTC+12:00) Marshall Is." + }, + { + "text": "Asia/New_Caledonia", + "value": "(UTC+12:00) New Caledonia" + }, + { + "text": "Asia/Solomon_Is", + "value": "(UTC+12:00) Solomon Is." + }, + { + "text": "Pacific/Wellington", + "value": "(UTC+12:00) Wellington" + }, + { + "text": "Pacific/Tongatapu", + "value": "(UTC+13:00) Nuku'alofa" + } + ], + "placeholder": "Choose a timezone..." + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "32" + }, + "locale": { + "collection": "directus_users", + "field": "locale", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "en-US", + "note": "", + "signed": true, + "id": 853, + "type": "string", + "sort": 12, + "interface": "language", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "limit": true + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "8" + }, + "locale_options": { + "collection": "directus_users", + "field": "locale_options", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 857, + "type": "json", + "sort": 16, + "interface": "json", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "avatar": { + "collection": "directus_users", + "field": "avatar", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 854, + "type": "file", + "sort": 13, + "interface": "file", + "display": "image", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "company": { + "collection": "directus_users", + "field": "company", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 850, + "type": "string", + "sort": 9, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "location_city" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "191" + }, + "title": { + "collection": "directus_users", + "field": "title", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 851, + "type": "string", + "sort": 10, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "text_fields" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "191" + }, + "email_notifications": { + "collection": "directus_users", + "field": "email_notifications", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "1", + "note": "", + "signed": true, + "id": 847, + "type": "boolean", + "sort": 6, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "last_access_on": { + "collection": "directus_users", + "field": "last_access_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 859, + "type": "datetime", + "sort": 18, + "interface": "datetime", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": null + }, + "last_page": { + "collection": "directus_users", + "field": "last_page", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 860, + "type": "string", + "sort": 19, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": "192" + }, + "external_id": { + "collection": "directus_users", + "field": "external_id", + "datatype": "VARCHAR", + "unique": true, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 861, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": "255" + }, + "2fa_secret": { + "collection": "directus_users", + "field": "2fa_secret", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 856, + "type": "string", + "sort": 15, + "interface": "2fa-secret", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": "255" + }, + "theme": { + "collection": "directus_users", + "field": "theme", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "auto", + "note": "", + "signed": true, + "id": 855, + "type": "string", + "sort": 14, + "interface": "radio-buttons", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "format": true, + "choices": [ + { + "value": "auto", + "text": "Auto" + }, + { + "value": "light", + "text": "Light" + }, + { + "value": "dark", + "text": "Dark" + } + ] + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100" + }, + "role": { + "collection": "directus_users", + "field": "role", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 849, + "type": "m2o", + "sort": 8, + "interface": "user-roles", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "10" + }, + "password_reset_token": { + "collection": "directus_users", + "field": "password_reset_token", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 894, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": "520" + } + }, + "translation": null, + "icon": "box", + "name": "Directus Users" + }, + { + "collection": "directus_webhooks", + "note": null, + "hidden": false, + "single": false, + "managed": false, + "fields": { + "id": { + "collection": "directus_webhooks", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 870, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10" + }, + "status": { + "collection": "directus_webhooks", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "inactive", + "note": "", + "signed": true, + "id": 871, + "type": "status", + "sort": 1, + "interface": "status", + "display": "status-dot", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "status_mapping": { + "active": { + "name": "Active", + "value": "active", + "text_color": "white", + "background_color": "green", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true + }, + "inactive": { + "name": "Inactive", + "value": "inactive", + "text_color": "white", + "background_color": "blue-grey", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": false, + "published": false + } + } + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "space-half", + "validation": null, + "group": null, + "length": "16" + }, + "http_action": { + "collection": "directus_webhooks", + "field": "http_action", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 872, + "type": "string", + "sort": 2, + "interface": "dropdown", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "choices": [ + { + "value": "get", + "text": "GET" + }, + { + "value": "post", + "text": "POST" + } + ] + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "255" + }, + "url": { + "collection": "directus_webhooks", + "field": "url", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 873, + "type": "string", + "sort": 3, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "placeholder": "https://example.com", + "iconRight": "link" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "510" + }, + "directus_action": { + "collection": "directus_webhooks", + "field": "directus_action", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 875, + "type": "string", + "sort": 5, + "interface": "dropdown", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "choices": [ + { + "value": "item.create:after", + "text": "Create" + }, + { + "value": "item.update:after", + "text": "Update" + }, + { + "value": "item.delete:after", + "text": "Delete" + } + ] + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "255" + }, + "collection": { + "collection": "directus_webhooks", + "field": "collection", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 874, + "type": "string", + "sort": 4, + "interface": "collections", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "255" + } + }, + "translation": null, + "icon": "box", + "name": "Directus Webhooks" + } + ] +} diff --git a/.storybook/mock-data/fields.json b/.storybook/mock-data/fields.json new file mode 100644 index 0000000000..e65f5d59ac --- /dev/null +++ b/.storybook/mock-data/fields.json @@ -0,0 +1,11527 @@ +{ + "fields": [ + { + "collection": "about_us", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 167, + "type": "integer", + "sort": 1, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "about_us", + "field": "our_process", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 197, + "type": "string", + "sort": 2, + "interface": "wysiwyg", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "toolbar": [ + "bold", + "italic", + "underline", + "link", + "code" + ], + "custom_formats": null + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Our Process" + }, + { + "collection": "about_us", + "field": "date_founded", + "datatype": "DATE", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 199, + "type": "date", + "sort": 6, + "interface": "calendar", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "min": "2019-09-15" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": null, + "name": "Date Founded" + }, + { + "collection": "about_us", + "field": "new_business_email", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 322, + "type": "string", + "sort": 3, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200", + "name": "New Business Email" + }, + { + "collection": "about_us", + "field": "general_email", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 323, + "type": "string", + "sort": 4, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200", + "name": "General Email" + }, + { + "collection": "about_us", + "field": "one_sheet", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 324, + "type": "file", + "sort": 5, + "interface": "file", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "viewType": "cards", + "viewOptions": { + "title": "title", + "subtitle": "type", + "content": "description", + "src": "data" + }, + "viewQuery": [], + "filters": [] + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "One Sheet" + }, + { + "collection": "about_us", + "field": "brand_color_primary", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 877, + "type": "string", + "sort": 8, + "interface": "color", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "format": "hex", + "palette": [ + "#E91E63", + "#F44336", + "#FF9800", + "#FFC107", + "#FFEB3B", + "#CDDC39", + "#4CAF50", + "#00BCD4", + "#2196F3", + "#3F51B5", + "#9C27B0", + "#607D8B" + ], + "paletteOnly": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "20", + "name": "Brand Color Primary" + }, + { + "collection": "about_us", + "field": "brand_color_secondary", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 878, + "type": "string", + "sort": 9, + "interface": "color", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "format": "hex", + "palette": [ + "#E91E63", + "#F44336", + "#FF9800", + "#FFC107", + "#FFEB3B", + "#CDDC39", + "#4CAF50", + "#00BCD4", + "#2196F3", + "#3F51B5", + "#9C27B0", + "#607D8B" + ], + "paletteOnly": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "20", + "name": "Brand Color Secondary" + }, + { + "collection": "about_us", + "field": "brand_logo", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 881, + "type": "file", + "sort": null, + "interface": "file", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "viewType": "cards", + "viewOptions": { + "title": "title", + "subtitle": "type", + "content": "description", + "src": "data" + }, + "viewQuery": [], + "filters": [] + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "10", + "name": "Brand Logo" + }, + { + "collection": "about_us", + "field": "global", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 880, + "type": "ALIAS", + "sort": 7, + "interface": "divider", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "style": "large", + "title": "Brand Details", + "description": "The following fields are only editable by administrators", + "hr": true, + "margin": true + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Global" + }, + { + "collection": "analytics", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 177, + "type": "integer", + "sort": 0, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "analytics", + "field": "active_users", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": true, + "id": 346, + "type": "integer", + "sort": null, + "interface": "numeric", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "localized": true, + "iconRight": "people" + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Active Users" + }, + { + "collection": "analytics", + "field": "page_visits", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 350, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "200", + "name": "Page Visits" + }, + { + "collection": "analytics", + "field": "page_views", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 351, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200", + "name": "Page Views" + }, + { + "collection": "customers", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 183, + "type": "integer", + "sort": 1, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "customers", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "draft", + "note": "", + "signed": true, + "id": 184, + "type": "status", + "sort": 2, + "interface": "status", + "display": "status-dot", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "status_mapping": { + "published": { + "name": "Published", + "value": "published", + "text_color": "#FFFFFF", + "background_color": "#27AE60", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "draft": { + "name": "Draft", + "value": "draft", + "text_color": "#B0BEC5", + "background_color": "#DDE3E6", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": false, + "published": false, + "required_fields": false + }, + "deleted": { + "name": "Deleted", + "value": "deleted", + "text_color": "#FFFFFF", + "background_color": "#EB5757", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": true, + "published": false, + "required_fields": false + } + }, + "simpleBadge": true + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "20", + "name": "Status" + }, + { + "collection": "customers", + "field": "created_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 185, + "type": "datetime_created", + "sort": 19, + "interface": "datetime-created", + "display": "datetime", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": null, + "name": "Created On" + }, + { + "collection": "customers", + "field": "first_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 290, + "type": "string", + "sort": 6, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": false, + "formatValue": false, + "monospace": false, + "iconRight": "account_circle" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200", + "name": "First Name" + }, + { + "collection": "customers", + "field": "last_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 291, + "type": "string", + "sort": 7, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": false, + "formatValue": false, + "monospace": false, + "iconRight": "account_circle" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200", + "name": "Last Name" + }, + { + "collection": "customers", + "field": "email", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 292, + "type": "string", + "sort": 10, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "alternate_email", + "trim": true, + "showCharacterCount": false, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200", + "name": "Email" + }, + { + "collection": "customers", + "field": "phone", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 293, + "type": "string", + "sort": 11, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "local_phone", + "placeholder": "(000) 000-0000", + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200", + "name": "Phone" + }, + { + "collection": "customers", + "field": "description", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 294, + "type": "string", + "sort": 14, + "interface": "textarea", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "rows": "4", + "serif": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Description" + }, + { + "collection": "customers", + "field": "title", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 295, + "type": "string", + "sort": 8, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": false, + "formatValue": false, + "monospace": false, + "iconRight": "title" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200", + "name": "Title" + }, + { + "collection": "customers", + "field": "owner", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 296, + "type": "m2o", + "sort": 3, + "interface": "many-to-one", + "display": "template", + "display_options": { + "template": "{{ first_name }} {{ last_name }}" + }, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "visible_fields": "first_name,last_name", + "placeholder": "Select an owner...", + "threshold": 20 + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Owner" + }, + { + "collection": "customers", + "field": "company", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 297, + "type": "string", + "sort": 9, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "location_city", + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200", + "name": "Company" + }, + { + "collection": "customers", + "field": "birthday", + "datatype": "DATE", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 298, + "type": "date", + "sort": 12, + "interface": "date", + "display": "datetime", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "localized": true, + "showRelative": true, + "iconRight": "cake" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": null, + "name": "Birthday" + }, + { + "collection": "customers", + "field": "source", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "other", + "note": "", + "signed": true, + "id": 299, + "type": "string", + "sort": 16, + "interface": "radio-buttons", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "choices": [ + { + "value": "web", + "text": "Web" + }, + { + "value": "phone", + "text": "Phone" + }, + { + "value": "referral", + "text": "Referral" + }, + { + "value": "other", + "text": "Other" + } + ], + "format": true + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "100", + "name": "Source" + }, + { + "collection": "customers", + "field": "created_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 300, + "type": "owner", + "sort": 18, + "interface": "owner", + "display": "user", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "display": "name" + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Created By" + }, + { + "collection": "customers", + "field": "account_id", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 301, + "type": "string", + "sort": 4, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "vpn_key", + "placeholder": "XXXX-XXXX", + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": true + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "20", + "name": "Account ID" + }, + { + "collection": "customers", + "field": "rating", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 303, + "type": "integer", + "sort": 13, + "interface": "rating", + "display": "rating", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "active_color": "amber", + "maxStars": 5, + "display": "star" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Rating" + }, + { + "collection": "customers", + "field": "tags", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 304, + "type": "array", + "sort": 15, + "interface": "tags", + "display": "tags", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "local_offer", + "validationMessage": "Please enter a valid tag", + "alphabetize": true, + "lowercase": false, + "wrap": false, + "format": false, + "sanitize": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "2000", + "name": "Tags" + }, + { + "collection": "customers", + "field": "modified_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 305, + "type": "user_updated", + "sort": 21, + "interface": "user-updated", + "display": "user", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "display": "name" + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Modified By" + }, + { + "collection": "customers", + "field": "modified_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 306, + "type": "datetime_updated", + "sort": 20, + "interface": "datetime-updated", + "display": "datetime", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": null, + "name": "Modified On" + }, + { + "collection": "customers", + "field": "customer_divider", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 884, + "type": "ALIAS", + "sort": 5, + "interface": "divider", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "icon": "person", + "title": "Customer", + "color": "#2F80ED" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Customer Divider" + }, + { + "collection": "customers", + "field": "system_divider", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 885, + "type": "ALIAS", + "sort": 17, + "interface": "divider", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "style": "large", + "title": "", + "hr": true, + "margin": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "System Divider" + }, + { + "collection": "directus_activity", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 728, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "directus_activity", + "field": "action", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 729, + "type": "string", + "sort": 1, + "interface": "activity-icon", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "iconRight": "change_history" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": "45", + "name": "Action" + }, + { + "collection": "directus_activity", + "field": "action_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": false, + "id": 732, + "type": "integer", + "sort": 4, + "interface": "user", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "iconRight": "account_circle", + "display": "both" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Action By" + }, + { + "collection": "directus_activity", + "field": "action_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 733, + "type": "datetime", + "sort": 5, + "interface": "datetime", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "showRelative": true, + "iconRight": "calendar_today" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": null, + "name": "Action On" + }, + { + "collection": "directus_activity", + "field": "ip", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 736, + "type": "string", + "sort": 8, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "iconRight": "my_location" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "50", + "name": "IP" + }, + { + "collection": "directus_activity", + "field": "user_agent", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 737, + "type": "string", + "sort": 9, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "iconRight": "devices_other" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "255", + "name": "User Agent" + }, + { + "collection": "directus_activity", + "field": "collection", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 730, + "type": "string", + "sort": 2, + "interface": "collections", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "iconRight": "list_alt" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "64", + "name": "Collection" + }, + { + "collection": "directus_activity", + "field": "item", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 731, + "type": "string", + "sort": 3, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "iconRight": "link" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "255", + "name": "Item" + }, + { + "collection": "directus_activity", + "field": "edited_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 734, + "type": "datetime", + "sort": 6, + "interface": "datetime", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "showRelative": true, + "iconRight": "edit" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": null, + "name": "Edited On" + }, + { + "collection": "directus_activity", + "field": "comment", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 738, + "type": "string", + "sort": 10, + "interface": "textarea", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Comment" + }, + { + "collection": "directus_activity", + "field": "comment_deleted_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 735, + "type": "datetime", + "sort": 7, + "interface": "datetime", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "showRelative": true, + "iconRight": "delete_outline" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": null, + "name": "Comment Deleted On" + }, + { + "collection": "directus_collections", + "field": "collection", + "datatype": "VARCHAR", + "unique": false, + "primary_key": true, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 750, + "type": "string", + "sort": 2, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "64", + "name": "Collection" + }, + { + "collection": "directus_collections", + "field": "managed", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "1", + "note": "[Learn More](https://docs.directus.io/guides/collections.html#managing-collections).", + "signed": false, + "id": 752, + "type": "boolean", + "sort": 4, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "3", + "name": "Managed" + }, + { + "collection": "directus_collections", + "field": "hidden", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "[Learn More](https://docs.directus.io/guides/collections.html#hidden).", + "signed": false, + "id": 753, + "type": "boolean", + "sort": 5, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "3", + "name": "Hidden" + }, + { + "collection": "directus_collections", + "field": "single", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "[Learn More](https://docs.directus.io/guides/collections.html#single).", + "signed": false, + "id": 754, + "type": "boolean", + "sort": 6, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "3", + "name": "Single" + }, + { + "collection": "directus_collections", + "field": "icon", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "The icon shown in the App's navigation sidebar.", + "signed": true, + "id": 756, + "type": "string", + "sort": 8, + "interface": "icon", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "30", + "name": "Icon" + }, + { + "collection": "directus_collections", + "field": "note", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "An internal description.", + "signed": true, + "id": 751, + "type": "string", + "sort": 3, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "255", + "name": "Note" + }, + { + "collection": "directus_collections", + "field": "translation", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 755, + "type": "json", + "sort": 7, + "interface": "repeater", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "fields": [ + { + "field": "locale", + "type": "string", + "interface": "language", + "options": { + "limit": true + }, + "width": "half" + }, + { + "field": "translation", + "type": "string", + "interface": "text-input", + "width": "half" + } + ] + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Translation" + }, + { + "collection": "directus_collections", + "field": "display_template", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "What template to use to reference individual items in this collection.", + "signed": true, + "id": 899, + "type": "string", + "sort": 3, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "placeholder": "{{ name }} – ({{ title }})" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "255", + "name": "Display Template" + }, + { + "collection": "directus_collections", + "field": "fields", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 749, + "type": "O2M", + "sort": 1, + "interface": "one-to-many", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Fields" + }, + { + "collection": "directus_collection_presets", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 739, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "directus_collection_presets", + "field": "title", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 740, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255", + "name": "Title" + }, + { + "collection": "directus_collection_presets", + "field": "user", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 741, + "type": "integer", + "sort": null, + "interface": "user", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "User" + }, + { + "collection": "directus_collection_presets", + "field": "role", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 742, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Role" + }, + { + "collection": "directus_collection_presets", + "field": "collection", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 743, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64", + "name": "Collection" + }, + { + "collection": "directus_collection_presets", + "field": "search_query", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 744, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100", + "name": "Search Query" + }, + { + "collection": "directus_collection_presets", + "field": "filters", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 745, + "type": "json", + "sort": null, + "interface": "json", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Filters" + }, + { + "collection": "directus_collection_presets", + "field": "view_type", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "tabular", + "note": "", + "signed": true, + "id": 747, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100", + "name": "View Type" + }, + { + "collection": "directus_collection_presets", + "field": "view_query", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 748, + "type": "json", + "sort": null, + "interface": "json", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "View Query" + }, + { + "collection": "directus_collection_presets", + "field": "view_options", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 746, + "type": "json", + "sort": null, + "interface": "json", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "View Options" + }, + { + "collection": "directus_collection_presets", + "field": "translation", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Translation" + }, + { + "collection": "directus_fields", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 711, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "directus_fields", + "field": "collection", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 712, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64", + "name": "Collection" + }, + { + "collection": "directus_fields", + "field": "field", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 713, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64", + "name": "Field" + }, + { + "collection": "directus_fields", + "field": "type", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 714, + "type": "string", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64", + "name": "Type" + }, + { + "collection": "directus_fields", + "field": "interface", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 715, + "type": "string", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64", + "name": "Interface" + }, + { + "collection": "directus_fields", + "field": "options", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 716, + "type": "json", + "sort": null, + "interface": "json", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Options" + }, + { + "collection": "directus_fields", + "field": "display", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 897, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64", + "name": "Display" + }, + { + "collection": "directus_fields", + "field": "display_options", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 898, + "type": "json", + "sort": null, + "interface": "json", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Display Options" + }, + { + "collection": "directus_fields", + "field": "locked", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": false, + "id": 717, + "type": "boolean", + "sort": null, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3", + "name": "Locked" + }, + { + "collection": "directus_fields", + "field": "validation", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 720, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "500", + "name": "Validation" + }, + { + "collection": "directus_fields", + "field": "required", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": false, + "id": 721, + "type": "boolean", + "sort": null, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3", + "name": "Required" + }, + { + "collection": "directus_fields", + "field": "readonly", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": false, + "id": 719, + "type": "boolean", + "sort": null, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3", + "name": "Readonly" + }, + { + "collection": "directus_fields", + "field": "hidden_detail", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": false, + "id": 724, + "type": "boolean", + "sort": null, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3", + "name": "Hidden Detail" + }, + { + "collection": "directus_fields", + "field": "hidden_browse", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": false, + "id": 725, + "type": "boolean", + "sort": null, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3", + "name": "Hidden Browse" + }, + { + "collection": "directus_fields", + "field": "sort", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 722, + "type": "sort", + "sort": null, + "interface": "sort", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Sort" + }, + { + "collection": "directus_fields", + "field": "width", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 726, + "type": "integer", + "sort": null, + "interface": "numeric", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "30", + "name": "Width" + }, + { + "collection": "directus_fields", + "field": "group", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 727, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Group" + }, + { + "collection": "directus_fields", + "field": "note", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 723, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "1024", + "name": "Note" + }, + { + "collection": "directus_fields", + "field": "translation", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 718, + "type": "json", + "sort": null, + "interface": "repeater", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "fields": [ + { + "field": "locale", + "type": "string", + "interface": "language", + "options": { + "limit": true + }, + "width": "half" + }, + { + "field": "translation", + "type": "string", + "interface": "text-input", + "width": "half" + } + ] + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Translation" + }, + { + "collection": "directus_files", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": true, + "id": 774, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "directus_files", + "field": "storage", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "local", + "note": "", + "signed": true, + "id": 779, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "50", + "name": "Storage" + }, + { + "collection": "directus_files", + "field": "filename_disk", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 763, + "type": "string", + "sort": 7, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "placeholder": "Enter a unique file name...", + "iconRight": "insert_drive_file" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "255", + "name": "Filename Disk" + }, + { + "collection": "directus_files", + "field": "filename_download", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "", + "note": "", + "signed": true, + "id": 762, + "type": "string", + "sort": 6, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "monospace": true, + "iconRight": "get_app" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "255", + "name": "Filename Download" + }, + { + "collection": "directus_files", + "field": "title", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 758, + "type": "string", + "sort": 2, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "placeholder": "Enter a descriptive title...", + "iconRight": "title" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "255", + "name": "Title" + }, + { + "collection": "directus_files", + "field": "type", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 775, + "type": "string", + "sort": null, + "interface": "text-input", + "display": "mime-type", + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": "255", + "name": "Type" + }, + { + "collection": "directus_files", + "field": "uploaded_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 767, + "type": "owner", + "sort": 11, + "interface": "owner", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Uploaded By" + }, + { + "collection": "directus_files", + "field": "uploaded_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 766, + "type": "datetime", + "sort": 10, + "interface": "datetime", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "iconRight": "today" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": null, + "name": "Uploaded On" + }, + { + "collection": "directus_files", + "field": "charset", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 776, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": "50", + "name": "Charset" + }, + { + "collection": "directus_files", + "field": "filesize", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": false, + "id": 771, + "type": "integer", + "sort": 15, + "interface": "file-size", + "display": "filesize", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "iconRight": "storage" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Filesize" + }, + { + "collection": "directus_files", + "field": "width", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 768, + "type": "integer", + "sort": 12, + "interface": "numeric", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "straighten" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Width" + }, + { + "collection": "directus_files", + "field": "height", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 769, + "type": "integer", + "sort": 13, + "interface": "numeric", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "straighten" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Height" + }, + { + "collection": "directus_files", + "field": "duration", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 770, + "type": "integer", + "sort": 14, + "interface": "numeric", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "timer" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Duration" + }, + { + "collection": "directus_files", + "field": "embed", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 777, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": "200", + "name": "Embed" + }, + { + "collection": "directus_files", + "field": "folder", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 778, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Folder" + }, + { + "collection": "directus_files", + "field": "description", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 761, + "type": "string", + "sort": 5, + "interface": "wysiwyg", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "toolbar": [ + "bold", + "italic", + "underline", + "link", + "code" + ] + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Description" + }, + { + "collection": "directus_files", + "field": "location", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 760, + "type": "string", + "sort": 4, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "placeholder": "Enter a location...", + "iconRight": "place" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200", + "name": "Location" + }, + { + "collection": "directus_files", + "field": "tags", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 759, + "type": "array", + "sort": 3, + "interface": "tags", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "placeholder": "Enter a keyword then hit enter..." + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "255", + "name": "Tags" + }, + { + "collection": "directus_files", + "field": "checksum", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 765, + "type": "string", + "sort": 9, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "check", + "monospace": true + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "32", + "name": "Checksum" + }, + { + "collection": "directus_files", + "field": "private_hash", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 764, + "type": "slug", + "sort": 8, + "interface": "slug", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "lock" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "16", + "name": "Private Hash" + }, + { + "collection": "directus_files", + "field": "metadata", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 772, + "type": "json", + "sort": 15, + "interface": "key-value", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "keyInterface": "text-input", + "keyDataType": "string", + "keyOptions": { + "monospace": true, + "placeholder": "Key" + }, + "valueInterface": "text-input", + "valueDataType": "string", + "valueOptions": { + "monospace": true, + "placeholder": "Value" + } + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Metadata" + }, + { + "collection": "directus_files", + "field": "data", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 773, + "type": "ALIAS", + "sort": null, + "interface": "file", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Data" + }, + { + "collection": "directus_folders", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 780, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "directus_folders", + "field": "name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 781, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "191", + "name": "Name" + }, + { + "collection": "directus_folders", + "field": "parent_folder", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 782, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Parent Folder" + }, + { + "collection": "directus_migrations", + "field": "version", + "datatype": "BIGINT", + "unique": false, + "primary_key": true, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "19", + "name": "Version" + }, + { + "collection": "directus_migrations", + "field": "migration_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100", + "name": "Migration Name" + }, + { + "collection": "directus_migrations", + "field": "start_time", + "datatype": "TIMESTAMP", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "datetime", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Start Time" + }, + { + "collection": "directus_migrations", + "field": "end_time", + "datatype": "TIMESTAMP", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "datetime", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "End Time" + }, + { + "collection": "directus_migrations", + "field": "breakpoint", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": true, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3", + "name": "Breakpoint" + }, + { + "collection": "directus_permissions", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 792, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "directus_permissions", + "field": "collection", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 793, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64", + "name": "Collection" + }, + { + "collection": "directus_permissions", + "field": "role", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 794, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Role" + }, + { + "collection": "directus_permissions", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 795, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64", + "name": "Status" + }, + { + "collection": "directus_permissions", + "field": "create", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "none", + "note": "", + "signed": true, + "id": 796, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "16", + "name": "Create" + }, + { + "collection": "directus_permissions", + "field": "read", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "none", + "note": "", + "signed": true, + "id": 797, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "16", + "name": "Read" + }, + { + "collection": "directus_permissions", + "field": "update", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "none", + "note": "", + "signed": true, + "id": 798, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "16", + "name": "Update" + }, + { + "collection": "directus_permissions", + "field": "delete", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "none", + "note": "", + "signed": true, + "id": 799, + "type": "string", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "16", + "name": "Delete" + }, + { + "collection": "directus_permissions", + "field": "comment", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "none", + "note": "", + "signed": true, + "id": 800, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "8", + "name": "Comment" + }, + { + "collection": "directus_permissions", + "field": "explain", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "none", + "note": "", + "signed": true, + "id": 801, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "8", + "name": "Explain" + }, + { + "collection": "directus_permissions", + "field": "read_field_blacklist", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 803, + "type": "array", + "sort": null, + "interface": "tags", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "1000", + "name": "Read Field Blacklist" + }, + { + "collection": "directus_permissions", + "field": "write_field_blacklist", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 804, + "type": "array", + "sort": null, + "interface": "tags", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "1000", + "name": "Write Field Blacklist" + }, + { + "collection": "directus_permissions", + "field": "status_blacklist", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 802, + "type": "array", + "sort": null, + "interface": "tags", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "1000", + "name": "Status Blacklist" + }, + { + "collection": "directus_relations", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 805, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "directus_relations", + "field": "collection_many", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 806, + "type": "string", + "sort": null, + "interface": "collections", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64", + "name": "Collection Many" + }, + { + "collection": "directus_relations", + "field": "field_many", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 807, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "45", + "name": "Field Many" + }, + { + "collection": "directus_relations", + "field": "collection_one", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 808, + "type": "string", + "sort": null, + "interface": "collections", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64", + "name": "Collection One" + }, + { + "collection": "directus_relations", + "field": "field_one", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 809, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64", + "name": "Field One" + }, + { + "collection": "directus_relations", + "field": "junction_field", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 810, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64", + "name": "Junction Field" + }, + { + "collection": "directus_revisions", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 811, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "directus_revisions", + "field": "activity", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 812, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Activity" + }, + { + "collection": "directus_revisions", + "field": "collection", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 813, + "type": "m2o", + "sort": null, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64", + "name": "Collection" + }, + { + "collection": "directus_revisions", + "field": "item", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 814, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255", + "name": "Item" + }, + { + "collection": "directus_revisions", + "field": "data", + "datatype": "LONGTEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 815, + "type": "json", + "sort": null, + "interface": "json", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Data" + }, + { + "collection": "directus_revisions", + "field": "delta", + "datatype": "LONGTEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 816, + "type": "json", + "sort": null, + "interface": "json", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Delta" + }, + { + "collection": "directus_revisions", + "field": "parent_collection", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 818, + "type": "string", + "sort": null, + "interface": "collections", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "64", + "name": "Parent Collection" + }, + { + "collection": "directus_revisions", + "field": "parent_item", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 817, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255", + "name": "Parent Item" + }, + { + "collection": "directus_revisions", + "field": "parent_changed", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "0", + "note": "", + "signed": false, + "id": 819, + "type": "boolean", + "sort": null, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3", + "name": "Parent Changed" + }, + { + "collection": "directus_roles", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 783, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "directus_roles", + "field": "name", + "datatype": "VARCHAR", + "unique": true, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 785, + "type": "string", + "sort": 1, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "100", + "name": "Name" + }, + { + "collection": "directus_roles", + "field": "description", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 786, + "type": "string", + "sort": 2, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "500", + "name": "Description" + }, + { + "collection": "directus_roles", + "field": "ip_whitelist", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 787, + "type": "array", + "sort": null, + "interface": "tags", + "display": "tags", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "IP Whitelist" + }, + { + "collection": "directus_roles", + "field": "external_id", + "datatype": "VARCHAR", + "unique": true, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 784, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": "255", + "name": "External ID" + }, + { + "collection": "directus_roles", + "field": "enforce_2fa", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3", + "name": "Enforce 2FA" + }, + { + "collection": "directus_roles", + "field": "module_listing", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 790, + "type": "json", + "sort": null, + "interface": "repeater", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "template": "{{ name }}", + "createItemText": "Add Module", + "fields": [ + { + "name": "Name", + "field": "name", + "interface": "text-input", + "type": "string", + "width": "half" + }, + { + "name": "Link", + "field": "link", + "interface": "text-input", + "type": "string", + "width": "half" + }, + { + "name": "Icon", + "field": "icon", + "interface": "icon", + "type": "string", + "width": "full" + } + ] + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Module Listing" + }, + { + "collection": "directus_roles", + "field": "nav_override", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Nav Override" + }, + { + "collection": "directus_roles", + "field": "collection_listing", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 791, + "type": "json", + "sort": null, + "interface": "repeater", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "template": "{{ group_name }}", + "createItemText": "Add Group", + "fields": [ + { + "name": "Group Name", + "field": "group_name", + "width": "full", + "interface": "text-input", + "type": "string" + }, + { + "name": "Collection", + "field": "collections", + "interface": "repeater", + "type": "JSON", + "options": { + "createItemText": "Add Collection", + "template": "{{ collection }}", + "fields": [ + { + "name": "Collection", + "field": "collection", + "type": "string", + "interface": "collections", + "width": "full" + } + ] + } + } + ] + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Collection Listing" + }, + { + "collection": "directus_roles", + "field": "users", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 789, + "type": "O2M", + "sort": null, + "interface": "one-to-many", + "display": "template", + "display_options": { + "template": "{{ first_name }} {{ last_name }}" + }, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "fields": "first_name,last_name" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Users" + }, + { + "collection": "directus_users", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 842, + "type": "integer", + "sort": 1, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "directus_users", + "field": "first_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 844, + "type": "string", + "sort": 3, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "account_circle" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "50", + "name": "First Name" + }, + { + "collection": "directus_users", + "field": "last_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 845, + "type": "string", + "sort": 4, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "account_circle" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "50", + "name": "Last Name" + }, + { + "collection": "directus_users", + "field": "email", + "datatype": "VARCHAR", + "unique": true, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 846, + "type": "string", + "sort": 5, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "iconRight": "alternate_email" + }, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": "$email", + "group": null, + "length": "128", + "name": "Email" + }, + { + "collection": "directus_users", + "field": "password", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 848, + "type": "hash", + "sort": 7, + "interface": "password", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "255", + "name": "Password" + }, + { + "collection": "directus_users", + "field": "token", + "datatype": "VARCHAR", + "unique": true, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 858, + "type": "string", + "sort": 17, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255", + "name": "Token" + }, + { + "collection": "directus_users", + "field": "timezone", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "America/New_York", + "note": "", + "signed": true, + "id": 852, + "type": "string", + "sort": 11, + "interface": "dropdown", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "choices": [ + { + "text": "Pacific/Midway", + "value": "(UTC-11:00) Midway Island" + }, + { + "text": "Pacific/Samoa", + "value": "(UTC-11:00) Samoa" + }, + { + "text": "Pacific/Honolulu", + "value": "(UTC-10:00) Hawaii" + }, + { + "text": "US/Alaska", + "value": "(UTC-09:00) Alaska" + }, + { + "text": "America/Los_Angeles", + "value": "(UTC-08:00) Pacific Time (US & Canada)" + }, + { + "text": "America/Tijuana", + "value": "(UTC-08:00) Tijuana" + }, + { + "text": "US/Arizona", + "value": "(UTC-07:00) Arizona" + }, + { + "text": "America/Chihuahua", + "value": "(UTC-07:00) Chihuahua" + }, + { + "text": "America/Mexico/La_Paz", + "value": "(UTC-07:00) La Paz" + }, + { + "text": "America/Mazatlan", + "value": "(UTC-07:00) Mazatlan" + }, + { + "text": "US/Mountain", + "value": "(UTC-07:00) Mountain Time (US & Canada)" + }, + { + "text": "America/Managua", + "value": "(UTC-06:00) Central America" + }, + { + "text": "US/Central", + "value": "(UTC-06:00) Central Time (US & Canada)" + }, + { + "text": "America/Guadalajara", + "value": "(UTC-06:00) Guadalajara" + }, + { + "text": "America/Mexico_City", + "value": "(UTC-06:00) Mexico City" + }, + { + "text": "America/Monterrey", + "value": "(UTC-06:00) Monterrey" + }, + { + "text": "Canada/Saskatchewan", + "value": "(UTC-06:00) Saskatchewan" + }, + { + "text": "America/Bogota", + "value": "(UTC-05:00) Bogota" + }, + { + "text": "US/Eastern", + "value": "(UTC-05:00) Eastern Time (US & Canada)" + }, + { + "text": "US/East-Indiana", + "value": "(UTC-05:00) Indiana (East)" + }, + { + "text": "America/Lima", + "value": "(UTC-05:00) Lima" + }, + { + "text": "America/Quito", + "value": "(UTC-05:00) Quito" + }, + { + "text": "Canada/Atlantic", + "value": "(UTC-04:00) Atlantic Time (Canada)" + }, + { + "text": "America/New_York", + "value": "(UTC-04:00) New York" + }, + { + "text": "America/Caracas", + "value": "(UTC-04:30) Caracas" + }, + { + "text": "America/La_Paz", + "value": "(UTC-04:00) La Paz" + }, + { + "text": "America/Santiago", + "value": "(UTC-04:00) Santiago" + }, + { + "text": "America/Santo_Domingo", + "value": "(UTC-04:00) Santo Domingo" + }, + { + "text": "Canada/Newfoundland", + "value": "(UTC-03:30) Newfoundland" + }, + { + "text": "America/Sao_Paulo", + "value": "(UTC-03:00) Brasilia" + }, + { + "text": "America/Argentina/Buenos_Aires", + "value": "(UTC-03:00) Buenos Aires" + }, + { + "text": "America/Argentina/GeorgeTown", + "value": "(UTC-03:00) Georgetown" + }, + { + "text": "America/Godthab", + "value": "(UTC-03:00) Greenland" + }, + { + "text": "America/Noronha", + "value": "(UTC-02:00) Mid-Atlantic" + }, + { + "text": "Atlantic/Azores", + "value": "(UTC-01:00) Azores" + }, + { + "text": "Atlantic/Cape_Verde", + "value": "(UTC-01:00) Cape Verde Is." + }, + { + "text": "Africa/Casablanca", + "value": "(UTC+00:00) Casablanca" + }, + { + "text": "Europe/Edinburgh", + "value": "(UTC+00:00) Edinburgh" + }, + { + "text": "Etc/Greenwich", + "value": "(UTC+00:00) Greenwich Mean Time : Dublin" + }, + { + "text": "Europe/Lisbon", + "value": "(UTC+00:00) Lisbon" + }, + { + "text": "Europe/London", + "value": "(UTC+00:00) London" + }, + { + "text": "Africa/Monrovia", + "value": "(UTC+00:00) Monrovia" + }, + { + "text": "UTC", + "value": "(UTC+00:00) UTC" + }, + { + "text": "Europe/Amsterdam", + "value": "(UTC+01:00) Amsterdam" + }, + { + "text": "Europe/Belgrade", + "value": "(UTC+01:00) Belgrade" + }, + { + "text": "Europe/Berlin", + "value": "(UTC+01:00) Berlin" + }, + { + "text": "Europe/Bern", + "value": "(UTC+01:00) Bern" + }, + { + "text": "Europe/Bratislava", + "value": "(UTC+01:00) Bratislava" + }, + { + "text": "Europe/Brussels", + "value": "(UTC+01:00) Brussels" + }, + { + "text": "Europe/Budapest", + "value": "(UTC+01:00) Budapest" + }, + { + "text": "Europe/Copenhagen", + "value": "(UTC+01:00) Copenhagen" + }, + { + "text": "Europe/Ljubljana", + "value": "(UTC+01:00) Ljubljana" + }, + { + "text": "Europe/Madrid", + "value": "(UTC+01:00) Madrid" + }, + { + "text": "Europe/Paris", + "value": "(UTC+01:00) Paris" + }, + { + "text": "Europe/Prague", + "value": "(UTC+01:00) Prague" + }, + { + "text": "Europe/Rome", + "value": "(UTC+01:00) Rome" + }, + { + "text": "Europe/Sarajevo", + "value": "(UTC+01:00) Sarajevo" + }, + { + "text": "Europe/Skopje", + "value": "(UTC+01:00) Skopje" + }, + { + "text": "Europe/Stockholm", + "value": "(UTC+01:00) Stockholm" + }, + { + "text": "Europe/Vienna", + "value": "(UTC+01:00) Vienna" + }, + { + "text": "Europe/Warsaw", + "value": "(UTC+01:00) Warsaw" + }, + { + "text": "Africa/Lagos", + "value": "(UTC+01:00) West Central Africa" + }, + { + "text": "Europe/Zagreb", + "value": "(UTC+01:00) Zagreb" + }, + { + "text": "Europe/Athens", + "value": "(UTC+02:00) Athens" + }, + { + "text": "Europe/Bucharest", + "value": "(UTC+02:00) Bucharest" + }, + { + "text": "Africa/Cairo", + "value": "(UTC+02:00) Cairo" + }, + { + "text": "Africa/Harare", + "value": "(UTC+02:00) Harare" + }, + { + "text": "Europe/Helsinki", + "value": "(UTC+02:00) Helsinki" + }, + { + "text": "Europe/Istanbul", + "value": "(UTC+02:00) Istanbul" + }, + { + "text": "Asia/Jerusalem", + "value": "(UTC+02:00) Jerusalem" + }, + { + "text": "Europe/Kyiv", + "value": "(UTC+02:00) Kyiv" + }, + { + "text": "Africa/Johannesburg", + "value": "(UTC+02:00) Pretoria" + }, + { + "text": "Europe/Riga", + "value": "(UTC+02:00) Riga" + }, + { + "text": "Europe/Sofia", + "value": "(UTC+02:00) Sofia" + }, + { + "text": "Europe/Tallinn", + "value": "(UTC+02:00) Tallinn" + }, + { + "text": "Europe/Vilnius", + "value": "(UTC+02:00) Vilnius" + }, + { + "text": "Asia/Baghdad", + "value": "(UTC+03:00) Baghdad" + }, + { + "text": "Asia/Kuwait", + "value": "(UTC+03:00) Kuwait" + }, + { + "text": "Europe/Minsk", + "value": "(UTC+03:00) Minsk" + }, + { + "text": "Africa/Nairobi", + "value": "(UTC+03:00) Nairobi" + }, + { + "text": "Asia/Riyadh", + "value": "(UTC+03:00) Riyadh" + }, + { + "text": "Europe/Volgograd", + "value": "(UTC+03:00) Volgograd" + }, + { + "text": "Asia/Tehran", + "value": "(UTC+03:30) Tehran" + }, + { + "text": "Asia/Abu_Dhabi", + "value": "(UTC+04:00) Abu Dhabi" + }, + { + "text": "Asia/Baku", + "value": "(UTC+04:00) Baku" + }, + { + "text": "Europe/Moscow", + "value": "(UTC+04:00) Moscow" + }, + { + "text": "Asia/Muscat", + "value": "(UTC+04:00) Muscat" + }, + { + "text": "Europe/St_Petersburg", + "value": "(UTC+04:00) St. Petersburg" + }, + { + "text": "Asia/Tbilisi", + "value": "(UTC+04:00) Tbilisi" + }, + { + "text": "Asia/Yerevan", + "value": "(UTC+04:00) Yerevan" + }, + { + "text": "Asia/Kabul", + "value": "(UTC+04:30) Kabul" + }, + { + "text": "Asia/Islamabad", + "value": "(UTC+05:00) Islamabad" + }, + { + "text": "Asia/Karachi", + "value": "(UTC+05:00) Karachi" + }, + { + "text": "Asia/Tashkent", + "value": "(UTC+05:00) Tashkent" + }, + { + "text": "Asia/Calcutta", + "value": "(UTC+05:30) Chennai" + }, + { + "text": "Asia/Kolkata", + "value": "(UTC+05:30) Kolkata" + }, + { + "text": "Asia/Mumbai", + "value": "(UTC+05:30) Mumbai" + }, + { + "text": "Asia/New_Delhi", + "value": "(UTC+05:30) New Delhi" + }, + { + "text": "Asia/Sri_Jayawardenepura", + "value": "(UTC+05:30) Sri Jayawardenepura" + }, + { + "text": "Asia/Katmandu", + "value": "(UTC+05:45) Kathmandu" + }, + { + "text": "Asia/Almaty", + "value": "(UTC+06:00) Almaty" + }, + { + "text": "Asia/Astana", + "value": "(UTC+06:00) Astana" + }, + { + "text": "Asia/Dhaka", + "value": "(UTC+06:00) Dhaka" + }, + { + "text": "Asia/Yekaterinburg", + "value": "(UTC+06:00) Ekaterinburg" + }, + { + "text": "Asia/Rangoon", + "value": "(UTC+06:30) Rangoon" + }, + { + "text": "Asia/Bangkok", + "value": "(UTC+07:00) Bangkok" + }, + { + "text": "Asia/Hanoi", + "value": "(UTC+07:00) Hanoi" + }, + { + "text": "Asia/Jakarta", + "value": "(UTC+07:00) Jakarta" + }, + { + "text": "Asia/Novosibirsk", + "value": "(UTC+07:00) Novosibirsk" + }, + { + "text": "Asia/Beijing", + "value": "(UTC+08:00) Beijing" + }, + { + "text": "Asia/Chongqing", + "value": "(UTC+08:00) Chongqing" + }, + { + "text": "Asia/Hong_Kong", + "value": "(UTC+08:00) Hong Kong" + }, + { + "text": "Asia/Krasnoyarsk", + "value": "(UTC+08:00) Krasnoyarsk" + }, + { + "text": "Asia/Kuala_Lumpur", + "value": "(UTC+08:00) Kuala Lumpur" + }, + { + "text": "Australia/Perth", + "value": "(UTC+08:00) Perth" + }, + { + "text": "Asia/Singapore", + "value": "(UTC+08:00) Singapore" + }, + { + "text": "Asia/Taipei", + "value": "(UTC+08:00) Taipei" + }, + { + "text": "Asia/Ulan_Bator", + "value": "(UTC+08:00) Ulaan Bataar" + }, + { + "text": "Asia/Urumqi", + "value": "(UTC+08:00) Urumqi" + }, + { + "text": "Asia/Irkutsk", + "value": "(UTC+09:00) Irkutsk" + }, + { + "text": "Asia/Osaka", + "value": "(UTC+09:00) Osaka" + }, + { + "text": "Asia/Sapporo", + "value": "(UTC+09:00) Sapporo" + }, + { + "text": "Asia/Seoul", + "value": "(UTC+09:00) Seoul" + }, + { + "text": "Asia/Tokyo", + "value": "(UTC+09:00) Tokyo" + }, + { + "text": "Australia/Adelaide", + "value": "(UTC+09:30) Adelaide" + }, + { + "text": "Australia/Darwin", + "value": "(UTC+09:30) Darwin" + }, + { + "text": "Australia/Brisbane", + "value": "(UTC+10:00) Brisbane" + }, + { + "text": "Australia/Canberra", + "value": "(UTC+10:00) Canberra" + }, + { + "text": "Pacific/Guam", + "value": "(UTC+10:00) Guam" + }, + { + "text": "Australia/Hobart", + "value": "(UTC+10:00) Hobart" + }, + { + "text": "Australia/Melbourne", + "value": "(UTC+10:00) Melbourne" + }, + { + "text": "Pacific/Port_Moresby", + "value": "(UTC+10:00) Port Moresby" + }, + { + "text": "Australia/Sydney", + "value": "(UTC+10:00) Sydney" + }, + { + "text": "Asia/Yakutsk", + "value": "(UTC+10:00) Yakutsk" + }, + { + "text": "Asia/Vladivostok", + "value": "(UTC+11:00) Vladivostok" + }, + { + "text": "Pacific/Auckland", + "value": "(UTC+12:00) Auckland" + }, + { + "text": "Pacific/Fiji", + "value": "(UTC+12:00) Fiji" + }, + { + "text": "Pacific/Kwajalein", + "value": "(UTC+12:00) International Date Line West" + }, + { + "text": "Asia/Kamchatka", + "value": "(UTC+12:00) Kamchatka" + }, + { + "text": "Asia/Magadan", + "value": "(UTC+12:00) Magadan" + }, + { + "text": "Pacific/Marshall_Is", + "value": "(UTC+12:00) Marshall Is." + }, + { + "text": "Asia/New_Caledonia", + "value": "(UTC+12:00) New Caledonia" + }, + { + "text": "Asia/Solomon_Is", + "value": "(UTC+12:00) Solomon Is." + }, + { + "text": "Pacific/Wellington", + "value": "(UTC+12:00) Wellington" + }, + { + "text": "Pacific/Tongatapu", + "value": "(UTC+13:00) Nuku'alofa" + } + ], + "placeholder": "Choose a timezone..." + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "32", + "name": "Timezone" + }, + { + "collection": "directus_users", + "field": "locale", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "en-US", + "note": "", + "signed": true, + "id": 853, + "type": "string", + "sort": 12, + "interface": "language", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "limit": true + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "8", + "name": "Locale" + }, + { + "collection": "directus_users", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "draft", + "note": "", + "signed": true, + "id": 843, + "type": "status", + "sort": 2, + "interface": "status", + "display": "status-badge", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "status_mapping": { + "draft": { + "name": "Draft", + "text_color": "#B0BEC5", + "background_color": "#ECEFF1", + "listing_subdued": false, + "listing_badge": true, + "soft_delete": false + }, + "invited": { + "name": "Invited", + "text_color": "#FFFFFF", + "background_color": "#2F80ED", + "listing_subdued": false, + "listing_badge": true, + "soft_delete": false + }, + "active": { + "name": "Active", + "text_color": "#FFFFFF", + "background_color": "#27AE60", + "listing_subdued": false, + "listing_badge": false, + "soft_delete": false + }, + "suspended": { + "name": "Suspended", + "text_color": "#FFFFFF", + "background_color": "#F2994A", + "listing_subdued": false, + "listing_badge": true, + "soft_delete": false + }, + "deleted": { + "name": "Deleted", + "text_color": "#FFFFFF", + "background_color": "#EB5757", + "listing_subdued": false, + "listing_badge": true, + "soft_delete": true + } + } + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "16", + "name": "Status" + }, + { + "collection": "directus_users", + "field": "locale_options", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 857, + "type": "json", + "sort": 16, + "interface": "json", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Locale Options" + }, + { + "collection": "directus_users", + "field": "avatar", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 854, + "type": "file", + "sort": 13, + "interface": "file", + "display": "image", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Avatar" + }, + { + "collection": "directus_users", + "field": "company", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 850, + "type": "string", + "sort": 9, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "location_city" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "191", + "name": "Company" + }, + { + "collection": "directus_users", + "field": "title", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 851, + "type": "string", + "sort": 10, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "text_fields" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "191", + "name": "Title" + }, + { + "collection": "directus_users", + "field": "email_notifications", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "1", + "note": "", + "signed": true, + "id": 847, + "type": "boolean", + "sort": 6, + "interface": "toggle", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Email Notifications" + }, + { + "collection": "directus_users", + "field": "last_access_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 859, + "type": "datetime", + "sort": 18, + "interface": "datetime", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Last Access On" + }, + { + "collection": "directus_users", + "field": "last_page", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 860, + "type": "string", + "sort": 19, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": "192", + "name": "Last Page" + }, + { + "collection": "directus_users", + "field": "external_id", + "datatype": "VARCHAR", + "unique": true, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 861, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": "255", + "name": "External ID" + }, + { + "collection": "directus_users", + "field": "2fa_secret", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 856, + "type": "string", + "sort": 15, + "interface": "2fa-secret", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": "255", + "name": "2FA Secret" + }, + { + "collection": "directus_users", + "field": "theme", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "auto", + "note": "", + "signed": true, + "id": 855, + "type": "string", + "sort": 14, + "interface": "radio-buttons", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "format": true, + "choices": [ + { + "value": "auto", + "text": "Auto" + }, + { + "value": "light", + "text": "Light" + }, + { + "value": "dark", + "text": "Dark" + } + ] + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100", + "name": "Theme" + }, + { + "collection": "directus_users", + "field": "role", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 849, + "type": "m2o", + "sort": 8, + "interface": "user-roles", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Role" + }, + { + "collection": "directus_users", + "field": "password_reset_token", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 894, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": true, + "width": null, + "validation": null, + "group": null, + "length": "520", + "name": "Password Reset Token" + }, + { + "collection": "directus_user_sessions", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 862, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "directus_user_sessions", + "field": "user", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 863, + "type": "user", + "sort": null, + "interface": "user", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "User" + }, + { + "collection": "directus_user_sessions", + "field": "token_type", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 864, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255", + "name": "Token Type" + }, + { + "collection": "directus_user_sessions", + "field": "token", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 865, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255", + "name": "Token" + }, + { + "collection": "directus_user_sessions", + "field": "ip_address", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 866, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255", + "name": "IP Address" + }, + { + "collection": "directus_user_sessions", + "field": "user_agent", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 867, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "User Agent" + }, + { + "collection": "directus_user_sessions", + "field": "created_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 868, + "type": "datetime", + "sort": null, + "interface": "datetime", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Created On" + }, + { + "collection": "directus_user_sessions", + "field": "token_expired_at", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 869, + "type": "datetime", + "sort": null, + "interface": "datetime", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Token Expired At" + }, + { + "collection": "directus_webhooks", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 870, + "type": "integer", + "sort": null, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "directus_webhooks", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "inactive", + "note": "", + "signed": true, + "id": 871, + "type": "status", + "sort": 1, + "interface": "status", + "display": "status-dot", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": { + "status_mapping": { + "active": { + "name": "Active", + "value": "active", + "text_color": "white", + "background_color": "green", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true + }, + "inactive": { + "name": "Inactive", + "value": "inactive", + "text_color": "white", + "background_color": "blue-grey", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": false, + "published": false + } + } + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "space-half", + "validation": null, + "group": null, + "length": "16", + "name": "Status" + }, + { + "collection": "directus_webhooks", + "field": "http_action", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 872, + "type": "string", + "sort": 2, + "interface": "dropdown", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "choices": [ + { + "value": "get", + "text": "GET" + }, + { + "value": "post", + "text": "POST" + } + ] + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "255", + "name": "HTTP Action" + }, + { + "collection": "directus_webhooks", + "field": "url", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 873, + "type": "string", + "sort": 3, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "placeholder": "https://example.com", + "iconRight": "link" + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "510", + "name": "URL" + }, + { + "collection": "directus_webhooks", + "field": "directus_action", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 875, + "type": "string", + "sort": 5, + "interface": "dropdown", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "choices": [ + { + "value": "item.create:after", + "text": "Create" + }, + { + "value": "item.update:after", + "text": "Update" + }, + { + "value": "item.delete:after", + "text": "Delete" + } + ] + }, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "255", + "name": "Directus Action" + }, + { + "collection": "directus_webhooks", + "field": "collection", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 874, + "type": "string", + "sort": 4, + "interface": "collections", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 1, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "255", + "name": "Collection" + }, + { + "collection": "interface_library", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "interface_library", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "draft", + "note": "", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "20", + "name": "Status" + }, + { + "collection": "interface_library", + "field": "sort", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Sort" + }, + { + "collection": "interface_library", + "field": "created_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Created By" + }, + { + "collection": "interface_library", + "field": "created_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "datetime", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Created On" + }, + { + "collection": "interface_library", + "field": "modified_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Modified By" + }, + { + "collection": "interface_library", + "field": "modified_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": null, + "type": "datetime", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Modified On" + }, + { + "collection": "interface_library", + "field": "2fa_secret", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "16", + "name": "2FA Secret" + }, + { + "collection": "interface_library", + "field": "activity_icon", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255", + "name": "Activity Icon" + }, + { + "collection": "interface_library", + "field": "button_group", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255", + "name": "Button Group" + }, + { + "collection": "interface_library", + "field": "calendar", + "datatype": "DATE", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "date", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Calendar" + }, + { + "collection": "interface_library", + "field": "checkboxes", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255", + "name": "Checkboxes" + }, + { + "collection": "interface_library", + "field": "code", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Code" + }, + { + "collection": "interface_library", + "field": "collections", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100", + "name": "Collections" + }, + { + "collection": "interface_library", + "field": "color_picker", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "20", + "name": "Color Picker" + }, + { + "collection": "interface_library", + "field": "color", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "20", + "name": "Color" + }, + { + "collection": "interface_library", + "field": "date", + "datatype": "DATE", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "date", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Date" + }, + { + "collection": "interface_library", + "field": "datetime", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "datetime", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "DateTime" + }, + { + "collection": "interface_library", + "field": "dropdown", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100", + "name": "Dropdown" + }, + { + "collection": "interface_library", + "field": "file_preview", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "255", + "name": "File Preview" + }, + { + "collection": "interface_library", + "field": "file_size", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "File Size" + }, + { + "collection": "interface_library", + "field": "file", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "File" + }, + { + "collection": "interface_library", + "field": "hashed", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100", + "name": "Hashed" + }, + { + "collection": "interface_library", + "field": "icon", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "20", + "name": "Icon" + }, + { + "collection": "interface_library", + "field": "json", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "JSON" + }, + { + "collection": "interface_library", + "field": "language", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Language" + }, + { + "collection": "interface_library", + "field": "m2o", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "M2O" + }, + { + "collection": "interface_library", + "field": "map", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Map" + }, + { + "collection": "interface_library", + "field": "markdown", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Markdown" + }, + { + "collection": "interface_library", + "field": "multiselect", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100", + "name": "Multiselect" + }, + { + "collection": "interface_library", + "field": "numeric", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Numeric" + }, + { + "collection": "interface_library", + "field": "password", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100", + "name": "Password" + }, + { + "collection": "interface_library", + "field": "radio_buttons", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "100", + "name": "Radio Buttons" + }, + { + "collection": "interface_library", + "field": "rating", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Rating" + }, + { + "collection": "interface_library", + "field": "repeater", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Repeater" + }, + { + "collection": "interface_library", + "field": "slider", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Slider" + }, + { + "collection": "interface_library", + "field": "tags", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "2000", + "name": "Tags" + }, + { + "collection": "interface_library", + "field": "text_input", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "200", + "name": "Text Input" + }, + { + "collection": "interface_library", + "field": "slug", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "200", + "name": "Slug" + }, + { + "collection": "interface_library", + "field": "textarea", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Textarea" + }, + { + "collection": "interface_library", + "field": "time", + "datatype": "TIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "time", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "Time" + }, + { + "collection": "interface_library", + "field": "toggle_icon", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3", + "name": "Toggle Icon" + }, + { + "collection": "interface_library", + "field": "toggle", + "datatype": "TINYINT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "3", + "name": "Toggle" + }, + { + "collection": "interface_library", + "field": "user", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "User" + }, + { + "collection": "interface_library", + "field": "wysiwyg", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "This is a comment", + "signed": true, + "id": null, + "type": "string", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": null, + "name": "WYSIWYG" + }, + { + "collection": "interface_library_files", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "interface_library_files", + "field": "interface_library_id", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Interface Library ID" + }, + { + "collection": "interface_library_files", + "field": "directus_files_id", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Directus Files ID" + }, + { + "collection": "interface_library_news", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "interface_library_news", + "field": "interface_library_id", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Interface Library ID" + }, + { + "collection": "interface_library_news", + "field": "news_id", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "News ID" + }, + { + "collection": "interface_library_staff", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "interface_library_staff", + "field": "interface_library_id", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Interface Library ID" + }, + { + "collection": "interface_library_staff", + "field": "staff_id", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": null, + "type": "integer", + "sort": null, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": null, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Staff ID" + }, + { + "collection": "locations", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 325, + "type": "integer", + "sort": 1, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "locations", + "field": "sort", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 327, + "type": "sort", + "sort": 3, + "interface": "sort", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "10", + "name": "Sort" + }, + { + "collection": "locations", + "field": "address", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 328, + "type": "string", + "sort": 6, + "interface": "textarea", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false, + "iconRight": "location_on", + "rows": "4", + "serif": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "200", + "name": "Address" + }, + { + "collection": "locations", + "field": "name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 329, + "type": "string", + "sort": 4, + "interface": "text-input", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false, + "iconRight": "location_on" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200", + "name": "Name" + }, + { + "collection": "locations", + "field": "phone", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 332, + "type": "string", + "sort": 5, + "interface": "text-input", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false, + "iconRight": "local_phone", + "placeholder": "(000) 000-0000" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200", + "name": "Phone" + }, + { + "collection": "locations", + "field": "location", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 879, + "type": "json", + "sort": 9, + "interface": "map", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "height": 400, + "mapLat": 40.72803624, + "mapLng": -73.94896388, + "defaultZoom": 12, + "maxZoom": 17, + "address_to_code": false, + "theme": "https://{s}.basemaps.cartocdn.com/rastertiles/light_all/{z}/{x}/{y}.png" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Location" + }, + { + "collection": "locations", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "draft", + "note": "", + "signed": true, + "id": 326, + "type": "status", + "sort": 2, + "interface": "status", + "display": "status-dot", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "status_mapping": { + "published": { + "name": "Published", + "value": "published", + "text_color": "#FFFFFF", + "background_color": "#27AE60", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "draft": { + "name": "Draft", + "value": "draft", + "text_color": "#B0BEC5", + "background_color": "#DDE3E6", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": false, + "published": false, + "required_fields": false + }, + "deleted": { + "name": "Deleted", + "value": "deleted", + "text_color": "#FFFFFF", + "background_color": "#EB5757", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": true, + "published": false, + "required_fields": false + } + }, + "simpleBadge": true + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "20", + "name": "Status" + }, + { + "collection": "locations", + "field": "exterior_image", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 882, + "type": "file", + "sort": 7, + "interface": "image", + "display": "image", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Exterior Image" + }, + { + "collection": "locations", + "field": "interior_image", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 883, + "type": "file", + "sort": 8, + "interface": "image", + "display": "image", + "display_options": { + "circle": true + }, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Interior Image" + }, + { + "collection": "mailing_list", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 163, + "type": "integer", + "sort": 1, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "mailing_list", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "active", + "note": "", + "signed": true, + "id": 164, + "type": "status", + "sort": 2, + "interface": "status", + "display": "status-dot", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "status_mapping": { + "active": { + "name": "Active", + "value": "active", + "text_color": "#FFFFFF", + "background_color": "#27AE60", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "inactive": { + "name": "Inactive", + "value": "inactive", + "text_color": "#B0BEC5", + "background_color": "#ECEFF1", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": false, + "published": false, + "required_fields": false + }, + "unsubscribed": { + "name": "Unsubscribed", + "value": "unsubscribed", + "text_color": "#FFFFFF", + "background_color": "#F2994A", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": true, + "published": false, + "required_fields": false + } + } + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "20", + "name": "Status" + }, + { + "collection": "mailing_list", + "field": "created_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 165, + "type": "owner", + "sort": 3, + "interface": "owner", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "display": "both" + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": "10", + "name": "Created By" + }, + { + "collection": "mailing_list", + "field": "created_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 166, + "type": "datetime_created", + "sort": 4, + "interface": "datetime-created", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Created On" + }, + { + "collection": "mailing_list", + "field": "email", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 280, + "type": "string", + "sort": 5, + "interface": "text-input", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": false, + "formatValue": false, + "monospace": false, + "iconRight": "alternate_email" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "200", + "name": "Email" + }, + { + "collection": "mailing_list", + "field": "first_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 281, + "type": "string", + "sort": 6, + "interface": "text-input", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false, + "iconRight": "account_circle" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200", + "name": "First Name" + }, + { + "collection": "mailing_list", + "field": "last_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 282, + "type": "string", + "sort": 7, + "interface": "text-input", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false, + "iconRight": "account_circle" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "200", + "name": "Last Name" + }, + { + "collection": "mailing_list", + "field": "frequency", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "{ \"default\": [\"daily\", \"weekly\", \"monthly\"] }", + "note": "", + "signed": true, + "id": 320, + "type": "array", + "sort": 8, + "interface": "checkboxes", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "choices": [ + { + "value": "daily", + "text": "Daily Emails" + }, + { + "value": "weekly", + "text": "Weekly Emails" + }, + { + "value": "monthly", + "text": "Monthly Emails" + } + ], + "allow_other": false, + "draggable": false, + "wrap": false, + "formatting": true, + "single": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "255", + "name": "Frequency" + }, + { + "collection": "news", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 171, + "type": "integer", + "sort": 1, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "news", + "field": "created_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 173, + "type": "owner", + "sort": 3, + "interface": "owner", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "display": "both" + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": "10", + "name": "Created By" + }, + { + "collection": "news", + "field": "created_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 174, + "type": "datetime_created", + "sort": 4, + "interface": "datetime-created", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Created On" + }, + { + "collection": "news", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "draft", + "note": "", + "signed": true, + "id": 172, + "type": "status", + "sort": 2, + "interface": "status", + "display": "status-dot", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "status_mapping": { + "published": { + "name": "Published", + "value": "published", + "text_color": "#FFFFFF", + "background_color": "#27AE60", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "draft": { + "name": "Draft", + "value": "draft", + "text_color": "#B0BEC5", + "background_color": "#DDE3E6", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": false, + "published": false, + "required_fields": false + }, + "deleted": { + "name": "Deleted", + "value": "deleted", + "text_color": "#FFFFFF", + "background_color": "#EB5757", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": true, + "published": false, + "required_fields": false + } + } + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "20", + "name": "Status" + }, + { + "collection": "news", + "field": "author", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 210, + "type": "m2o", + "sort": 6, + "interface": "many-to-one", + "display": "template", + "display_options": { + "template": "{{ first_name }} {{ last_name }}" + }, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "visible_fields": "first_name,last_name", + "placeholder": "Choose an author...", + "threshold": 20 + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Author" + }, + { + "collection": "news", + "field": "title", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 211, + "type": "string", + "sort": 5, + "interface": "text-input", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "200", + "name": "Title" + }, + { + "collection": "news", + "field": "body", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 276, + "type": "string", + "sort": 8, + "interface": "wysiwyg", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "toolbar": [ + "bold", + "italic", + "underline", + "removeformat", + "link", + "bullist", + "numlist", + "blockquote", + "h1", + "h2", + "h3", + "image", + "media", + "hr", + "code" + ], + "custom_formats": null + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Body" + }, + { + "collection": "news", + "field": "published_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 277, + "type": "datetime", + "sort": 7, + "interface": "datetime", + "display": null, + "display_options": { + "include_seconds": true + }, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "defaultToCurrentDatetime": true, + "format": "mdy" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": null, + "name": "Published On" + }, + { + "collection": "news", + "field": "tags", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 278, + "type": "array", + "sort": 10, + "interface": "tags", + "display": "tags", + "display_options": { + "format": true + }, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "local_offer", + "validationMessage": "Please enter a valid tag", + "alphabetize": true, + "lowercase": true, + "wrap": false, + "format": false, + "sanitize": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "2000", + "name": "Tags" + }, + { + "collection": "news", + "field": "summary", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 279, + "type": "string", + "sort": 9, + "interface": "textarea", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "rows": "5", + "serif": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Summary" + }, + { + "collection": "news", + "field": "related_news", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 316, + "type": "O2M", + "sort": null, + "interface": "many-to-many", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "fields": "title,published_on", + "template": "{{title}} — {{published_on}}", + "allow_create": false, + "allow_select": true + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Related News" + }, + { + "collection": "news_relations", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 317, + "type": "integer", + "sort": 0, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "news_relations", + "field": "news_id", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 318, + "type": "integer", + "sort": 0, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "News ID" + }, + { + "collection": "news_relations", + "field": "related_id", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 319, + "type": "integer", + "sort": 0, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Related ID" + }, + { + "collection": "products", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 178, + "type": "integer", + "sort": 0, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "products", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "draft", + "note": "", + "signed": true, + "id": 179, + "type": "status", + "sort": 0, + "interface": "status", + "display": "status-dot", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "status_mapping": { + "published": { + "name": "Published", + "value": "published", + "text_color": "#FFFFFF", + "background_color": "#27AE60", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "draft": { + "name": "Draft", + "value": "draft", + "text_color": "#B0BEC5", + "background_color": "#DDE3E6", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": false, + "published": false, + "required_fields": false + }, + "deleted": { + "name": "Deleted", + "value": "deleted", + "text_color": "#FFFFFF", + "background_color": "#EB5757", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": true, + "published": false, + "required_fields": false + } + } + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "20", + "name": "Status" + }, + { + "collection": "products", + "field": "sort", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 180, + "type": "sort", + "sort": 0, + "interface": "sort", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "10", + "name": "Sort" + }, + { + "collection": "products", + "field": "created_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 181, + "type": "owner", + "sort": 0, + "interface": "owner", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "display": "both" + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": "10", + "name": "Created By" + }, + { + "collection": "products", + "field": "created_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 182, + "type": "datetime_created", + "sort": 0, + "interface": "datetime-created", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Created On" + }, + { + "collection": "products", + "field": "image", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 191, + "type": "file", + "sort": null, + "interface": "file", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "viewType": "cards", + "viewOptions": { + "title": "title", + "subtitle": "type", + "content": "description", + "src": "data" + }, + "viewQuery": [], + "filters": [] + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "10", + "name": "Image" + }, + { + "collection": "products", + "field": "sku", + "datatype": "VARCHAR", + "unique": true, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 321, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "iconRight": "code", + "placeholder": "TH-XX-00-XX", + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": true + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "11", + "name": "SKU" + }, + { + "collection": "products", + "field": "this_is_a_longer_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 343, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "200", + "name": "This Is A Longer Name" + }, + { + "collection": "services", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 168, + "type": "integer", + "sort": 0, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "services", + "field": "sort", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 170, + "type": "sort", + "sort": 0, + "interface": "sort", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "10", + "name": "Sort" + }, + { + "collection": "services", + "field": "name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 198, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "200", + "name": "Name" + }, + { + "collection": "services", + "field": "description", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 315, + "type": "string", + "sort": null, + "interface": "wysiwyg", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "toolbar": [ + "bold", + "italic", + "underline", + "removeformat", + "link", + "code" + ], + "custom_formats": null + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Description" + }, + { + "collection": "services", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "draft", + "note": "", + "signed": true, + "id": 169, + "type": "status", + "sort": 0, + "interface": "status", + "display": "status-dot", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "status_mapping": { + "published": { + "name": "Published", + "value": "published", + "text_color": "#FFFFFF", + "background_color": "#27AE60", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "draft": { + "name": "Draft", + "value": "draft", + "text_color": "#B0BEC5", + "background_color": "#DDE3E6", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": false, + "published": false, + "required_fields": false + }, + "deleted": { + "name": "Deleted", + "value": "deleted", + "text_color": "#FFFFFF", + "background_color": "#EB5757", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": true, + "published": false, + "required_fields": false + } + } + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "20", + "name": "Status" + }, + { + "collection": "staff", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 175, + "type": "integer", + "sort": 0, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "staff", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "draft", + "note": "", + "signed": true, + "id": 176, + "type": "status", + "sort": 0, + "interface": "status", + "display": "status-dot", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "status_mapping": { + "published": { + "name": "Published", + "value": "published", + "text_color": "#FFFFFF", + "background_color": "#27AE60", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "draft": { + "name": "Draft", + "value": "draft", + "text_color": "#B0BEC5", + "background_color": "#DDE3E6", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": false, + "published": false, + "required_fields": false + }, + "deleted": { + "name": "Deleted", + "value": "deleted", + "text_color": "#FFFFFF", + "background_color": "#EB5757", + "browse_subdued": true, + "browse_badge": true, + "soft_delete": true, + "published": false, + "required_fields": false + } + } + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "20", + "name": "Status" + }, + { + "collection": "staff", + "field": "first_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 186, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "100", + "name": "First Name" + }, + { + "collection": "staff", + "field": "last_name", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 187, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "100", + "name": "Last Name" + }, + { + "collection": "staff", + "field": "email", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 189, + "type": "string", + "sort": null, + "interface": "text-input", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "200", + "name": "Email" + }, + { + "collection": "staff", + "field": "gender", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 188, + "type": "string", + "sort": null, + "interface": "dropdown", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "choices": [ + { + "value": "Male", + "text": "Male" + }, + { + "value": "Female", + "text": "Female" + }, + { + "value": "Other", + "text": "Other" + } + ] + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "100", + "name": "Gender" + }, + { + "collection": "staff", + "field": "bio", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 190, + "type": "string", + "sort": null, + "interface": "textarea", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "rows": 8, + "serif": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Bio" + }, + { + "collection": "staff", + "field": "news", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 212, + "type": "O2M", + "sort": null, + "interface": "one-to-many", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "fields": "title", + "template": "{{title}}", + "sort_field": "sort", + "delete_mode": "relation", + "allow_create": true, + "allow_select": true + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "News" + }, + { + "collection": "tickets", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": true, + "id": 307, + "type": "integer", + "sort": 2, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "tickets", + "field": "status", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "new", + "note": "", + "signed": true, + "id": 308, + "type": "status", + "sort": 1, + "interface": "status", + "display": "status-badge", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "status_mapping": { + "new": { + "name": "New", + "value": "new", + "text_color": "#9B51E0", + "background_color": "#E6D3F7", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "open": { + "name": "Open", + "value": "open", + "text_color": "#2F80ED", + "background_color": "#CBDFFB", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "escalated": { + "name": "Escalated", + "value": "escalated", + "text_color": "#F2994A", + "background_color": "#FCE5D2", + "browse_subdued": false, + "browse_badge": true, + "soft_delete": false, + "published": true, + "required_fields": true + }, + "pending": { + "name": "Pending", + "value": "pending", + "text_color": "#93D7AF", + "background_color": "#E9F7EF", + "browse_badge": true, + "required_fields": true, + "published": true + }, + "solved": { + "name": "Solved", + "value": "solved", + "text_color": "#27AE60", + "background_color": "#C9EBD7", + "browse_subdued": true, + "browse_badge": true, + "required_fields": true, + "published": true + }, + "inactive": { + "name": "Inactive", + "value": "inactive", + "text_color": "#B0BEC5", + "background_color": "#ECEFF1", + "browse_subdued": true, + "browse_badge": true, + "required_fields": true, + "published": true + } + }, + "simpleBadge": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "20", + "name": "Status" + }, + { + "collection": "tickets", + "field": "created_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 309, + "type": "owner", + "sort": 10, + "interface": "owner", + "display": "user", + "display_options": { + "display": "both", + "circle": true + }, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "display": "both" + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Created By" + }, + { + "collection": "tickets", + "field": "created_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 310, + "type": "datetime_created", + "sort": 11, + "interface": "datetime-created", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": null, + "name": "Created On" + }, + { + "collection": "tickets", + "field": "modified_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 311, + "type": "user_updated", + "sort": 12, + "interface": "user-updated", + "display": "user", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "display": "both" + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Modified By" + }, + { + "collection": "tickets", + "field": "modified_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 312, + "type": "datetime_updated", + "sort": 13, + "interface": "datetime-updated", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": null, + "name": "Modified On" + }, + { + "collection": "tickets", + "field": "customer", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 313, + "type": "m2o", + "sort": 4, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "visible_fields": "first_name,last_name", + "placeholder": "Select a Customer...", + "threshold": 20 + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "10", + "name": "Customer" + }, + { + "collection": "tickets", + "field": "priority", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "normal", + "note": "", + "signed": true, + "id": 354, + "type": "string", + "sort": 3, + "interface": "dropdown", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "choices": [ + { + "value": "low", + "text": "Low" + }, + { + "value": "normal", + "text": "Normal" + }, + { + "value": "high", + "text": "High" + } + ], + "placeholder": "Choose an option...", + "icon": "flag" + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "half", + "validation": null, + "group": null, + "length": "100", + "name": "Priority" + }, + { + "collection": "tickets", + "field": "subject", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 887, + "type": "string", + "sort": 5, + "interface": "text-input", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "trim": true, + "showCharacterCount": true, + "formatValue": false, + "monospace": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "200", + "name": "Subject" + }, + { + "collection": "tickets", + "field": "question", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 888, + "type": "string", + "sort": 6, + "interface": "textarea", + "display": "formatted-text", + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "rows": "4", + "serif": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Question" + }, + { + "collection": "tickets", + "field": "notes", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 289, + "type": "O2M", + "sort": 7, + "interface": "one-to-many", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "fields": "created_on,note", + "template": "{{created_on}} — {{note}}", + "delete_mode": "item", + "allow_create": true, + "allow_select": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Notes" + }, + { + "collection": "tickets", + "field": "system_divider", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 886, + "type": "ALIAS", + "sort": 9, + "interface": "divider", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "style": "large", + "title": "", + "hr": true, + "margin": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "System Divider" + }, + { + "collection": "tickets", + "field": "attachments", + "datatype": null, + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": null, + "signed": false, + "id": 889, + "type": "O2M", + "sort": 8, + "interface": "files", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "fields": "title", + "template": "{{ title }}", + "allow_create": true, + "allow_select": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Attachments" + }, + { + "collection": "ticket_files", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 890, + "type": "integer", + "sort": 0, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "ticket_files", + "field": "ticket", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 891, + "type": "integer", + "sort": 0, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "Ticket" + }, + { + "collection": "ticket_files", + "field": "file", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 892, + "type": "integer", + "sort": 0, + "interface": null, + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "File" + }, + { + "collection": "ticket_notes", + "field": "id", + "datatype": "INT", + "unique": false, + "primary_key": true, + "auto_increment": true, + "default_value": null, + "note": "", + "signed": false, + "id": 283, + "type": "integer", + "sort": 1, + "interface": "primary-key", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": true, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": null, + "validation": null, + "group": null, + "length": "10", + "name": "ID" + }, + { + "collection": "ticket_notes", + "field": "created_by", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 284, + "type": "owner", + "sort": 2, + "interface": "owner", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": { + "template": "{{first_name}} {{last_name}}", + "display": "both" + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": "10", + "name": "Created By" + }, + { + "collection": "ticket_notes", + "field": "created_on", + "datatype": "DATETIME", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 285, + "type": "datetime_created", + "sort": 3, + "interface": "datetime-created", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": true, + "required": false, + "options": { + "showRelative": true + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Created On" + }, + { + "collection": "ticket_notes", + "field": "note", + "datatype": "TEXT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": true, + "id": 286, + "type": "string", + "sort": 5, + "interface": "textarea", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": { + "rows": 8, + "placeholder": "Enter your note here...", + "serif": false + }, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": null, + "name": "Note" + }, + { + "collection": "ticket_notes", + "field": "ticket", + "datatype": "INT", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": null, + "note": "", + "signed": false, + "id": 287, + "type": "m2o", + "sort": 4, + "interface": "many-to-one", + "display": null, + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "required": false, + "options": { + "icon": "perm_contact_calendar", + "template": "{{first_name}} {{last_name}}", + "visible_fields": "first_name,last_name", + "placeholder": "Choose a Customer...", + "threshold": 20 + }, + "locked": 0, + "translation": null, + "readonly": true, + "width": "half", + "validation": null, + "group": null, + "length": "10", + "name": "Ticket" + }, + { + "collection": "ticket_notes", + "field": "channel", + "datatype": "VARCHAR", + "unique": false, + "primary_key": false, + "auto_increment": false, + "default_value": "internal", + "note": "", + "signed": true, + "id": 288, + "type": "string", + "sort": 6, + "interface": "radio-buttons", + "display": null, + "display_options": null, + "hidden_detail": false, + "hidden_browse": false, + "required": false, + "options": null, + "locked": 0, + "translation": null, + "readonly": false, + "width": "full", + "validation": null, + "group": null, + "length": "100", + "name": "Channel" + }, + { + "id": 820, + "collection": "directus_settings", + "field": "project_name", + "type": "string", + "interface": "text-input", + "options": { + "iconRight": "title" + }, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": true, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 1, + "width": "half", + "group": null, + "note": "The name of this project", + "translation": null, + "name": "Project Name" + }, + { + "id": 821, + "collection": "directus_settings", + "field": "project_url", + "type": "string", + "interface": "text-input", + "options": { + "iconRight": "link" + }, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": false, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 2, + "width": "half", + "group": null, + "note": "External link for the App's top-left logo", + "translation": null, + "name": "Project URL" + }, + { + "id": 822, + "collection": "directus_settings", + "field": "project_logo", + "type": "file", + "interface": "file", + "options": null, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": false, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 3, + "width": "half", + "group": null, + "note": "A 40x40 brand logo, ideally a white SVG/PNG", + "translation": null, + "name": "Project Logo" + }, + { + "id": 823, + "collection": "directus_settings", + "field": "project_color", + "type": "string", + "interface": "color", + "options": null, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": false, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 4, + "width": "half", + "group": null, + "note": "Color for login background and App's logo", + "translation": null, + "name": "Project Color" + }, + { + "id": 824, + "collection": "directus_settings", + "field": "project_foreground", + "type": "file", + "interface": "image", + "options": null, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": false, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 5, + "width": "half", + "group": null, + "note": "Centered image (eg: logo) for the login page", + "translation": null, + "name": "Project Foreground" + }, + { + "id": 825, + "collection": "directus_settings", + "field": "project_background", + "type": "file", + "interface": "image", + "options": null, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": false, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 6, + "width": "half", + "group": null, + "note": "Full-screen background for the login page", + "translation": null, + "name": "Project Background" + }, + { + "id": 893, + "collection": "directus_settings", + "field": "project_public_note", + "type": "string", + "interface": "textarea", + "options": null, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": false, + "readonly": true, + "hidden_detail": false, + "hidden_browse": false, + "sort": 7, + "width": "full", + "group": null, + "note": "This value will be shown on the public pages of the app", + "translation": null, + "name": "Project Public Note" + }, + { + "id": 826, + "collection": "directus_settings", + "field": "default_locale", + "type": "string", + "interface": "language", + "options": { + "limit": true + }, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": false, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 8, + "width": "half", + "group": null, + "note": "Default locale for Directus Users", + "translation": null, + "name": "Default Locale" + }, + { + "id": 827, + "collection": "directus_settings", + "field": "telemetry", + "type": "boolean", + "interface": "toggle", + "options": null, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": false, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 9, + "width": "half", + "group": null, + "note": "Learn More", + "translation": null, + "name": "Telemetry" + }, + { + "id": 828, + "collection": "directus_settings", + "field": "data_divider", + "type": "alias", + "interface": "divider", + "options": { + "style": "large", + "title": "Data", + "hr": true + }, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": false, + "readonly": false, + "hidden_detail": false, + "hidden_browse": true, + "sort": 10, + "width": "full", + "group": null, + "note": null, + "translation": null, + "name": "Data Divider" + }, + { + "id": 829, + "collection": "directus_settings", + "field": "default_limit", + "type": "integer", + "interface": "numeric", + "options": { + "iconRight": "keyboard_tab" + }, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": true, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 11, + "width": "half", + "group": null, + "note": "Default item count in API and App responses", + "translation": null, + "name": "Default Limit" + }, + { + "id": 830, + "collection": "directus_settings", + "field": "sort_null_last", + "type": "boolean", + "interface": "toggle", + "options": null, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": false, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 12, + "width": "half", + "group": null, + "note": "NULL values are sorted last", + "translation": null, + "name": "Sort Null Last" + }, + { + "id": 831, + "collection": "directus_settings", + "field": "security_divider", + "type": "alias", + "interface": "divider", + "options": { + "style": "large", + "title": "Security", + "hr": true + }, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": false, + "readonly": false, + "hidden_detail": false, + "hidden_browse": true, + "sort": 20, + "width": "full", + "group": null, + "note": null, + "translation": null, + "name": "Security Divider" + }, + { + "id": 832, + "collection": "directus_settings", + "field": "auto_sign_out", + "type": "integer", + "interface": "numeric", + "options": { + "iconRight": "timer" + }, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": true, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 22, + "width": "half", + "group": null, + "note": "Minutes before idle users are signed out", + "translation": null, + "name": "Auto Sign Out" + }, + { + "id": 833, + "collection": "directus_settings", + "field": "login_attempts_allowed", + "type": "integer", + "interface": "numeric", + "options": { + "iconRight": "lock" + }, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": false, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 23, + "width": "half", + "group": null, + "note": "Failed login attempts before suspending users", + "translation": null, + "name": "Login Attempts Allowed" + }, + { + "id": 834, + "collection": "directus_settings", + "field": "password_policy", + "type": "string", + "interface": "dropdown", + "options": { + "choices": [ + { + "value": null, + "text": "None" + }, + { + "value": "/^.{8,}$/", + "text": "Weak" + }, + { + "value": "/(?=^.{8,}$)(?=.*\\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%^&*()_+}{';'?>.<,])(?!.*\\s).*$/", + "text": "Strong" + } + ] + }, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": false, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 24, + "width": "half", + "group": null, + "note": "Weak: Minimum length 8; Strong: 1 small-case letter, 1 capital letter, 1 digit, 1 special character and the length should be minimum 8", + "translation": null, + "name": "Password Policy" + }, + { + "id": 896, + "collection": "directus_settings", + "field": "auth_token_ttl", + "type": "integer", + "interface": "numeric", + "options": { + "iconRight": "timer" + }, + "display": null, + "display_options": null, + "locked": false, + "validation": null, + "required": true, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 25, + "width": "half", + "group": null, + "note": "How long the API authorization token will last", + "translation": null, + "name": "Auth Token TTL" + }, + { + "id": 835, + "collection": "directus_settings", + "field": "files_divider", + "type": "alias", + "interface": "divider", + "options": { + "style": "large", + "title": "Files & Thumbnails", + "hr": true + }, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": false, + "readonly": false, + "hidden_detail": false, + "hidden_browse": true, + "sort": 30, + "width": "full", + "group": null, + "note": null, + "translation": null, + "name": "Files Divider" + }, + { + "id": 836, + "collection": "directus_settings", + "field": "file_naming", + "type": "string", + "interface": "dropdown", + "options": { + "choices": [ + { + "value": "uuid", + "text": "UUID (Obfuscated)" + }, + { + "value": "file_name", + "text": "File Name (Readable)" + } + ] + }, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": false, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 31, + "width": "half", + "group": null, + "note": "File-system naming convention for uploads", + "translation": null, + "name": "File Naming" + }, + { + "id": 895, + "collection": "directus_settings", + "field": "asset_url_naming", + "type": "string", + "interface": "dropdown", + "options": { + "choices": [ + { + "value": "private_hash", + "text": "Private Hash (Obfuscated)" + }, + { + "value": "filename_download", + "text": "File Name (Readable)" + } + ] + }, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": false, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 32, + "width": "half", + "group": null, + "note": "Thumbnail URL convention", + "translation": null, + "name": "Asset URL Naming" + }, + { + "id": 838, + "collection": "directus_settings", + "field": "file_mimetype_whitelist", + "type": "array", + "interface": "tags", + "options": { + "placeholder": "Enter a file mimetype then hit enter (eg: image/jpeg)" + }, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": false, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 33, + "width": "full", + "group": null, + "note": null, + "translation": null, + "name": "File Mimetype Whitelist" + }, + { + "id": 839, + "collection": "directus_settings", + "field": "asset_whitelist", + "type": "json", + "interface": "repeater", + "options": { + "fields": [ + { + "field": "key", + "interface": "slug", + "name": "Key", + "options": { + "onlyOnCreate": false + }, + "required": true, + "type": "string", + "width": "half" + }, + { + "field": "fit", + "interface": "dropdown", + "name": "Fit", + "options": { + "choices": { + "contain": "Contain (preserve aspect ratio)", + "crop": "Crop (forces exact size)" + } + }, + "required": true, + "type": "string", + "width": "half" + }, + { + "field": "width", + "interface": "numeric", + "name": "Width", + "required": true, + "type": "integer", + "width": "half" + }, + { + "field": "height", + "interface": "numeric", + "name": "Height", + "required": true, + "type": "integer", + "width": "half" + }, + { + "default_value": 80, + "field": "quality", + "interface": "slider", + "name": "Quality", + "options": { + "max": 100, + "min": 0, + "step": 1 + }, + "required": true, + "type": "integer", + "width": "full" + } + ], + "template": "{{key}}" + }, + "display": null, + "display_options": null, + "locked": false, + "validation": null, + "required": false, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 34, + "width": "full", + "group": null, + "note": "Defines how the thumbnail will be generated based on the requested params.", + "translation": null, + "name": "Asset Whitelist" + }, + { + "id": 840, + "collection": "directus_settings", + "field": "asset_whitelist_system", + "type": "json", + "interface": "json", + "options": null, + "display": null, + "display_options": null, + "locked": false, + "validation": null, + "required": false, + "readonly": true, + "hidden_detail": true, + "hidden_browse": true, + "sort": 35, + "width": "half", + "group": null, + "note": null, + "translation": null, + "name": "Asset Whitelist System" + }, + { + "id": 841, + "collection": "directus_settings", + "field": "youtube_api_key", + "type": "string", + "interface": "text-input", + "options": { + "iconRight": "videocam" + }, + "display": null, + "display_options": null, + "locked": true, + "validation": null, + "required": false, + "readonly": false, + "hidden_detail": false, + "hidden_browse": false, + "sort": 36, + "width": "full", + "group": null, + "note": "Allows fetching more YouTube Embed info", + "translation": null, + "name": "YouTube API Key" + }, + { + "id": -1, + "collection": "directus_files", + "field": "$file", + "name": "File", + "datatype": null, + "type": "file", + "unique": false, + "primary_key": false, + "default_value": null, + "auto_increment": false, + "note": null, + "signed": false, + "sort": 0, + "interface": null, + "options": null, + "display": "file", + "display_options": null, + "hidden_detail": true, + "hidden_browse": false, + "locked": true, + "required": false, + "translation": null, + "readonly": true, + "width": "full", + "validation": null, + "group": null, + "length": null + } + ] +} diff --git a/.storybook/mock-data/relations.json b/.storybook/mock-data/relations.json new file mode 100644 index 0000000000..06dab083a9 --- /dev/null +++ b/.storybook/mock-data/relations.json @@ -0,0 +1,228 @@ +{ + "relations": [ + { + "id": 15, + "collection_many": "news", + "field_many": "author", + "collection_one": "staff", + "field_one": "news", + "junction_field": null + }, + { + "id": 16, + "collection_many": "interface_library", + "field_many": "m2o", + "collection_one": "news", + "field_one": null, + "junction_field": null + }, + { + "id": 17, + "collection_many": "interface_library_staff", + "field_many": "interface_library_id", + "collection_one": "interface_library", + "field_one": "checkboxes_relational", + "junction_field": "staff_id" + }, + { + "id": 18, + "collection_many": "interface_library_staff", + "field_many": "staff_id", + "collection_one": "staff", + "field_one": "interface_library", + "junction_field": "interface_library_id" + }, + { + "id": 19, + "collection_many": "interface_library_files", + "field_many": "directus_files_id", + "collection_one": "directus_files", + "field_one": "interface_library", + "junction_field": "interface_library_id" + }, + { + "id": 20, + "collection_many": "interface_library_files", + "field_many": "interface_library_id", + "collection_one": "interface_library", + "field_one": "files", + "junction_field": "directus_files_id" + }, + { + "id": 21, + "collection_many": "interface_library_news", + "field_many": "interface_library_id", + "collection_one": "interface_library", + "field_one": "m2m", + "junction_field": "news_id" + }, + { + "id": 22, + "collection_many": "interface_library_news", + "field_many": "news_id", + "collection_one": "news", + "field_one": "interface_library", + "junction_field": "interface_library_id" + }, + { + "id": 23, + "collection_many": "library_translations", + "field_many": "library", + "collection_one": "interface_library", + "field_one": "translation", + "junction_field": null + }, + { + "id": 24, + "collection_many": "news", + "field_many": "m2o", + "collection_one": "interface_library", + "field_one": "o2m", + "junction_field": null + }, + { + "id": 25, + "collection_many": "ticket_notes", + "field_many": "ticket", + "collection_one": "tickets", + "field_one": "notes", + "junction_field": null + }, + { + "id": 26, + "collection_many": "customers", + "field_many": "owner", + "collection_one": "staff", + "field_one": null, + "junction_field": null + }, + { + "id": 27, + "collection_many": "tickets", + "field_many": "customer", + "collection_one": "customers", + "field_one": null, + "junction_field": null + }, + { + "id": 28, + "collection_many": "news_relations", + "field_many": "news_id", + "collection_one": "news", + "field_one": "related_news", + "junction_field": "related_id" + }, + { + "id": 29, + "collection_many": "news_relations", + "field_many": "related_id", + "collection_one": "news", + "field_one": "news", + "junction_field": "news_id" + }, + { + "id": 53, + "collection_many": "directus_activity", + "field_many": "action_by", + "collection_one": "directus_users", + "field_one": null, + "junction_field": null + }, + { + "id": 56, + "collection_many": "directus_fields", + "field_many": "collection", + "collection_one": "directus_collections", + "field_one": "fields", + "junction_field": null + }, + { + "id": 57, + "collection_many": "directus_files", + "field_many": "uploaded_by", + "collection_one": "directus_users", + "field_one": null, + "junction_field": null + }, + { + "id": 58, + "collection_many": "directus_files", + "field_many": "folder", + "collection_one": "directus_folders", + "field_one": null, + "junction_field": null + }, + { + "id": 59, + "collection_many": "directus_folders", + "field_many": "parent_folder", + "collection_one": "directus_folders", + "field_one": null, + "junction_field": null + }, + { + "id": 60, + "collection_many": "directus_permissions", + "field_many": "group", + "collection_one": "directus_groups", + "field_one": null, + "junction_field": null + }, + { + "id": 61, + "collection_many": "directus_revisions", + "field_many": "activity", + "collection_one": "directus_activity", + "field_one": null, + "junction_field": null + }, + { + "id": 62, + "collection_many": "directus_users", + "field_many": "role", + "collection_one": "directus_roles", + "field_one": "users", + "junction_field": null + }, + { + "id": 63, + "collection_many": "directus_users", + "field_many": "avatar", + "collection_one": "directus_files", + "field_one": null, + "junction_field": null + }, + { + "id": 64, + "collection_many": "ticket_files", + "field_many": "ticket", + "collection_one": "tickets", + "field_one": "attachments", + "junction_field": "file" + }, + { + "id": 65, + "collection_many": "ticket_files", + "field_many": "file", + "collection_one": "directus_files", + "field_one": "tickets", + "junction_field": "ticket" + }, + { + "id": 66, + "collection_many": "directus_collection_presets", + "field_many": "role", + "collection_one": "directus_roles", + "field_one": null, + "junction_field": null + }, + { + "id": 67, + "collection_many": "directus_collection_presets", + "field_many": "user", + "collection_one": "directus_users", + "field_one": null, + "junction_field": null + } + ] +} diff --git a/src/components/v-field-template/v-field-template.story.ts b/src/components/v-field-template/v-field-template.story.ts index f1faea1ebc..ad0c3e47ec 100644 --- a/src/components/v-field-template/v-field-template.story.ts +++ b/src/components/v-field-template/v-field-template.story.ts @@ -9,6 +9,10 @@ import useFieldsStore from '@/stores/fields'; import useCollectionsStore from '@/stores/collections'; import useRelationsStore from '@/stores/relations'; +import fields from '../../../.storybook/mock-data/fields.json'; +import collections from '../../../.storybook/mock-data/collections.json'; +import relations from '../../../.storybook/mock-data/relations.json'; + export default { title: 'Components / Field Template', decorators: [withPadding, withKnobs, fullWidth], @@ -27,13 +31,13 @@ export const basic = () => const relationsStore = useRelationsStore(req); // eslint-disable-next-line - fieldsStore.state = { "fields": [{ "collection": "about_us", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 167, "type": "integer", "sort": 1, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": true, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "about_us", "field": "our_process", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 197, "type": "string", "sort": 2, "interface": "wysiwyg", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "toolbar": ["bold", "italic", "underline", "link", "code"], "custom_formats": null }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "Our Process" }, { "collection": "about_us", "field": "date_founded", "datatype": "DATE", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 199, "type": "date", "sort": 6, "interface": "calendar", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "min": "2019-09-15" }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": null, "name": "Date Founded" }, { "collection": "about_us", "field": "new_business_email", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 322, "type": "string", "sort": 3, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": false }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "200", "name": "New Business Email" }, { "collection": "about_us", "field": "general_email", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 323, "type": "string", "sort": 4, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": false }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "200", "name": "General Email" }, { "collection": "about_us", "field": "one_sheet", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 324, "type": "file", "sort": 5, "interface": "file", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "viewType": "cards", "viewOptions": { "title": "title", "subtitle": "type", "content": "description", "src": "data" }, "viewQuery": [], "filters": [] }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "10", "name": "One Sheet" }, { "collection": "about_us", "field": "brand_color_primary", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 877, "type": "string", "sort": 8, "interface": "color", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "format": "hex", "palette": ["#E91E63", "#F44336", "#FF9800", "#FFC107", "#FFEB3B", "#CDDC39", "#4CAF50", "#00BCD4", "#2196F3", "#3F51B5", "#9C27B0", "#607D8B"], "paletteOnly": false }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "20", "name": "Brand Color Primary" }, { "collection": "about_us", "field": "brand_color_secondary", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 878, "type": "string", "sort": 9, "interface": "color", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "format": "hex", "palette": ["#E91E63", "#F44336", "#FF9800", "#FFC107", "#FFEB3B", "#CDDC39", "#4CAF50", "#00BCD4", "#2196F3", "#3F51B5", "#9C27B0", "#607D8B"], "paletteOnly": false }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "20", "name": "Brand Color Secondary" }, { "collection": "about_us", "field": "brand_logo", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 881, "type": "file", "sort": null, "interface": "file", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "viewType": "cards", "viewOptions": { "title": "title", "subtitle": "type", "content": "description", "src": "data" }, "viewQuery": [], "filters": [] }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "10", "name": "Brand Logo" }, { "collection": "about_us", "field": "global", "datatype": null, "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": null, "signed": false, "id": 880, "type": "ALIAS", "sort": 7, "interface": "divider", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "style": "large", "title": "Brand Details", "description": "The following fields are only editable by administrators", "hr": true, "margin": true }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "Global" }, { "collection": "analytics", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 177, "type": "integer", "sort": 0, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": true, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "analytics", "field": "active_users", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "0", "note": "", "signed": true, "id": 346, "type": "integer", "sort": null, "interface": "numeric", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "localized": true, "iconRight": "people" }, "locked": 0, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "10", "name": "Active Users" }, { "collection": "analytics", "field": "page_visits", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 350, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "200", "name": "Page Visits" }, { "collection": "analytics", "field": "page_views", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 351, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": false }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "200", "name": "Page Views" }, { "collection": "customers", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 183, "type": "integer", "sort": 1, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": true, "options": null, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "customers", "field": "status", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "draft", "note": "", "signed": true, "id": 184, "type": "status", "sort": 2, "interface": "status", "display": "status-dot", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "status_mapping": { "published": { "name": "Published", "value": "published", "text_color": "#FFFFFF", "background_color": "#27AE60", "browse_subdued": false, "browse_badge": true, "soft_delete": false, "published": true, "required_fields": true }, "draft": { "name": "Draft", "value": "draft", "text_color": "#B0BEC5", "background_color": "#DDE3E6", "browse_subdued": true, "browse_badge": true, "soft_delete": false, "published": false, "required_fields": false }, "deleted": { "name": "Deleted", "value": "deleted", "text_color": "#FFFFFF", "background_color": "#EB5757", "browse_subdued": true, "browse_badge": true, "soft_delete": true, "published": false, "required_fields": false } }, "simpleBadge": true }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "20", "name": "Status" }, { "collection": "customers", "field": "created_on", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 185, "type": "datetime_created", "sort": 19, "interface": "datetime-created", "display": "datetime", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 0, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": null, "name": "Created On" }, { "collection": "customers", "field": "first_name", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 290, "type": "string", "sort": 6, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": false, "formatValue": false, "monospace": false, "iconRight": "account_circle" }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "200", "name": "First Name" }, { "collection": "customers", "field": "last_name", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 291, "type": "string", "sort": 7, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": false, "formatValue": false, "monospace": false, "iconRight": "account_circle" }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "200", "name": "Last Name" }, { "collection": "customers", "field": "email", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 292, "type": "string", "sort": 10, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "iconRight": "alternate_email", "trim": true, "showCharacterCount": false, "formatValue": false, "monospace": false }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "200", "name": "Email" }, { "collection": "customers", "field": "phone", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 293, "type": "string", "sort": 11, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "iconRight": "local_phone", "placeholder": "(000) 000-0000", "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": false }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "200", "name": "Phone" }, { "collection": "customers", "field": "description", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 294, "type": "string", "sort": 14, "interface": "textarea", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "rows": "4", "serif": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "Description" }, { "collection": "customers", "field": "title", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 295, "type": "string", "sort": 8, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": false, "formatValue": false, "monospace": false, "iconRight": "title" }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "200", "name": "Title" }, { "collection": "customers", "field": "owner", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 296, "type": "m2o", "sort": 3, "interface": "many-to-one", "display": "template", "display_options": { "template": "{{ first_name }} {{ last_name }}" }, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "template": "{{first_name}} {{last_name}}", "visible_fields": "first_name,last_name", "placeholder": "Select an owner...", "threshold": 20 }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "10", "name": "Owner" }, { "collection": "customers", "field": "company", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 297, "type": "string", "sort": 9, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "iconRight": "location_city", "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": false }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "200", "name": "Company" }, { "collection": "customers", "field": "birthday", "datatype": "DATE", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 298, "type": "date", "sort": 12, "interface": "date", "display": "datetime", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "localized": true, "showRelative": true, "iconRight": "cake" }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": null, "name": "Birthday" }, { "collection": "customers", "field": "source", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "other", "note": "", "signed": true, "id": 299, "type": "string", "sort": 16, "interface": "radio-buttons", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "choices": [{ "value": "web", "text": "Web" }, { "value": "phone", "text": "Phone" }, { "value": "referral", "text": "Referral" }, { "value": "other", "text": "Other" }], "format": true }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "100", "name": "Source" }, { "collection": "customers", "field": "created_by", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 300, "type": "owner", "sort": 18, "interface": "owner", "display": "user", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "template": "{{first_name}} {{last_name}}", "display": "name" }, "locked": 0, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "10", "name": "Created By" }, { "collection": "customers", "field": "account_id", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 301, "type": "string", "sort": 4, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "iconRight": "vpn_key", "placeholder": "XXXX-XXXX", "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": true }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "20", "name": "Account ID" }, { "collection": "customers", "field": "rating", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 303, "type": "integer", "sort": 13, "interface": "rating", "display": "rating", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "active_color": "amber", "maxStars": 5, "display": "star" }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "10", "name": "Rating" }, { "collection": "customers", "field": "tags", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 304, "type": "array", "sort": 15, "interface": "tags", "display": "tags", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "iconRight": "local_offer", "validationMessage": "Please enter a valid tag", "alphabetize": true, "lowercase": false, "wrap": false, "format": false, "sanitize": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "2000", "name": "Tags" }, { "collection": "customers", "field": "modified_by", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 305, "type": "user_updated", "sort": 21, "interface": "user-updated", "display": "user", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "template": "{{first_name}} {{last_name}}", "display": "name" }, "locked": 0, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "10", "name": "Modified By" }, { "collection": "customers", "field": "modified_on", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 306, "type": "datetime_updated", "sort": 20, "interface": "datetime-updated", "display": "datetime", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 0, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": null, "name": "Modified On" }, { "collection": "customers", "field": "customer_divider", "datatype": null, "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": null, "signed": false, "id": 884, "type": "ALIAS", "sort": 5, "interface": "divider", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "icon": "person", "title": "Customer", "color": "#2F80ED" }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "Customer Divider" }, { "collection": "customers", "field": "system_divider", "datatype": null, "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": null, "signed": false, "id": 885, "type": "ALIAS", "sort": 17, "interface": "divider", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "style": "large", "title": "", "hr": true, "margin": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "System Divider" }, { "collection": "directus_activity", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 728, "type": "integer", "sort": null, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": true, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "directus_activity", "field": "action", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 729, "type": "string", "sort": 1, "interface": "activity-icon", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": { "iconRight": "change_history" }, "locked": 1, "translation": null, "readonly": true, "width": "full", "validation": null, "group": null, "length": "45", "name": "Action" }, { "collection": "directus_activity", "field": "action_by", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "0", "note": "", "signed": false, "id": 732, "type": "integer", "sort": 4, "interface": "user", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": { "iconRight": "account_circle", "display": "both" }, "locked": 1, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "10", "name": "Action By" }, { "collection": "directus_activity", "field": "action_on", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 733, "type": "datetime", "sort": 5, "interface": "datetime", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": { "showRelative": true, "iconRight": "calendar_today" }, "locked": 1, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": null, "name": "Action On" }, { "collection": "directus_activity", "field": "ip", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 736, "type": "string", "sort": 8, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": { "iconRight": "my_location" }, "locked": 1, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "50", "name": "IP" }, { "collection": "directus_activity", "field": "user_agent", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 737, "type": "string", "sort": 9, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": { "iconRight": "devices_other" }, "locked": 1, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "255", "name": "User Agent" }, { "collection": "directus_activity", "field": "collection", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 730, "type": "string", "sort": 2, "interface": "collections", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": { "iconRight": "list_alt" }, "locked": 1, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "64", "name": "Collection" }, { "collection": "directus_activity", "field": "item", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 731, "type": "string", "sort": 3, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": { "iconRight": "link" }, "locked": 1, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "255", "name": "Item" }, { "collection": "directus_activity", "field": "edited_on", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 734, "type": "datetime", "sort": 6, "interface": "datetime", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "showRelative": true, "iconRight": "edit" }, "locked": 1, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": null, "name": "Edited On" }, { "collection": "directus_activity", "field": "comment", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 738, "type": "string", "sort": 10, "interface": "textarea", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": true, "width": "full", "validation": null, "group": null, "length": null, "name": "Comment" }, { "collection": "directus_activity", "field": "comment_deleted_on", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 735, "type": "datetime", "sort": 7, "interface": "datetime", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "showRelative": true, "iconRight": "delete_outline" }, "locked": 1, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": null, "name": "Comment Deleted On" }, { "collection": "directus_collections", "field": "collection", "datatype": "VARCHAR", "unique": false, "primary_key": true, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 750, "type": "string", "sort": 2, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "64", "name": "Collection" }, { "collection": "directus_collections", "field": "managed", "datatype": "TINYINT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "1", "note": "[Learn More](https://docs.directus.io/guides/collections.html#managing-collections).", "signed": false, "id": 752, "type": "boolean", "sort": 4, "interface": "toggle", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "3", "name": "Managed" }, { "collection": "directus_collections", "field": "hidden", "datatype": "TINYINT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "0", "note": "[Learn More](https://docs.directus.io/guides/collections.html#hidden).", "signed": false, "id": 753, "type": "boolean", "sort": 5, "interface": "toggle", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "3", "name": "Hidden" }, { "collection": "directus_collections", "field": "single", "datatype": "TINYINT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "0", "note": "[Learn More](https://docs.directus.io/guides/collections.html#single).", "signed": false, "id": 754, "type": "boolean", "sort": 6, "interface": "toggle", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "3", "name": "Single" }, { "collection": "directus_collections", "field": "icon", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "The icon shown in the App's navigation sidebar.", "signed": true, "id": 756, "type": "string", "sort": 8, "interface": "icon", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "30", "name": "Icon" }, { "collection": "directus_collections", "field": "note", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "An internal description.", "signed": true, "id": 751, "type": "string", "sort": 3, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "255", "name": "Note" }, { "collection": "directus_collections", "field": "translation", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 755, "type": "json", "sort": 7, "interface": "repeater", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "fields": [{ "field": "locale", "type": "string", "interface": "language", "options": { "limit": true }, "width": "half" }, { "field": "translation", "type": "string", "interface": "text-input", "width": "half" }] }, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Translation" }, { "collection": "directus_collections", "field": "display_template", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "What template to use to reference individual items in this collection.", "signed": true, "id": 899, "type": "string", "sort": 3, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "placeholder": "{{ name }} – ({{ title }})" }, "locked": 1, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "255", "name": "Display Template" }, { "collection": "directus_collections", "field": "fields", "datatype": null, "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": null, "signed": false, "id": 749, "type": "O2M", "sort": 1, "interface": "one-to-many", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Fields" }, { "collection": "directus_collection_presets", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 739, "type": "integer", "sort": null, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "directus_collection_presets", "field": "title", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 740, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "255", "name": "Title" }, { "collection": "directus_collection_presets", "field": "user", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 741, "type": "integer", "sort": null, "interface": "user", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "User" }, { "collection": "directus_collection_presets", "field": "role", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 742, "type": "m2o", "sort": null, "interface": "many-to-one", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Role" }, { "collection": "directus_collection_presets", "field": "collection", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 743, "type": "m2o", "sort": null, "interface": "many-to-one", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "64", "name": "Collection" }, { "collection": "directus_collection_presets", "field": "search_query", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 744, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "100", "name": "Search Query" }, { "collection": "directus_collection_presets", "field": "filters", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 745, "type": "json", "sort": null, "interface": "json", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Filters" }, { "collection": "directus_collection_presets", "field": "view_type", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "tabular", "note": "", "signed": true, "id": 747, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "100", "name": "View Type" }, { "collection": "directus_collection_presets", "field": "view_query", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 748, "type": "json", "sort": null, "interface": "json", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "View Query" }, { "collection": "directus_collection_presets", "field": "view_options", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 746, "type": "json", "sort": null, "interface": "json", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "View Options" }, { "collection": "directus_collection_presets", "field": "translation", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Translation" }, { "collection": "directus_fields", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 711, "type": "integer", "sort": null, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "directus_fields", "field": "collection", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 712, "type": "m2o", "sort": null, "interface": "many-to-one", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "64", "name": "Collection" }, { "collection": "directus_fields", "field": "field", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 713, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "64", "name": "Field" }, { "collection": "directus_fields", "field": "type", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 714, "type": "string", "sort": null, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "64", "name": "Type" }, { "collection": "directus_fields", "field": "interface", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 715, "type": "string", "sort": null, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "64", "name": "Interface" }, { "collection": "directus_fields", "field": "options", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 716, "type": "json", "sort": null, "interface": "json", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Options" }, { "collection": "directus_fields", "field": "display", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 897, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "64", "name": "Display" }, { "collection": "directus_fields", "field": "display_options", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 898, "type": "json", "sort": null, "interface": "json", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Display Options" }, { "collection": "directus_fields", "field": "locked", "datatype": "TINYINT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "0", "note": "", "signed": false, "id": 717, "type": "boolean", "sort": null, "interface": "toggle", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "3", "name": "Locked" }, { "collection": "directus_fields", "field": "validation", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 720, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "500", "name": "Validation" }, { "collection": "directus_fields", "field": "required", "datatype": "TINYINT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "0", "note": "", "signed": false, "id": 721, "type": "boolean", "sort": null, "interface": "toggle", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "3", "name": "Required" }, { "collection": "directus_fields", "field": "readonly", "datatype": "TINYINT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "0", "note": "", "signed": false, "id": 719, "type": "boolean", "sort": null, "interface": "toggle", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "3", "name": "Readonly" }, { "collection": "directus_fields", "field": "hidden_detail", "datatype": "TINYINT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "0", "note": "", "signed": false, "id": 724, "type": "boolean", "sort": null, "interface": "toggle", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "3", "name": "Hidden Detail" }, { "collection": "directus_fields", "field": "hidden_browse", "datatype": "TINYINT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "0", "note": "", "signed": false, "id": 725, "type": "boolean", "sort": null, "interface": "toggle", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "3", "name": "Hidden Browse" }, { "collection": "directus_fields", "field": "sort", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 722, "type": "sort", "sort": null, "interface": "sort", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Sort" }, { "collection": "directus_fields", "field": "width", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 726, "type": "integer", "sort": null, "interface": "numeric", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "30", "name": "Width" }, { "collection": "directus_fields", "field": "group", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 727, "type": "m2o", "sort": null, "interface": "many-to-one", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Group" }, { "collection": "directus_fields", "field": "note", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 723, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "1024", "name": "Note" }, { "collection": "directus_fields", "field": "translation", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 718, "type": "json", "sort": null, "interface": "repeater", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "fields": [{ "field": "locale", "type": "string", "interface": "language", "options": { "limit": true }, "width": "half" }, { "field": "translation", "type": "string", "interface": "text-input", "width": "half" }] }, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Translation" }, { "collection": "directus_files", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": true, "id": 774, "type": "integer", "sort": null, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "directus_files", "field": "storage", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "local", "note": "", "signed": true, "id": 779, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "50", "name": "Storage" }, { "collection": "directus_files", "field": "filename_disk", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 763, "type": "string", "sort": 7, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": { "placeholder": "Enter a unique file name...", "iconRight": "insert_drive_file" }, "locked": 1, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "255", "name": "Filename Disk" }, { "collection": "directus_files", "field": "filename_download", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "", "note": "", "signed": true, "id": 762, "type": "string", "sort": 6, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": { "monospace": true, "iconRight": "get_app" }, "locked": 1, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "255", "name": "Filename Download" }, { "collection": "directus_files", "field": "title", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 758, "type": "string", "sort": 2, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "placeholder": "Enter a descriptive title...", "iconRight": "title" }, "locked": 1, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "255", "name": "Title" }, { "collection": "directus_files", "field": "type", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 775, "type": "string", "sort": null, "interface": "text-input", "display": "mime-type", "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": true, "width": null, "validation": null, "group": null, "length": "255", "name": "Type" }, { "collection": "directus_files", "field": "uploaded_by", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 767, "type": "owner", "sort": 11, "interface": "owner", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "10", "name": "Uploaded By" }, { "collection": "directus_files", "field": "uploaded_on", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 766, "type": "datetime", "sort": 10, "interface": "datetime", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": { "iconRight": "today" }, "locked": 1, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": null, "name": "Uploaded On" }, { "collection": "directus_files", "field": "charset", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 776, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": false, "options": null, "locked": 1, "translation": null, "readonly": true, "width": null, "validation": null, "group": null, "length": "50", "name": "Charset" }, { "collection": "directus_files", "field": "filesize", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "0", "note": "", "signed": false, "id": 771, "type": "integer", "sort": 15, "interface": "file-size", "display": "filesize", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": { "iconRight": "storage" }, "locked": 1, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "10", "name": "Filesize" }, { "collection": "directus_files", "field": "width", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 768, "type": "integer", "sort": 12, "interface": "numeric", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "iconRight": "straighten" }, "locked": 1, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "10", "name": "Width" }, { "collection": "directus_files", "field": "height", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 769, "type": "integer", "sort": 13, "interface": "numeric", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "iconRight": "straighten" }, "locked": 1, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "10", "name": "Height" }, { "collection": "directus_files", "field": "duration", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 770, "type": "integer", "sort": 14, "interface": "numeric", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "iconRight": "timer" }, "locked": 1, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "10", "name": "Duration" }, { "collection": "directus_files", "field": "embed", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 777, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": true, "width": null, "validation": null, "group": null, "length": "200", "name": "Embed" }, { "collection": "directus_files", "field": "folder", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 778, "type": "m2o", "sort": null, "interface": "many-to-one", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Folder" }, { "collection": "directus_files", "field": "description", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 761, "type": "string", "sort": 5, "interface": "wysiwyg", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "toolbar": ["bold", "italic", "underline", "link", "code"] }, "locked": 1, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "Description" }, { "collection": "directus_files", "field": "location", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 760, "type": "string", "sort": 4, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "placeholder": "Enter a location...", "iconRight": "place" }, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "200", "name": "Location" }, { "collection": "directus_files", "field": "tags", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 759, "type": "array", "sort": 3, "interface": "tags", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "placeholder": "Enter a keyword then hit enter..." }, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "255", "name": "Tags" }, { "collection": "directus_files", "field": "checksum", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 765, "type": "string", "sort": 9, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "iconRight": "check", "monospace": true }, "locked": 1, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "32", "name": "Checksum" }, { "collection": "directus_files", "field": "private_hash", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 764, "type": "slug", "sort": 8, "interface": "slug", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "iconRight": "lock" }, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "16", "name": "Private Hash" }, { "collection": "directus_files", "field": "metadata", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 772, "type": "json", "sort": 15, "interface": "key-value", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "keyInterface": "text-input", "keyDataType": "string", "keyOptions": { "monospace": true, "placeholder": "Key" }, "valueInterface": "text-input", "valueDataType": "string", "valueOptions": { "monospace": true, "placeholder": "Value" } }, "locked": 1, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "Metadata" }, { "collection": "directus_files", "field": "data", "datatype": null, "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": null, "signed": false, "id": 773, "type": "ALIAS", "sort": null, "interface": "file", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Data" }, { "collection": "directus_folders", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 780, "type": "integer", "sort": null, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "directus_folders", "field": "name", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 781, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "191", "name": "Name" }, { "collection": "directus_folders", "field": "parent_folder", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 782, "type": "m2o", "sort": null, "interface": "many-to-one", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Parent Folder" }, { "collection": "directus_migrations", "field": "version", "datatype": "BIGINT", "unique": false, "primary_key": true, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "19", "name": "Version" }, { "collection": "directus_migrations", "field": "migration_name", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "100", "name": "Migration Name" }, { "collection": "directus_migrations", "field": "start_time", "datatype": "TIMESTAMP", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": null, "type": "datetime", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Start Time" }, { "collection": "directus_migrations", "field": "end_time", "datatype": "TIMESTAMP", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": null, "type": "datetime", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "End Time" }, { "collection": "directus_migrations", "field": "breakpoint", "datatype": "TINYINT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "0", "note": "", "signed": true, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "3", "name": "Breakpoint" }, { "collection": "directus_permissions", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 792, "type": "integer", "sort": null, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "directus_permissions", "field": "collection", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 793, "type": "m2o", "sort": null, "interface": "many-to-one", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "64", "name": "Collection" }, { "collection": "directus_permissions", "field": "role", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 794, "type": "m2o", "sort": null, "interface": "many-to-one", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Role" }, { "collection": "directus_permissions", "field": "status", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 795, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "64", "name": "Status" }, { "collection": "directus_permissions", "field": "create", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "none", "note": "", "signed": true, "id": 796, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "16", "name": "Create" }, { "collection": "directus_permissions", "field": "read", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "none", "note": "", "signed": true, "id": 797, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "16", "name": "Read" }, { "collection": "directus_permissions", "field": "update", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "none", "note": "", "signed": true, "id": 798, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "16", "name": "Update" }, { "collection": "directus_permissions", "field": "delete", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "none", "note": "", "signed": true, "id": 799, "type": "string", "sort": null, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "16", "name": "Delete" }, { "collection": "directus_permissions", "field": "comment", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "none", "note": "", "signed": true, "id": 800, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "8", "name": "Comment" }, { "collection": "directus_permissions", "field": "explain", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "none", "note": "", "signed": true, "id": 801, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "8", "name": "Explain" }, { "collection": "directus_permissions", "field": "read_field_blacklist", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 803, "type": "array", "sort": null, "interface": "tags", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "1000", "name": "Read Field Blacklist" }, { "collection": "directus_permissions", "field": "write_field_blacklist", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 804, "type": "array", "sort": null, "interface": "tags", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "1000", "name": "Write Field Blacklist" }, { "collection": "directus_permissions", "field": "status_blacklist", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 802, "type": "array", "sort": null, "interface": "tags", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "1000", "name": "Status Blacklist" }, { "collection": "directus_relations", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 805, "type": "integer", "sort": null, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "directus_relations", "field": "collection_many", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 806, "type": "string", "sort": null, "interface": "collections", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "64", "name": "Collection Many" }, { "collection": "directus_relations", "field": "field_many", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 807, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "45", "name": "Field Many" }, { "collection": "directus_relations", "field": "collection_one", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 808, "type": "string", "sort": null, "interface": "collections", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "64", "name": "Collection One" }, { "collection": "directus_relations", "field": "field_one", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 809, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "64", "name": "Field One" }, { "collection": "directus_relations", "field": "junction_field", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 810, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "64", "name": "Junction Field" }, { "collection": "directus_revisions", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 811, "type": "integer", "sort": null, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "directus_revisions", "field": "activity", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 812, "type": "m2o", "sort": null, "interface": "many-to-one", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Activity" }, { "collection": "directus_revisions", "field": "collection", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 813, "type": "m2o", "sort": null, "interface": "many-to-one", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "64", "name": "Collection" }, { "collection": "directus_revisions", "field": "item", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 814, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "255", "name": "Item" }, { "collection": "directus_revisions", "field": "data", "datatype": "LONGTEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 815, "type": "json", "sort": null, "interface": "json", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Data" }, { "collection": "directus_revisions", "field": "delta", "datatype": "LONGTEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 816, "type": "json", "sort": null, "interface": "json", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Delta" }, { "collection": "directus_revisions", "field": "parent_collection", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 818, "type": "string", "sort": null, "interface": "collections", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "64", "name": "Parent Collection" }, { "collection": "directus_revisions", "field": "parent_item", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 817, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "255", "name": "Parent Item" }, { "collection": "directus_revisions", "field": "parent_changed", "datatype": "TINYINT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "0", "note": "", "signed": false, "id": 819, "type": "boolean", "sort": null, "interface": "toggle", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "3", "name": "Parent Changed" }, { "collection": "directus_roles", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 783, "type": "integer", "sort": null, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "directus_roles", "field": "name", "datatype": "VARCHAR", "unique": true, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 785, "type": "string", "sort": 1, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "100", "name": "Name" }, { "collection": "directus_roles", "field": "description", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 786, "type": "string", "sort": 2, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "500", "name": "Description" }, { "collection": "directus_roles", "field": "ip_whitelist", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 787, "type": "array", "sort": null, "interface": "tags", "display": "tags", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "IP Whitelist" }, { "collection": "directus_roles", "field": "external_id", "datatype": "VARCHAR", "unique": true, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 784, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": false, "options": null, "locked": 1, "translation": null, "readonly": true, "width": null, "validation": null, "group": null, "length": "255", "name": "External ID" }, { "collection": "directus_roles", "field": "enforce_2fa", "datatype": "TINYINT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "3", "name": "Enforce 2FA" }, { "collection": "directus_roles", "field": "module_listing", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 790, "type": "json", "sort": null, "interface": "repeater", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "template": "{{ name }}", "createItemText": "Add Module", "fields": [{ "name": "Name", "field": "name", "interface": "text-input", "type": "string", "width": "half" }, { "name": "Link", "field": "link", "interface": "text-input", "type": "string", "width": "half" }, { "name": "Icon", "field": "icon", "interface": "icon", "type": "string", "width": "full" }] }, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Module Listing" }, { "collection": "directus_roles", "field": "nav_override", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Nav Override" }, { "collection": "directus_roles", "field": "collection_listing", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 791, "type": "json", "sort": null, "interface": "repeater", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "template": "{{ group_name }}", "createItemText": "Add Group", "fields": [{ "name": "Group Name", "field": "group_name", "width": "full", "interface": "text-input", "type": "string" }, { "name": "Collection", "field": "collections", "interface": "repeater", "type": "JSON", "options": { "createItemText": "Add Collection", "template": "{{ collection }}", "fields": [{ "name": "Collection", "field": "collection", "type": "string", "interface": "collections", "width": "full" }] } }] }, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Collection Listing" }, { "collection": "directus_roles", "field": "users", "datatype": null, "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": null, "signed": false, "id": 789, "type": "O2M", "sort": null, "interface": "one-to-many", "display": "template", "display_options": { "template": "{{ first_name }} {{ last_name }}" }, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "fields": "first_name,last_name" }, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Users" }, { "collection": "directus_users", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 842, "type": "integer", "sort": 1, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "directus_users", "field": "first_name", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 844, "type": "string", "sort": 3, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "iconRight": "account_circle" }, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "50", "name": "First Name" }, { "collection": "directus_users", "field": "last_name", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 845, "type": "string", "sort": 4, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "iconRight": "account_circle" }, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "50", "name": "Last Name" }, { "collection": "directus_users", "field": "email", "datatype": "VARCHAR", "unique": true, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 846, "type": "string", "sort": 5, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": { "iconRight": "alternate_email" }, "locked": 1, "translation": null, "readonly": true, "width": "half", "validation": "$email", "group": null, "length": "128", "name": "Email" }, { "collection": "directus_users", "field": "password", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 848, "type": "hash", "sort": 7, "interface": "password", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "255", "name": "Password" }, { "collection": "directus_users", "field": "token", "datatype": "VARCHAR", "unique": true, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 858, "type": "string", "sort": 17, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "255", "name": "Token" }, { "collection": "directus_users", "field": "timezone", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "America/New_York", "note": "", "signed": true, "id": 852, "type": "string", "sort": 11, "interface": "dropdown", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": { "choices": [{ "text": "Pacific/Midway", "value": "(UTC-11:00) Midway Island" }, { "text": "Pacific/Samoa", "value": "(UTC-11:00) Samoa" }, { "text": "Pacific/Honolulu", "value": "(UTC-10:00) Hawaii" }, { "text": "US/Alaska", "value": "(UTC-09:00) Alaska" }, { "text": "America/Los_Angeles", "value": "(UTC-08:00) Pacific Time (US & Canada)" }, { "text": "America/Tijuana", "value": "(UTC-08:00) Tijuana" }, { "text": "US/Arizona", "value": "(UTC-07:00) Arizona" }, { "text": "America/Chihuahua", "value": "(UTC-07:00) Chihuahua" }, { "text": "America/Mexico/La_Paz", "value": "(UTC-07:00) La Paz" }, { "text": "America/Mazatlan", "value": "(UTC-07:00) Mazatlan" }, { "text": "US/Mountain", "value": "(UTC-07:00) Mountain Time (US & Canada)" }, { "text": "America/Managua", "value": "(UTC-06:00) Central America" }, { "text": "US/Central", "value": "(UTC-06:00) Central Time (US & Canada)" }, { "text": "America/Guadalajara", "value": "(UTC-06:00) Guadalajara" }, { "text": "America/Mexico_City", "value": "(UTC-06:00) Mexico City" }, { "text": "America/Monterrey", "value": "(UTC-06:00) Monterrey" }, { "text": "Canada/Saskatchewan", "value": "(UTC-06:00) Saskatchewan" }, { "text": "America/Bogota", "value": "(UTC-05:00) Bogota" }, { "text": "US/Eastern", "value": "(UTC-05:00) Eastern Time (US & Canada)" }, { "text": "US/East-Indiana", "value": "(UTC-05:00) Indiana (East)" }, { "text": "America/Lima", "value": "(UTC-05:00) Lima" }, { "text": "America/Quito", "value": "(UTC-05:00) Quito" }, { "text": "Canada/Atlantic", "value": "(UTC-04:00) Atlantic Time (Canada)" }, { "text": "America/New_York", "value": "(UTC-04:00) New York" }, { "text": "America/Caracas", "value": "(UTC-04:30) Caracas" }, { "text": "America/La_Paz", "value": "(UTC-04:00) La Paz" }, { "text": "America/Santiago", "value": "(UTC-04:00) Santiago" }, { "text": "America/Santo_Domingo", "value": "(UTC-04:00) Santo Domingo" }, { "text": "Canada/Newfoundland", "value": "(UTC-03:30) Newfoundland" }, { "text": "America/Sao_Paulo", "value": "(UTC-03:00) Brasilia" }, { "text": "America/Argentina/Buenos_Aires", "value": "(UTC-03:00) Buenos Aires" }, { "text": "America/Argentina/GeorgeTown", "value": "(UTC-03:00) Georgetown" }, { "text": "America/Godthab", "value": "(UTC-03:00) Greenland" }, { "text": "America/Noronha", "value": "(UTC-02:00) Mid-Atlantic" }, { "text": "Atlantic/Azores", "value": "(UTC-01:00) Azores" }, { "text": "Atlantic/Cape_Verde", "value": "(UTC-01:00) Cape Verde Is." }, { "text": "Africa/Casablanca", "value": "(UTC+00:00) Casablanca" }, { "text": "Europe/Edinburgh", "value": "(UTC+00:00) Edinburgh" }, { "text": "Etc/Greenwich", "value": "(UTC+00:00) Greenwich Mean Time : Dublin" }, { "text": "Europe/Lisbon", "value": "(UTC+00:00) Lisbon" }, { "text": "Europe/London", "value": "(UTC+00:00) London" }, { "text": "Africa/Monrovia", "value": "(UTC+00:00) Monrovia" }, { "text": "UTC", "value": "(UTC+00:00) UTC" }, { "text": "Europe/Amsterdam", "value": "(UTC+01:00) Amsterdam" }, { "text": "Europe/Belgrade", "value": "(UTC+01:00) Belgrade" }, { "text": "Europe/Berlin", "value": "(UTC+01:00) Berlin" }, { "text": "Europe/Bern", "value": "(UTC+01:00) Bern" }, { "text": "Europe/Bratislava", "value": "(UTC+01:00) Bratislava" }, { "text": "Europe/Brussels", "value": "(UTC+01:00) Brussels" }, { "text": "Europe/Budapest", "value": "(UTC+01:00) Budapest" }, { "text": "Europe/Copenhagen", "value": "(UTC+01:00) Copenhagen" }, { "text": "Europe/Ljubljana", "value": "(UTC+01:00) Ljubljana" }, { "text": "Europe/Madrid", "value": "(UTC+01:00) Madrid" }, { "text": "Europe/Paris", "value": "(UTC+01:00) Paris" }, { "text": "Europe/Prague", "value": "(UTC+01:00) Prague" }, { "text": "Europe/Rome", "value": "(UTC+01:00) Rome" }, { "text": "Europe/Sarajevo", "value": "(UTC+01:00) Sarajevo" }, { "text": "Europe/Skopje", "value": "(UTC+01:00) Skopje" }, { "text": "Europe/Stockholm", "value": "(UTC+01:00) Stockholm" }, { "text": "Europe/Vienna", "value": "(UTC+01:00) Vienna" }, { "text": "Europe/Warsaw", "value": "(UTC+01:00) Warsaw" }, { "text": "Africa/Lagos", "value": "(UTC+01:00) West Central Africa" }, { "text": "Europe/Zagreb", "value": "(UTC+01:00) Zagreb" }, { "text": "Europe/Athens", "value": "(UTC+02:00) Athens" }, { "text": "Europe/Bucharest", "value": "(UTC+02:00) Bucharest" }, { "text": "Africa/Cairo", "value": "(UTC+02:00) Cairo" }, { "text": "Africa/Harare", "value": "(UTC+02:00) Harare" }, { "text": "Europe/Helsinki", "value": "(UTC+02:00) Helsinki" }, { "text": "Europe/Istanbul", "value": "(UTC+02:00) Istanbul" }, { "text": "Asia/Jerusalem", "value": "(UTC+02:00) Jerusalem" }, { "text": "Europe/Kyiv", "value": "(UTC+02:00) Kyiv" }, { "text": "Africa/Johannesburg", "value": "(UTC+02:00) Pretoria" }, { "text": "Europe/Riga", "value": "(UTC+02:00) Riga" }, { "text": "Europe/Sofia", "value": "(UTC+02:00) Sofia" }, { "text": "Europe/Tallinn", "value": "(UTC+02:00) Tallinn" }, { "text": "Europe/Vilnius", "value": "(UTC+02:00) Vilnius" }, { "text": "Asia/Baghdad", "value": "(UTC+03:00) Baghdad" }, { "text": "Asia/Kuwait", "value": "(UTC+03:00) Kuwait" }, { "text": "Europe/Minsk", "value": "(UTC+03:00) Minsk" }, { "text": "Africa/Nairobi", "value": "(UTC+03:00) Nairobi" }, { "text": "Asia/Riyadh", "value": "(UTC+03:00) Riyadh" }, { "text": "Europe/Volgograd", "value": "(UTC+03:00) Volgograd" }, { "text": "Asia/Tehran", "value": "(UTC+03:30) Tehran" }, { "text": "Asia/Abu_Dhabi", "value": "(UTC+04:00) Abu Dhabi" }, { "text": "Asia/Baku", "value": "(UTC+04:00) Baku" }, { "text": "Europe/Moscow", "value": "(UTC+04:00) Moscow" }, { "text": "Asia/Muscat", "value": "(UTC+04:00) Muscat" }, { "text": "Europe/St_Petersburg", "value": "(UTC+04:00) St. Petersburg" }, { "text": "Asia/Tbilisi", "value": "(UTC+04:00) Tbilisi" }, { "text": "Asia/Yerevan", "value": "(UTC+04:00) Yerevan" }, { "text": "Asia/Kabul", "value": "(UTC+04:30) Kabul" }, { "text": "Asia/Islamabad", "value": "(UTC+05:00) Islamabad" }, { "text": "Asia/Karachi", "value": "(UTC+05:00) Karachi" }, { "text": "Asia/Tashkent", "value": "(UTC+05:00) Tashkent" }, { "text": "Asia/Calcutta", "value": "(UTC+05:30) Chennai" }, { "text": "Asia/Kolkata", "value": "(UTC+05:30) Kolkata" }, { "text": "Asia/Mumbai", "value": "(UTC+05:30) Mumbai" }, { "text": "Asia/New_Delhi", "value": "(UTC+05:30) New Delhi" }, { "text": "Asia/Sri_Jayawardenepura", "value": "(UTC+05:30) Sri Jayawardenepura" }, { "text": "Asia/Katmandu", "value": "(UTC+05:45) Kathmandu" }, { "text": "Asia/Almaty", "value": "(UTC+06:00) Almaty" }, { "text": "Asia/Astana", "value": "(UTC+06:00) Astana" }, { "text": "Asia/Dhaka", "value": "(UTC+06:00) Dhaka" }, { "text": "Asia/Yekaterinburg", "value": "(UTC+06:00) Ekaterinburg" }, { "text": "Asia/Rangoon", "value": "(UTC+06:30) Rangoon" }, { "text": "Asia/Bangkok", "value": "(UTC+07:00) Bangkok" }, { "text": "Asia/Hanoi", "value": "(UTC+07:00) Hanoi" }, { "text": "Asia/Jakarta", "value": "(UTC+07:00) Jakarta" }, { "text": "Asia/Novosibirsk", "value": "(UTC+07:00) Novosibirsk" }, { "text": "Asia/Beijing", "value": "(UTC+08:00) Beijing" }, { "text": "Asia/Chongqing", "value": "(UTC+08:00) Chongqing" }, { "text": "Asia/Hong_Kong", "value": "(UTC+08:00) Hong Kong" }, { "text": "Asia/Krasnoyarsk", "value": "(UTC+08:00) Krasnoyarsk" }, { "text": "Asia/Kuala_Lumpur", "value": "(UTC+08:00) Kuala Lumpur" }, { "text": "Australia/Perth", "value": "(UTC+08:00) Perth" }, { "text": "Asia/Singapore", "value": "(UTC+08:00) Singapore" }, { "text": "Asia/Taipei", "value": "(UTC+08:00) Taipei" }, { "text": "Asia/Ulan_Bator", "value": "(UTC+08:00) Ulaan Bataar" }, { "text": "Asia/Urumqi", "value": "(UTC+08:00) Urumqi" }, { "text": "Asia/Irkutsk", "value": "(UTC+09:00) Irkutsk" }, { "text": "Asia/Osaka", "value": "(UTC+09:00) Osaka" }, { "text": "Asia/Sapporo", "value": "(UTC+09:00) Sapporo" }, { "text": "Asia/Seoul", "value": "(UTC+09:00) Seoul" }, { "text": "Asia/Tokyo", "value": "(UTC+09:00) Tokyo" }, { "text": "Australia/Adelaide", "value": "(UTC+09:30) Adelaide" }, { "text": "Australia/Darwin", "value": "(UTC+09:30) Darwin" }, { "text": "Australia/Brisbane", "value": "(UTC+10:00) Brisbane" }, { "text": "Australia/Canberra", "value": "(UTC+10:00) Canberra" }, { "text": "Pacific/Guam", "value": "(UTC+10:00) Guam" }, { "text": "Australia/Hobart", "value": "(UTC+10:00) Hobart" }, { "text": "Australia/Melbourne", "value": "(UTC+10:00) Melbourne" }, { "text": "Pacific/Port_Moresby", "value": "(UTC+10:00) Port Moresby" }, { "text": "Australia/Sydney", "value": "(UTC+10:00) Sydney" }, { "text": "Asia/Yakutsk", "value": "(UTC+10:00) Yakutsk" }, { "text": "Asia/Vladivostok", "value": "(UTC+11:00) Vladivostok" }, { "text": "Pacific/Auckland", "value": "(UTC+12:00) Auckland" }, { "text": "Pacific/Fiji", "value": "(UTC+12:00) Fiji" }, { "text": "Pacific/Kwajalein", "value": "(UTC+12:00) International Date Line West" }, { "text": "Asia/Kamchatka", "value": "(UTC+12:00) Kamchatka" }, { "text": "Asia/Magadan", "value": "(UTC+12:00) Magadan" }, { "text": "Pacific/Marshall_Is", "value": "(UTC+12:00) Marshall Is." }, { "text": "Asia/New_Caledonia", "value": "(UTC+12:00) New Caledonia" }, { "text": "Asia/Solomon_Is", "value": "(UTC+12:00) Solomon Is." }, { "text": "Pacific/Wellington", "value": "(UTC+12:00) Wellington" }, { "text": "Pacific/Tongatapu", "value": "(UTC+13:00) Nuku'alofa" }], "placeholder": "Choose a timezone..." }, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "32", "name": "Timezone" }, { "collection": "directus_users", "field": "locale", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "en-US", "note": "", "signed": true, "id": 853, "type": "string", "sort": 12, "interface": "language", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "limit": true }, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "8", "name": "Locale" }, { "collection": "directus_users", "field": "status", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "draft", "note": "", "signed": true, "id": 843, "type": "status", "sort": 2, "interface": "status", "display": "status-badge", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": { "status_mapping": { "draft": { "name": "Draft", "text_color": "#B0BEC5", "background_color": "#ECEFF1", "listing_subdued": false, "listing_badge": true, "soft_delete": false }, "invited": { "name": "Invited", "text_color": "#FFFFFF", "background_color": "#2F80ED", "listing_subdued": false, "listing_badge": true, "soft_delete": false }, "active": { "name": "Active", "text_color": "#FFFFFF", "background_color": "#27AE60", "listing_subdued": false, "listing_badge": false, "soft_delete": false }, "suspended": { "name": "Suspended", "text_color": "#FFFFFF", "background_color": "#F2994A", "listing_subdued": false, "listing_badge": true, "soft_delete": false }, "deleted": { "name": "Deleted", "text_color": "#FFFFFF", "background_color": "#EB5757", "listing_subdued": false, "listing_badge": true, "soft_delete": true } } }, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "16", "name": "Status" }, { "collection": "directus_users", "field": "locale_options", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 857, "type": "json", "sort": 16, "interface": "json", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Locale Options" }, { "collection": "directus_users", "field": "avatar", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 854, "type": "file", "sort": 13, "interface": "file", "display": "image", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Avatar" }, { "collection": "directus_users", "field": "company", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 850, "type": "string", "sort": 9, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "iconRight": "location_city" }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "191", "name": "Company" }, { "collection": "directus_users", "field": "title", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 851, "type": "string", "sort": 10, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "iconRight": "text_fields" }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "191", "name": "Title" }, { "collection": "directus_users", "field": "email_notifications", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "1", "note": "", "signed": true, "id": 847, "type": "boolean", "sort": 6, "interface": "toggle", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "10", "name": "Email Notifications" }, { "collection": "directus_users", "field": "last_access_on", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 859, "type": "datetime", "sort": 18, "interface": "datetime", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": true, "width": null, "validation": null, "group": null, "length": null, "name": "Last Access On" }, { "collection": "directus_users", "field": "last_page", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 860, "type": "string", "sort": 19, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": false, "options": null, "locked": 1, "translation": null, "readonly": true, "width": null, "validation": null, "group": null, "length": "192", "name": "Last Page" }, { "collection": "directus_users", "field": "external_id", "datatype": "VARCHAR", "unique": true, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 861, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": false, "options": null, "locked": 1, "translation": null, "readonly": true, "width": null, "validation": null, "group": null, "length": "255", "name": "External ID" }, { "collection": "directus_users", "field": "2fa_secret", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 856, "type": "string", "sort": 15, "interface": "2fa-secret", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": true, "width": null, "validation": null, "group": null, "length": "255", "name": "2FA Secret" }, { "collection": "directus_users", "field": "theme", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "auto", "note": "", "signed": true, "id": 855, "type": "string", "sort": 14, "interface": "radio-buttons", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "format": true, "choices": [{ "value": "auto", "text": "Auto" }, { "value": "light", "text": "Light" }, { "value": "dark", "text": "Dark" }] }, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "100", "name": "Theme" }, { "collection": "directus_users", "field": "role", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 849, "type": "m2o", "sort": 8, "interface": "user-roles", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "10", "name": "Role" }, { "collection": "directus_users", "field": "password_reset_token", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 894, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": true, "width": null, "validation": null, "group": null, "length": "520", "name": "Password Reset Token" }, { "collection": "directus_user_sessions", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 862, "type": "integer", "sort": null, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "directus_user_sessions", "field": "user", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 863, "type": "user", "sort": null, "interface": "user", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "User" }, { "collection": "directus_user_sessions", "field": "token_type", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 864, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "255", "name": "Token Type" }, { "collection": "directus_user_sessions", "field": "token", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 865, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "255", "name": "Token" }, { "collection": "directus_user_sessions", "field": "ip_address", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 866, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "255", "name": "IP Address" }, { "collection": "directus_user_sessions", "field": "user_agent", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 867, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "User Agent" }, { "collection": "directus_user_sessions", "field": "created_on", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 868, "type": "datetime", "sort": null, "interface": "datetime", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Created On" }, { "collection": "directus_user_sessions", "field": "token_expired_at", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 869, "type": "datetime", "sort": null, "interface": "datetime", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Token Expired At" }, { "collection": "directus_webhooks", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 870, "type": "integer", "sort": null, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": true, "options": null, "locked": 1, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "directus_webhooks", "field": "status", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "inactive", "note": "", "signed": true, "id": 871, "type": "status", "sort": 1, "interface": "status", "display": "status-dot", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": { "status_mapping": { "active": { "name": "Active", "value": "active", "text_color": "white", "background_color": "green", "browse_subdued": false, "browse_badge": true, "soft_delete": false, "published": true }, "inactive": { "name": "Inactive", "value": "inactive", "text_color": "white", "background_color": "blue-grey", "browse_subdued": true, "browse_badge": true, "soft_delete": false, "published": false } } }, "locked": 1, "translation": null, "readonly": false, "width": "space-half", "validation": null, "group": null, "length": "16", "name": "Status" }, { "collection": "directus_webhooks", "field": "http_action", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 872, "type": "string", "sort": 2, "interface": "dropdown", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "choices": [{ "value": "get", "text": "GET" }, { "value": "post", "text": "POST" }] }, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "255", "name": "HTTP Action" }, { "collection": "directus_webhooks", "field": "url", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 873, "type": "string", "sort": 3, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "placeholder": "https://example.com", "iconRight": "link" }, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "510", "name": "URL" }, { "collection": "directus_webhooks", "field": "directus_action", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 875, "type": "string", "sort": 5, "interface": "dropdown", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "choices": [{ "value": "item.create:after", "text": "Create" }, { "value": "item.update:after", "text": "Update" }, { "value": "item.delete:after", "text": "Delete" }] }, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "255", "name": "Directus Action" }, { "collection": "directus_webhooks", "field": "collection", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 874, "type": "string", "sort": 4, "interface": "collections", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 1, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "255", "name": "Collection" }, { "collection": "interface_library", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "interface_library", "field": "status", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "draft", "note": "", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "20", "name": "Status" }, { "collection": "interface_library", "field": "sort", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Sort" }, { "collection": "interface_library", "field": "created_by", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Created By" }, { "collection": "interface_library", "field": "created_on", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": null, "type": "datetime", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Created On" }, { "collection": "interface_library", "field": "modified_by", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Modified By" }, { "collection": "interface_library", "field": "modified_on", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": null, "type": "datetime", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Modified On" }, { "collection": "interface_library", "field": "2fa_secret", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "16", "name": "2FA Secret" }, { "collection": "interface_library", "field": "activity_icon", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "255", "name": "Activity Icon" }, { "collection": "interface_library", "field": "button_group", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "255", "name": "Button Group" }, { "collection": "interface_library", "field": "calendar", "datatype": "DATE", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "date", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Calendar" }, { "collection": "interface_library", "field": "checkboxes", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "255", "name": "Checkboxes" }, { "collection": "interface_library", "field": "code", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Code" }, { "collection": "interface_library", "field": "collections", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "100", "name": "Collections" }, { "collection": "interface_library", "field": "color_picker", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "20", "name": "Color Picker" }, { "collection": "interface_library", "field": "color", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "20", "name": "Color" }, { "collection": "interface_library", "field": "date", "datatype": "DATE", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "date", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Date" }, { "collection": "interface_library", "field": "datetime", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "datetime", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "DateTime" }, { "collection": "interface_library", "field": "dropdown", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "100", "name": "Dropdown" }, { "collection": "interface_library", "field": "file_preview", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "255", "name": "File Preview" }, { "collection": "interface_library", "field": "file_size", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "File Size" }, { "collection": "interface_library", "field": "file", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": false, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "File" }, { "collection": "interface_library", "field": "hashed", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "100", "name": "Hashed" }, { "collection": "interface_library", "field": "icon", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "20", "name": "Icon" }, { "collection": "interface_library", "field": "json", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "JSON" }, { "collection": "interface_library", "field": "language", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Language" }, { "collection": "interface_library", "field": "m2o", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": false, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "M2O" }, { "collection": "interface_library", "field": "map", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Map" }, { "collection": "interface_library", "field": "markdown", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Markdown" }, { "collection": "interface_library", "field": "multiselect", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "100", "name": "Multiselect" }, { "collection": "interface_library", "field": "numeric", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Numeric" }, { "collection": "interface_library", "field": "password", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "100", "name": "Password" }, { "collection": "interface_library", "field": "radio_buttons", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "100", "name": "Radio Buttons" }, { "collection": "interface_library", "field": "rating", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Rating" }, { "collection": "interface_library", "field": "repeater", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Repeater" }, { "collection": "interface_library", "field": "slider", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Slider" }, { "collection": "interface_library", "field": "tags", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "2000", "name": "Tags" }, { "collection": "interface_library", "field": "text_input", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "200", "name": "Text Input" }, { "collection": "interface_library", "field": "slug", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "200", "name": "Slug" }, { "collection": "interface_library", "field": "textarea", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Textarea" }, { "collection": "interface_library", "field": "time", "datatype": "TIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "time", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "Time" }, { "collection": "interface_library", "field": "toggle_icon", "datatype": "TINYINT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": false, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "3", "name": "Toggle Icon" }, { "collection": "interface_library", "field": "toggle", "datatype": "TINYINT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": false, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "3", "name": "Toggle" }, { "collection": "interface_library", "field": "user", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": false, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "User" }, { "collection": "interface_library", "field": "wysiwyg", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "This is a comment", "signed": true, "id": null, "type": "string", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": null, "name": "WYSIWYG" }, { "collection": "interface_library_files", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "interface_library_files", "field": "interface_library_id", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Interface Library ID" }, { "collection": "interface_library_files", "field": "directus_files_id", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Directus Files ID" }, { "collection": "interface_library_news", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "interface_library_news", "field": "interface_library_id", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Interface Library ID" }, { "collection": "interface_library_news", "field": "news_id", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "News ID" }, { "collection": "interface_library_staff", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "interface_library_staff", "field": "interface_library_id", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Interface Library ID" }, { "collection": "interface_library_staff", "field": "staff_id", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": null, "type": "integer", "sort": null, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": null, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Staff ID" }, { "collection": "locations", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 325, "type": "integer", "sort": 1, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": true, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "locations", "field": "sort", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 327, "type": "sort", "sort": 3, "interface": "sort", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": false, "options": null, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "10", "name": "Sort" }, { "collection": "locations", "field": "address", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 328, "type": "string", "sort": 6, "interface": "textarea", "display": "formatted-text", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": false, "iconRight": "location_on", "rows": "4", "serif": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "200", "name": "Address" }, { "collection": "locations", "field": "name", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 329, "type": "string", "sort": 4, "interface": "text-input", "display": "formatted-text", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": false, "iconRight": "location_on" }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "200", "name": "Name" }, { "collection": "locations", "field": "phone", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 332, "type": "string", "sort": 5, "interface": "text-input", "display": "formatted-text", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": false, "iconRight": "local_phone", "placeholder": "(000) 000-0000" }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "200", "name": "Phone" }, { "collection": "locations", "field": "location", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 879, "type": "json", "sort": 9, "interface": "map", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "height": 400, "mapLat": 40.72803624, "mapLng": -73.94896388, "defaultZoom": 12, "maxZoom": 17, "address_to_code": false, "theme": "https://{s}.basemaps.cartocdn.com/rastertiles/light_all/{z}/{x}/{y}.png" }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "Location" }, { "collection": "locations", "field": "status", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "draft", "note": "", "signed": true, "id": 326, "type": "status", "sort": 2, "interface": "status", "display": "status-dot", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "status_mapping": { "published": { "name": "Published", "value": "published", "text_color": "#FFFFFF", "background_color": "#27AE60", "browse_subdued": false, "browse_badge": true, "soft_delete": false, "published": true, "required_fields": true }, "draft": { "name": "Draft", "value": "draft", "text_color": "#B0BEC5", "background_color": "#DDE3E6", "browse_subdued": true, "browse_badge": true, "soft_delete": false, "published": false, "required_fields": false }, "deleted": { "name": "Deleted", "value": "deleted", "text_color": "#FFFFFF", "background_color": "#EB5757", "browse_subdued": true, "browse_badge": true, "soft_delete": true, "published": false, "required_fields": false } }, "simpleBadge": true }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "20", "name": "Status" }, { "collection": "locations", "field": "exterior_image", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 882, "type": "file", "sort": 7, "interface": "image", "display": "image", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "10", "name": "Exterior Image" }, { "collection": "locations", "field": "interior_image", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 883, "type": "file", "sort": 8, "interface": "image", "display": "image", "display_options": { "circle": true }, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "10", "name": "Interior Image" }, { "collection": "mailing_list", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 163, "type": "integer", "sort": 1, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": true, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "mailing_list", "field": "status", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "active", "note": "", "signed": true, "id": 164, "type": "status", "sort": 2, "interface": "status", "display": "status-dot", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "status_mapping": { "active": { "name": "Active", "value": "active", "text_color": "#FFFFFF", "background_color": "#27AE60", "browse_subdued": false, "browse_badge": true, "soft_delete": false, "published": true, "required_fields": true }, "inactive": { "name": "Inactive", "value": "inactive", "text_color": "#B0BEC5", "background_color": "#ECEFF1", "browse_subdued": true, "browse_badge": true, "soft_delete": false, "published": false, "required_fields": false }, "unsubscribed": { "name": "Unsubscribed", "value": "unsubscribed", "text_color": "#FFFFFF", "background_color": "#F2994A", "browse_subdued": true, "browse_badge": true, "soft_delete": true, "published": false, "required_fields": false } } }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "20", "name": "Status" }, { "collection": "mailing_list", "field": "created_by", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 165, "type": "owner", "sort": 3, "interface": "owner", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": false, "options": { "template": "{{first_name}} {{last_name}}", "display": "both" }, "locked": 0, "translation": null, "readonly": true, "width": "full", "validation": null, "group": null, "length": "10", "name": "Created By" }, { "collection": "mailing_list", "field": "created_on", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 166, "type": "datetime_created", "sort": 4, "interface": "datetime-created", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": false, "options": null, "locked": 0, "translation": null, "readonly": true, "width": "full", "validation": null, "group": null, "length": null, "name": "Created On" }, { "collection": "mailing_list", "field": "email", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 280, "type": "string", "sort": 5, "interface": "text-input", "display": "formatted-text", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": false, "formatValue": false, "monospace": false, "iconRight": "alternate_email" }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "200", "name": "Email" }, { "collection": "mailing_list", "field": "first_name", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 281, "type": "string", "sort": 6, "interface": "text-input", "display": "formatted-text", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": false, "iconRight": "account_circle" }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "200", "name": "First Name" }, { "collection": "mailing_list", "field": "last_name", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 282, "type": "string", "sort": 7, "interface": "text-input", "display": "formatted-text", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": false, "iconRight": "account_circle" }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "200", "name": "Last Name" }, { "collection": "mailing_list", "field": "frequency", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "{ \"default\": [\"daily\", \"weekly\", \"monthly\"] }", "note": "", "signed": true, "id": 320, "type": "array", "sort": 8, "interface": "checkboxes", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "choices": [{ "value": "daily", "text": "Daily Emails" }, { "value": "weekly", "text": "Weekly Emails" }, { "value": "monthly", "text": "Monthly Emails" }], "allow_other": false, "draggable": false, "wrap": false, "formatting": true, "single": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "255", "name": "Frequency" }, { "collection": "news", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 171, "type": "integer", "sort": 1, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": true, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "news", "field": "created_by", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 173, "type": "owner", "sort": 3, "interface": "owner", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": false, "options": { "template": "{{first_name}} {{last_name}}", "display": "both" }, "locked": 0, "translation": null, "readonly": true, "width": "full", "validation": null, "group": null, "length": "10", "name": "Created By" }, { "collection": "news", "field": "created_on", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 174, "type": "datetime_created", "sort": 4, "interface": "datetime-created", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": false, "options": null, "locked": 0, "translation": null, "readonly": true, "width": "full", "validation": null, "group": null, "length": null, "name": "Created On" }, { "collection": "news", "field": "status", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "draft", "note": "", "signed": true, "id": 172, "type": "status", "sort": 2, "interface": "status", "display": "status-dot", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "status_mapping": { "published": { "name": "Published", "value": "published", "text_color": "#FFFFFF", "background_color": "#27AE60", "browse_subdued": false, "browse_badge": true, "soft_delete": false, "published": true, "required_fields": true }, "draft": { "name": "Draft", "value": "draft", "text_color": "#B0BEC5", "background_color": "#DDE3E6", "browse_subdued": true, "browse_badge": true, "soft_delete": false, "published": false, "required_fields": false }, "deleted": { "name": "Deleted", "value": "deleted", "text_color": "#FFFFFF", "background_color": "#EB5757", "browse_subdued": true, "browse_badge": true, "soft_delete": true, "published": false, "required_fields": false } } }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "20", "name": "Status" }, { "collection": "news", "field": "author", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 210, "type": "m2o", "sort": 6, "interface": "many-to-one", "display": "template", "display_options": { "template": "{{ first_name }} {{ last_name }}" }, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "template": "{{first_name}} {{last_name}}", "visible_fields": "first_name,last_name", "placeholder": "Choose an author...", "threshold": 20 }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "10", "name": "Author" }, { "collection": "news", "field": "title", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 211, "type": "string", "sort": 5, "interface": "text-input", "display": "formatted-text", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "200", "name": "Title" }, { "collection": "news", "field": "body", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 276, "type": "string", "sort": 8, "interface": "wysiwyg", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "toolbar": ["bold", "italic", "underline", "removeformat", "link", "bullist", "numlist", "blockquote", "h1", "h2", "h3", "image", "media", "hr", "code"], "custom_formats": null }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "Body" }, { "collection": "news", "field": "published_on", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 277, "type": "datetime", "sort": 7, "interface": "datetime", "display": null, "display_options": { "include_seconds": true }, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "defaultToCurrentDatetime": true, "format": "mdy" }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": null, "name": "Published On" }, { "collection": "news", "field": "tags", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 278, "type": "array", "sort": 10, "interface": "tags", "display": "tags", "display_options": { "format": true }, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "iconRight": "local_offer", "validationMessage": "Please enter a valid tag", "alphabetize": true, "lowercase": true, "wrap": false, "format": false, "sanitize": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "2000", "name": "Tags" }, { "collection": "news", "field": "summary", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 279, "type": "string", "sort": 9, "interface": "textarea", "display": "formatted-text", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "rows": "5", "serif": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "Summary" }, { "collection": "news", "field": "related_news", "datatype": null, "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": null, "signed": false, "id": 316, "type": "O2M", "sort": null, "interface": "many-to-many", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "fields": "title,published_on", "template": "{{title}} — {{published_on}}", "allow_create": false, "allow_select": true }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "Related News" }, { "collection": "news_relations", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 317, "type": "integer", "sort": 0, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "news_relations", "field": "news_id", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 318, "type": "integer", "sort": 0, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "News ID" }, { "collection": "news_relations", "field": "related_id", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 319, "type": "integer", "sort": 0, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Related ID" }, { "collection": "products", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 178, "type": "integer", "sort": 0, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": true, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "products", "field": "status", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "draft", "note": "", "signed": true, "id": 179, "type": "status", "sort": 0, "interface": "status", "display": "status-dot", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "status_mapping": { "published": { "name": "Published", "value": "published", "text_color": "#FFFFFF", "background_color": "#27AE60", "browse_subdued": false, "browse_badge": true, "soft_delete": false, "published": true, "required_fields": true }, "draft": { "name": "Draft", "value": "draft", "text_color": "#B0BEC5", "background_color": "#DDE3E6", "browse_subdued": true, "browse_badge": true, "soft_delete": false, "published": false, "required_fields": false }, "deleted": { "name": "Deleted", "value": "deleted", "text_color": "#FFFFFF", "background_color": "#EB5757", "browse_subdued": true, "browse_badge": true, "soft_delete": true, "published": false, "required_fields": false } } }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "20", "name": "Status" }, { "collection": "products", "field": "sort", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 180, "type": "sort", "sort": 0, "interface": "sort", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": false, "options": null, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "10", "name": "Sort" }, { "collection": "products", "field": "created_by", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 181, "type": "owner", "sort": 0, "interface": "owner", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": false, "options": { "template": "{{first_name}} {{last_name}}", "display": "both" }, "locked": 0, "translation": null, "readonly": true, "width": "full", "validation": null, "group": null, "length": "10", "name": "Created By" }, { "collection": "products", "field": "created_on", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 182, "type": "datetime_created", "sort": 0, "interface": "datetime-created", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": false, "options": null, "locked": 0, "translation": null, "readonly": true, "width": "full", "validation": null, "group": null, "length": null, "name": "Created On" }, { "collection": "products", "field": "image", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 191, "type": "file", "sort": null, "interface": "file", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "viewType": "cards", "viewOptions": { "title": "title", "subtitle": "type", "content": "description", "src": "data" }, "viewQuery": [], "filters": [] }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "10", "name": "Image" }, { "collection": "products", "field": "sku", "datatype": "VARCHAR", "unique": true, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 321, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "iconRight": "code", "placeholder": "TH-XX-00-XX", "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": true }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "11", "name": "SKU" }, { "collection": "products", "field": "this_is_a_longer_name", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 343, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "200", "name": "This Is A Longer Name" }, { "collection": "services", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 168, "type": "integer", "sort": 0, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": true, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "services", "field": "sort", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 170, "type": "sort", "sort": 0, "interface": "sort", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": false, "options": null, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "10", "name": "Sort" }, { "collection": "services", "field": "name", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 198, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "200", "name": "Name" }, { "collection": "services", "field": "description", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 315, "type": "string", "sort": null, "interface": "wysiwyg", "display": "formatted-text", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "toolbar": ["bold", "italic", "underline", "removeformat", "link", "code"], "custom_formats": null }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "Description" }, { "collection": "services", "field": "status", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "draft", "note": "", "signed": true, "id": 169, "type": "status", "sort": 0, "interface": "status", "display": "status-dot", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "status_mapping": { "published": { "name": "Published", "value": "published", "text_color": "#FFFFFF", "background_color": "#27AE60", "browse_subdued": false, "browse_badge": true, "soft_delete": false, "published": true, "required_fields": true }, "draft": { "name": "Draft", "value": "draft", "text_color": "#B0BEC5", "background_color": "#DDE3E6", "browse_subdued": true, "browse_badge": true, "soft_delete": false, "published": false, "required_fields": false }, "deleted": { "name": "Deleted", "value": "deleted", "text_color": "#FFFFFF", "background_color": "#EB5757", "browse_subdued": true, "browse_badge": true, "soft_delete": true, "published": false, "required_fields": false } } }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "20", "name": "Status" }, { "collection": "staff", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 175, "type": "integer", "sort": 0, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": true, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "staff", "field": "status", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "draft", "note": "", "signed": true, "id": 176, "type": "status", "sort": 0, "interface": "status", "display": "status-dot", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "status_mapping": { "published": { "name": "Published", "value": "published", "text_color": "#FFFFFF", "background_color": "#27AE60", "browse_subdued": false, "browse_badge": true, "soft_delete": false, "published": true, "required_fields": true }, "draft": { "name": "Draft", "value": "draft", "text_color": "#B0BEC5", "background_color": "#DDE3E6", "browse_subdued": true, "browse_badge": true, "soft_delete": false, "published": false, "required_fields": false }, "deleted": { "name": "Deleted", "value": "deleted", "text_color": "#FFFFFF", "background_color": "#EB5757", "browse_subdued": true, "browse_badge": true, "soft_delete": true, "published": false, "required_fields": false } } }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "20", "name": "Status" }, { "collection": "staff", "field": "first_name", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 186, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": false }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "100", "name": "First Name" }, { "collection": "staff", "field": "last_name", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 187, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": false }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "100", "name": "Last Name" }, { "collection": "staff", "field": "email", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 189, "type": "string", "sort": null, "interface": "text-input", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "200", "name": "Email" }, { "collection": "staff", "field": "gender", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 188, "type": "string", "sort": null, "interface": "dropdown", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "choices": [{ "value": "Male", "text": "Male" }, { "value": "Female", "text": "Female" }, { "value": "Other", "text": "Other" }] }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "100", "name": "Gender" }, { "collection": "staff", "field": "bio", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 190, "type": "string", "sort": null, "interface": "textarea", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "rows": 8, "serif": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "Bio" }, { "collection": "staff", "field": "news", "datatype": null, "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": null, "signed": false, "id": 212, "type": "O2M", "sort": null, "interface": "one-to-many", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "fields": "title", "template": "{{title}}", "sort_field": "sort", "delete_mode": "relation", "allow_create": true, "allow_select": true }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "News" }, { "collection": "tickets", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": true, "id": 307, "type": "integer", "sort": 2, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": true, "options": null, "locked": 0, "translation": null, "readonly": true, "width": "full", "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "tickets", "field": "status", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "new", "note": "", "signed": true, "id": 308, "type": "status", "sort": 1, "interface": "status", "display": "status-badge", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "status_mapping": { "new": { "name": "New", "value": "new", "text_color": "#9B51E0", "background_color": "#E6D3F7", "browse_subdued": false, "browse_badge": true, "soft_delete": false, "published": true, "required_fields": true }, "open": { "name": "Open", "value": "open", "text_color": "#2F80ED", "background_color": "#CBDFFB", "browse_subdued": false, "browse_badge": true, "soft_delete": false, "published": true, "required_fields": true }, "escalated": { "name": "Escalated", "value": "escalated", "text_color": "#F2994A", "background_color": "#FCE5D2", "browse_subdued": false, "browse_badge": true, "soft_delete": false, "published": true, "required_fields": true }, "pending": { "name": "Pending", "value": "pending", "text_color": "#93D7AF", "background_color": "#E9F7EF", "browse_badge": true, "required_fields": true, "published": true }, "solved": { "name": "Solved", "value": "solved", "text_color": "#27AE60", "background_color": "#C9EBD7", "browse_subdued": true, "browse_badge": true, "required_fields": true, "published": true }, "inactive": { "name": "Inactive", "value": "inactive", "text_color": "#B0BEC5", "background_color": "#ECEFF1", "browse_subdued": true, "browse_badge": true, "required_fields": true, "published": true } }, "simpleBadge": false }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "20", "name": "Status" }, { "collection": "tickets", "field": "created_by", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 309, "type": "owner", "sort": 10, "interface": "owner", "display": "user", "display_options": { "display": "both", "circle": true }, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "template": "{{first_name}} {{last_name}}", "display": "both" }, "locked": 0, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "10", "name": "Created By" }, { "collection": "tickets", "field": "created_on", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 310, "type": "datetime_created", "sort": 11, "interface": "datetime-created", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 0, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": null, "name": "Created On" }, { "collection": "tickets", "field": "modified_by", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 311, "type": "user_updated", "sort": 12, "interface": "user-updated", "display": "user", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "template": "{{first_name}} {{last_name}}", "display": "both" }, "locked": 0, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "10", "name": "Modified By" }, { "collection": "tickets", "field": "modified_on", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 312, "type": "datetime_updated", "sort": 13, "interface": "datetime-updated", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 0, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": null, "name": "Modified On" }, { "collection": "tickets", "field": "customer", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 313, "type": "m2o", "sort": 4, "interface": "many-to-one", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "template": "{{first_name}} {{last_name}}", "visible_fields": "first_name,last_name", "placeholder": "Select a Customer...", "threshold": 20 }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "10", "name": "Customer" }, { "collection": "tickets", "field": "priority", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "normal", "note": "", "signed": true, "id": 354, "type": "string", "sort": 3, "interface": "dropdown", "display": "formatted-text", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "choices": [{ "value": "low", "text": "Low" }, { "value": "normal", "text": "Normal" }, { "value": "high", "text": "High" }], "placeholder": "Choose an option...", "icon": "flag" }, "locked": 0, "translation": null, "readonly": false, "width": "half", "validation": null, "group": null, "length": "100", "name": "Priority" }, { "collection": "tickets", "field": "subject", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 887, "type": "string", "sort": 5, "interface": "text-input", "display": "formatted-text", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "trim": true, "showCharacterCount": true, "formatValue": false, "monospace": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "200", "name": "Subject" }, { "collection": "tickets", "field": "question", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 888, "type": "string", "sort": 6, "interface": "textarea", "display": "formatted-text", "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "rows": "4", "serif": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "Question" }, { "collection": "tickets", "field": "notes", "datatype": null, "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": null, "signed": false, "id": 289, "type": "O2M", "sort": 7, "interface": "one-to-many", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "fields": "created_on,note", "template": "{{created_on}} — {{note}}", "delete_mode": "item", "allow_create": true, "allow_select": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "Notes" }, { "collection": "tickets", "field": "system_divider", "datatype": null, "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": null, "signed": false, "id": 886, "type": "ALIAS", "sort": 9, "interface": "divider", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "style": "large", "title": "", "hr": true, "margin": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "System Divider" }, { "collection": "tickets", "field": "attachments", "datatype": null, "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": null, "signed": false, "id": 889, "type": "O2M", "sort": 8, "interface": "files", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "fields": "title", "template": "{{ title }}", "allow_create": true, "allow_select": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "Attachments" }, { "collection": "ticket_files", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 890, "type": "integer", "sort": 0, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": true, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "ticket_files", "field": "ticket", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 891, "type": "integer", "sort": 0, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "Ticket" }, { "collection": "ticket_files", "field": "file", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 892, "type": "integer", "sort": 0, "interface": null, "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "File" }, { "collection": "ticket_notes", "field": "id", "datatype": "INT", "unique": false, "primary_key": true, "auto_increment": true, "default_value": null, "note": "", "signed": false, "id": 283, "type": "integer", "sort": 1, "interface": "primary-key", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": true, "options": null, "locked": 0, "translation": null, "readonly": false, "width": null, "validation": null, "group": null, "length": "10", "name": "ID" }, { "collection": "ticket_notes", "field": "created_by", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 284, "type": "owner", "sort": 2, "interface": "owner", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": false, "options": { "template": "{{first_name}} {{last_name}}", "display": "both" }, "locked": 0, "translation": null, "readonly": true, "width": "full", "validation": null, "group": null, "length": "10", "name": "Created By" }, { "collection": "ticket_notes", "field": "created_on", "datatype": "DATETIME", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 285, "type": "datetime_created", "sort": 3, "interface": "datetime-created", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": true, "required": false, "options": { "showRelative": true }, "locked": 0, "translation": null, "readonly": true, "width": "full", "validation": null, "group": null, "length": null, "name": "Created On" }, { "collection": "ticket_notes", "field": "note", "datatype": "TEXT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": true, "id": 286, "type": "string", "sort": 5, "interface": "textarea", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": { "rows": 8, "placeholder": "Enter your note here...", "serif": false }, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": null, "name": "Note" }, { "collection": "ticket_notes", "field": "ticket", "datatype": "INT", "unique": false, "primary_key": false, "auto_increment": false, "default_value": null, "note": "", "signed": false, "id": 287, "type": "m2o", "sort": 4, "interface": "many-to-one", "display": null, "display_options": null, "hidden_detail": true, "hidden_browse": false, "required": false, "options": { "icon": "perm_contact_calendar", "template": "{{first_name}} {{last_name}}", "visible_fields": "first_name,last_name", "placeholder": "Choose a Customer...", "threshold": 20 }, "locked": 0, "translation": null, "readonly": true, "width": "half", "validation": null, "group": null, "length": "10", "name": "Ticket" }, { "collection": "ticket_notes", "field": "channel", "datatype": "VARCHAR", "unique": false, "primary_key": false, "auto_increment": false, "default_value": "internal", "note": "", "signed": true, "id": 288, "type": "string", "sort": 6, "interface": "radio-buttons", "display": null, "display_options": null, "hidden_detail": false, "hidden_browse": false, "required": false, "options": null, "locked": 0, "translation": null, "readonly": false, "width": "full", "validation": null, "group": null, "length": "100", "name": "Channel" }, { "id": 820, "collection": "directus_settings", "field": "project_name", "type": "string", "interface": "text-input", "options": { "iconRight": "title" }, "display": null, "display_options": null, "locked": true, "validation": null, "required": true, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 1, "width": "half", "group": null, "note": "The name of this project", "translation": null, "name": "Project Name" }, { "id": 821, "collection": "directus_settings", "field": "project_url", "type": "string", "interface": "text-input", "options": { "iconRight": "link" }, "display": null, "display_options": null, "locked": true, "validation": null, "required": false, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 2, "width": "half", "group": null, "note": "External link for the App's top-left logo", "translation": null, "name": "Project URL" }, { "id": 822, "collection": "directus_settings", "field": "project_logo", "type": "file", "interface": "file", "options": null, "display": null, "display_options": null, "locked": true, "validation": null, "required": false, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 3, "width": "half", "group": null, "note": "A 40x40 brand logo, ideally a white SVG/PNG", "translation": null, "name": "Project Logo" }, { "id": 823, "collection": "directus_settings", "field": "project_color", "type": "string", "interface": "color", "options": null, "display": null, "display_options": null, "locked": true, "validation": null, "required": false, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 4, "width": "half", "group": null, "note": "Color for login background and App's logo", "translation": null, "name": "Project Color" }, { "id": 824, "collection": "directus_settings", "field": "project_foreground", "type": "file", "interface": "image", "options": null, "display": null, "display_options": null, "locked": true, "validation": null, "required": false, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 5, "width": "half", "group": null, "note": "Centered image (eg: logo) for the login page", "translation": null, "name": "Project Foreground" }, { "id": 825, "collection": "directus_settings", "field": "project_background", "type": "file", "interface": "image", "options": null, "display": null, "display_options": null, "locked": true, "validation": null, "required": false, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 6, "width": "half", "group": null, "note": "Full-screen background for the login page", "translation": null, "name": "Project Background" }, { "id": 893, "collection": "directus_settings", "field": "project_public_note", "type": "string", "interface": "textarea", "options": null, "display": null, "display_options": null, "locked": true, "validation": null, "required": false, "readonly": true, "hidden_detail": false, "hidden_browse": false, "sort": 7, "width": "full", "group": null, "note": "This value will be shown on the public pages of the app", "translation": null, "name": "Project Public Note" }, { "id": 826, "collection": "directus_settings", "field": "default_locale", "type": "string", "interface": "language", "options": { "limit": true }, "display": null, "display_options": null, "locked": true, "validation": null, "required": false, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 8, "width": "half", "group": null, "note": "Default locale for Directus Users", "translation": null, "name": "Default Locale" }, { "id": 827, "collection": "directus_settings", "field": "telemetry", "type": "boolean", "interface": "toggle", "options": null, "display": null, "display_options": null, "locked": true, "validation": null, "required": false, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 9, "width": "half", "group": null, "note": "Learn More", "translation": null, "name": "Telemetry" }, { "id": 828, "collection": "directus_settings", "field": "data_divider", "type": "alias", "interface": "divider", "options": { "style": "large", "title": "Data", "hr": true }, "display": null, "display_options": null, "locked": true, "validation": null, "required": false, "readonly": false, "hidden_detail": false, "hidden_browse": true, "sort": 10, "width": "full", "group": null, "note": null, "translation": null, "name": "Data Divider" }, { "id": 829, "collection": "directus_settings", "field": "default_limit", "type": "integer", "interface": "numeric", "options": { "iconRight": "keyboard_tab" }, "display": null, "display_options": null, "locked": true, "validation": null, "required": true, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 11, "width": "half", "group": null, "note": "Default item count in API and App responses", "translation": null, "name": "Default Limit" }, { "id": 830, "collection": "directus_settings", "field": "sort_null_last", "type": "boolean", "interface": "toggle", "options": null, "display": null, "display_options": null, "locked": true, "validation": null, "required": false, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 12, "width": "half", "group": null, "note": "NULL values are sorted last", "translation": null, "name": "Sort Null Last" }, { "id": 831, "collection": "directus_settings", "field": "security_divider", "type": "alias", "interface": "divider", "options": { "style": "large", "title": "Security", "hr": true }, "display": null, "display_options": null, "locked": true, "validation": null, "required": false, "readonly": false, "hidden_detail": false, "hidden_browse": true, "sort": 20, "width": "full", "group": null, "note": null, "translation": null, "name": "Security Divider" }, { "id": 832, "collection": "directus_settings", "field": "auto_sign_out", "type": "integer", "interface": "numeric", "options": { "iconRight": "timer" }, "display": null, "display_options": null, "locked": true, "validation": null, "required": true, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 22, "width": "half", "group": null, "note": "Minutes before idle users are signed out", "translation": null, "name": "Auto Sign Out" }, { "id": 833, "collection": "directus_settings", "field": "login_attempts_allowed", "type": "integer", "interface": "numeric", "options": { "iconRight": "lock" }, "display": null, "display_options": null, "locked": true, "validation": null, "required": false, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 23, "width": "half", "group": null, "note": "Failed login attempts before suspending users", "translation": null, "name": "Login Attempts Allowed" }, { "id": 834, "collection": "directus_settings", "field": "password_policy", "type": "string", "interface": "dropdown", "options": { "choices": [{ "value": null, "text": "None" }, { "value": "/^.{8,}$/", "text": "Weak" }, { "value": "/(?=^.{8,}$)(?=.*\\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%^&*()_+}{';'?>.<,])(?!.*\\s).*$/", "text": "Strong" }] }, "display": null, "display_options": null, "locked": true, "validation": null, "required": false, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 24, "width": "half", "group": null, "note": "Weak: Minimum length 8; Strong: 1 small-case letter, 1 capital letter, 1 digit, 1 special character and the length should be minimum 8", "translation": null, "name": "Password Policy" }, { "id": 896, "collection": "directus_settings", "field": "auth_token_ttl", "type": "integer", "interface": "numeric", "options": { "iconRight": "timer" }, "display": null, "display_options": null, "locked": false, "validation": null, "required": true, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 25, "width": "half", "group": null, "note": "How long the API authorization token will last", "translation": null, "name": "Auth Token TTL" }, { "id": 835, "collection": "directus_settings", "field": "files_divider", "type": "alias", "interface": "divider", "options": { "style": "large", "title": "Files & Thumbnails", "hr": true }, "display": null, "display_options": null, "locked": true, "validation": null, "required": false, "readonly": false, "hidden_detail": false, "hidden_browse": true, "sort": 30, "width": "full", "group": null, "note": null, "translation": null, "name": "Files Divider" }, { "id": 836, "collection": "directus_settings", "field": "file_naming", "type": "string", "interface": "dropdown", "options": { "choices": [{ "value": "uuid", "text": "UUID (Obfuscated)" }, { "value": "file_name", "text": "File Name (Readable)" }] }, "display": null, "display_options": null, "locked": true, "validation": null, "required": false, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 31, "width": "half", "group": null, "note": "File-system naming convention for uploads", "translation": null, "name": "File Naming" }, { "id": 895, "collection": "directus_settings", "field": "asset_url_naming", "type": "string", "interface": "dropdown", "options": { "choices": [{ "value": "private_hash", "text": "Private Hash (Obfuscated)" }, { "value": "filename_download", "text": "File Name (Readable)" }] }, "display": null, "display_options": null, "locked": true, "validation": null, "required": false, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 32, "width": "half", "group": null, "note": "Thumbnail URL convention", "translation": null, "name": "Asset URL Naming" }, { "id": 838, "collection": "directus_settings", "field": "file_mimetype_whitelist", "type": "array", "interface": "tags", "options": { "placeholder": "Enter a file mimetype then hit enter (eg: image/jpeg)" }, "display": null, "display_options": null, "locked": true, "validation": null, "required": false, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 33, "width": "full", "group": null, "note": null, "translation": null, "name": "File Mimetype Whitelist" }, { "id": 839, "collection": "directus_settings", "field": "asset_whitelist", "type": "json", "interface": "repeater", "options": { "fields": [{ "field": "key", "interface": "slug", "name": "Key", "options": { "onlyOnCreate": false }, "required": true, "type": "string", "width": "half" }, { "field": "fit", "interface": "dropdown", "name": "Fit", "options": { "choices": { "contain": "Contain (preserve aspect ratio)", "crop": "Crop (forces exact size)" } }, "required": true, "type": "string", "width": "half" }, { "field": "width", "interface": "numeric", "name": "Width", "required": true, "type": "integer", "width": "half" }, { "field": "height", "interface": "numeric", "name": "Height", "required": true, "type": "integer", "width": "half" }, { "default_value": 80, "field": "quality", "interface": "slider", "name": "Quality", "options": { "max": 100, "min": 0, "step": 1 }, "required": true, "type": "integer", "width": "full" }], "template": "{{key}}" }, "display": null, "display_options": null, "locked": false, "validation": null, "required": false, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 34, "width": "full", "group": null, "note": "Defines how the thumbnail will be generated based on the requested params.", "translation": null, "name": "Asset Whitelist" }, { "id": 840, "collection": "directus_settings", "field": "asset_whitelist_system", "type": "json", "interface": "json", "options": null, "display": null, "display_options": null, "locked": false, "validation": null, "required": false, "readonly": true, "hidden_detail": true, "hidden_browse": true, "sort": 35, "width": "half", "group": null, "note": null, "translation": null, "name": "Asset Whitelist System" }, { "id": 841, "collection": "directus_settings", "field": "youtube_api_key", "type": "string", "interface": "text-input", "options": { "iconRight": "videocam" }, "display": null, "display_options": null, "locked": true, "validation": null, "required": false, "readonly": false, "hidden_detail": false, "hidden_browse": false, "sort": 36, "width": "full", "group": null, "note": "Allows fetching more YouTube Embed info", "translation": null, "name": "YouTube API Key" }, { "id": -1, "collection": "directus_files", "field": "$file", "name": "File", "datatype": null, "type": "file", "unique": false, "primary_key": false, "default_value": null, "auto_increment": false, "note": null, "signed": false, "sort": 0, "interface": null, "options": null, "display": "file", "display_options": null, "hidden_detail": true, "hidden_browse": false, "locked": true, "required": false, "translation": null, "readonly": true, "width": "full", "validation": null, "group": null, "length": null }] } + fieldsStore.state = fields; // eslint-disable-next-line - collectionsStore.state = {"collections":[{"collection":"about_us","note":"","hidden":false,"single":true,"managed":true,"fields":{"id":{"collection":"about_us","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":167,"type":"integer","sort":1,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":true,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"our_process":{"collection":"about_us","field":"our_process","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":197,"type":"string","sort":2,"interface":"wysiwyg","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"toolbar":["bold","italic","underline","link","code"],"custom_formats":null},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null},"date_founded":{"collection":"about_us","field":"date_founded","datatype":"DATE","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":199,"type":"date","sort":6,"interface":"calendar","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"min":"2019-09-15"},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":null},"new_business_email":{"collection":"about_us","field":"new_business_email","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":322,"type":"string","sort":3,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":true,"formatValue":false,"monospace":false},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"200"},"general_email":{"collection":"about_us","field":"general_email","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":323,"type":"string","sort":4,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":true,"formatValue":false,"monospace":false},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"200"},"one_sheet":{"collection":"about_us","field":"one_sheet","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":324,"type":"file","sort":5,"interface":"file","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"viewType":"cards","viewOptions":{"title":"title","subtitle":"type","content":"description","src":"data"},"viewQuery":[],"filters":[]},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"10"},"brand_color_primary":{"collection":"about_us","field":"brand_color_primary","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":877,"type":"string","sort":8,"interface":"color","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"format":"hex","palette":["#E91E63","#F44336","#FF9800","#FFC107","#FFEB3B","#CDDC39","#4CAF50","#00BCD4","#2196F3","#3F51B5","#9C27B0","#607D8B"],"paletteOnly":false},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"20"},"brand_color_secondary":{"collection":"about_us","field":"brand_color_secondary","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":878,"type":"string","sort":9,"interface":"color","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"format":"hex","palette":["#E91E63","#F44336","#FF9800","#FFC107","#FFEB3B","#CDDC39","#4CAF50","#00BCD4","#2196F3","#3F51B5","#9C27B0","#607D8B"],"paletteOnly":false},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"20"},"brand_logo":{"collection":"about_us","field":"brand_logo","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":881,"type":"file","sort":null,"interface":"file","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"viewType":"cards","viewOptions":{"title":"title","subtitle":"type","content":"description","src":"data"},"viewQuery":[],"filters":[]},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"10"},"global":{"collection":"about_us","field":"global","datatype":null,"unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":null,"signed":false,"id":880,"type":"ALIAS","sort":7,"interface":"divider","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"style":"large","title":"Brand Details","description":"The following fields are only editable by administrators","hr":true,"margin":true},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null}},"icon":"location_city","translation":null,"display_template":null,"name":"About Us"},{"collection":"analytics","note":"Work in Progress","hidden":true,"single":true,"managed":true,"fields":{"id":{"collection":"analytics","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":177,"type":"integer","sort":0,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":true,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"active_users":{"collection":"analytics","field":"active_users","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":"0","note":"","signed":true,"id":346,"type":"integer","sort":null,"interface":"numeric","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"localized":true,"iconRight":"people"},"locked":0,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"10"},"page_visits":{"collection":"analytics","field":"page_visits","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":350,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":true,"formatValue":false,"monospace":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"200"},"page_views":{"collection":"analytics","field":"page_views","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":351,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":true,"formatValue":false,"monospace":false},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"200"}},"icon":"bar_chart","translation":null,"display_template":null,"name":"Analytics"},{"collection":"customers","note":null,"hidden":false,"single":false,"managed":true,"fields":{"id":{"collection":"customers","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":183,"type":"integer","sort":1,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":false,"required":true,"options":null,"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"10"},"status":{"collection":"customers","field":"status","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"draft","note":"","signed":true,"id":184,"type":"status","sort":2,"interface":"status","display":"status-dot","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"status_mapping":{"published":{"name":"Published","value":"published","text_color":"#FFFFFF","background_color":"#27AE60","browse_subdued":false,"browse_badge":true,"soft_delete":false,"published":true,"required_fields":true},"draft":{"name":"Draft","value":"draft","text_color":"#B0BEC5","background_color":"#DDE3E6","browse_subdued":true,"browse_badge":true,"soft_delete":false,"published":false,"required_fields":false},"deleted":{"name":"Deleted","value":"deleted","text_color":"#FFFFFF","background_color":"#EB5757","browse_subdued":true,"browse_badge":true,"soft_delete":true,"published":false,"required_fields":false}},"simpleBadge":true},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"20"},"created_on":{"collection":"customers","field":"created_on","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":185,"type":"datetime_created","sort":19,"interface":"datetime-created","display":"datetime","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":0,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":null},"first_name":{"collection":"customers","field":"first_name","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":290,"type":"string","sort":6,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":false,"formatValue":false,"monospace":false,"iconRight":"account_circle"},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"200"},"last_name":{"collection":"customers","field":"last_name","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":291,"type":"string","sort":7,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":false,"formatValue":false,"monospace":false,"iconRight":"account_circle"},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"200"},"email":{"collection":"customers","field":"email","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":292,"type":"string","sort":10,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"iconRight":"alternate_email","trim":true,"showCharacterCount":false,"formatValue":false,"monospace":false},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"200"},"phone":{"collection":"customers","field":"phone","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":293,"type":"string","sort":11,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"iconRight":"local_phone","placeholder":"(000) 000-0000","trim":true,"showCharacterCount":true,"formatValue":false,"monospace":false},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"200"},"description":{"collection":"customers","field":"description","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":294,"type":"string","sort":14,"interface":"textarea","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"rows":"4","serif":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null},"title":{"collection":"customers","field":"title","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":295,"type":"string","sort":8,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":false,"formatValue":false,"monospace":false,"iconRight":"title"},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"200"},"owner":{"collection":"customers","field":"owner","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":296,"type":"m2o","sort":3,"interface":"many-to-one","display":"template","display_options":{"template":"{{ first_name }} {{ last_name }}"},"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"template":"{{first_name}} {{last_name}}","visible_fields":"first_name,last_name","placeholder":"Select an owner...","threshold":20},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"10"},"company":{"collection":"customers","field":"company","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":297,"type":"string","sort":9,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"iconRight":"location_city","trim":true,"showCharacterCount":true,"formatValue":false,"monospace":false},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"200"},"birthday":{"collection":"customers","field":"birthday","datatype":"DATE","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":298,"type":"date","sort":12,"interface":"date","display":"datetime","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"localized":true,"showRelative":true,"iconRight":"cake"},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":null},"source":{"collection":"customers","field":"source","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"other","note":"","signed":true,"id":299,"type":"string","sort":16,"interface":"radio-buttons","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"choices":[{"value":"web","text":"Web"},{"value":"phone","text":"Phone"},{"value":"referral","text":"Referral"},{"value":"other","text":"Other"}],"format":true},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"100"},"created_by":{"collection":"customers","field":"created_by","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":300,"type":"owner","sort":18,"interface":"owner","display":"user","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"template":"{{first_name}} {{last_name}}","display":"name"},"locked":0,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"10"},"account_id":{"collection":"customers","field":"account_id","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":301,"type":"string","sort":4,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"iconRight":"vpn_key","placeholder":"XXXX-XXXX","trim":true,"showCharacterCount":true,"formatValue":false,"monospace":true},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"20"},"rating":{"collection":"customers","field":"rating","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":303,"type":"integer","sort":13,"interface":"rating","display":"rating","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"active_color":"amber","maxStars":5,"display":"star"},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"10"},"tags":{"collection":"customers","field":"tags","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":304,"type":"array","sort":15,"interface":"tags","display":"tags","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"iconRight":"local_offer","validationMessage":"Please enter a valid tag","alphabetize":true,"lowercase":false,"wrap":false,"format":false,"sanitize":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"2000"},"modified_by":{"collection":"customers","field":"modified_by","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":305,"type":"user_updated","sort":21,"interface":"user-updated","display":"user","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"template":"{{first_name}} {{last_name}}","display":"name"},"locked":0,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"10"},"modified_on":{"collection":"customers","field":"modified_on","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":306,"type":"datetime_updated","sort":20,"interface":"datetime-updated","display":"datetime","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":0,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":null},"customer_divider":{"collection":"customers","field":"customer_divider","datatype":null,"unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":null,"signed":false,"id":884,"type":"ALIAS","sort":5,"interface":"divider","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"icon":"person","title":"Customer","color":"#2F80ED"},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null},"system_divider":{"collection":"customers","field":"system_divider","datatype":null,"unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":null,"signed":false,"id":885,"type":"ALIAS","sort":17,"interface":"divider","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"style":"large","title":"","hr":true,"margin":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null}},"icon":"perm_contact_calendar","translation":null,"display_template":"{{first_name}} {{last_name}} {{status}}","name":"Customers"},{"collection":"interface_library","note":"An example of each Directus Core interface","hidden":true,"single":true,"managed":true,"fields":{"id":{"collection":"interface_library","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"status":{"collection":"interface_library","field":"status","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"draft","note":"","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"20"},"sort":{"collection":"interface_library","field":"sort","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"created_by":{"collection":"interface_library","field":"created_by","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"created_on":{"collection":"interface_library","field":"created_on","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":null,"type":"datetime","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"modified_by":{"collection":"interface_library","field":"modified_by","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"modified_on":{"collection":"interface_library","field":"modified_on","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":null,"type":"datetime","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"2fa_secret":{"collection":"interface_library","field":"2fa_secret","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"16"},"activity_icon":{"collection":"interface_library","field":"activity_icon","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"255"},"button_group":{"collection":"interface_library","field":"button_group","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"255"},"calendar":{"collection":"interface_library","field":"calendar","datatype":"DATE","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"date","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"checkboxes":{"collection":"interface_library","field":"checkboxes","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"255"},"code":{"collection":"interface_library","field":"code","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"collections":{"collection":"interface_library","field":"collections","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"100"},"color_picker":{"collection":"interface_library","field":"color_picker","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"20"},"color":{"collection":"interface_library","field":"color","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"20"},"date":{"collection":"interface_library","field":"date","datatype":"DATE","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"date","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"datetime":{"collection":"interface_library","field":"datetime","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"datetime","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"dropdown":{"collection":"interface_library","field":"dropdown","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"100"},"file_preview":{"collection":"interface_library","field":"file_preview","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"255"},"file_size":{"collection":"interface_library","field":"file_size","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"file":{"collection":"interface_library","field":"file","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"hashed":{"collection":"interface_library","field":"hashed","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"100"},"icon":{"collection":"interface_library","field":"icon","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"20"},"json":{"collection":"interface_library","field":"json","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"language":{"collection":"interface_library","field":"language","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"m2o":{"collection":"interface_library","field":"m2o","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"map":{"collection":"interface_library","field":"map","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"markdown":{"collection":"interface_library","field":"markdown","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"multiselect":{"collection":"interface_library","field":"multiselect","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"100"},"numeric":{"collection":"interface_library","field":"numeric","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"password":{"collection":"interface_library","field":"password","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"100"},"radio_buttons":{"collection":"interface_library","field":"radio_buttons","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"100"},"rating":{"collection":"interface_library","field":"rating","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"repeater":{"collection":"interface_library","field":"repeater","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"slider":{"collection":"interface_library","field":"slider","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"tags":{"collection":"interface_library","field":"tags","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"2000"},"text_input":{"collection":"interface_library","field":"text_input","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"200"},"slug":{"collection":"interface_library","field":"slug","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"200"},"textarea":{"collection":"interface_library","field":"textarea","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"time":{"collection":"interface_library","field":"time","datatype":"TIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"time","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"toggle_icon":{"collection":"interface_library","field":"toggle_icon","datatype":"TINYINT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"3"},"toggle":{"collection":"interface_library","field":"toggle","datatype":"TINYINT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"3"},"user":{"collection":"interface_library","field":"user","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"wysiwyg":{"collection":"interface_library","field":"wysiwyg","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"This is a comment","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null}},"icon":"star","translation":null,"display_template":null,"name":"Interface Library"},{"collection":"interface_library_files","note":"Junction Collection","hidden":true,"single":false,"managed":true,"fields":{"id":{"collection":"interface_library_files","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"interface_library_id":{"collection":"interface_library_files","field":"interface_library_id","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"directus_files_id":{"collection":"interface_library_files","field":"directus_files_id","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"}},"icon":"box","translation":null,"display_template":null,"name":"Interface Library Files"},{"collection":"interface_library_news","note":"Junction Collection","hidden":true,"single":false,"managed":true,"fields":{"id":{"collection":"interface_library_news","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"interface_library_id":{"collection":"interface_library_news","field":"interface_library_id","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"news_id":{"collection":"interface_library_news","field":"news_id","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"}},"icon":"box","translation":null,"display_template":null,"name":"Interface Library News"},{"collection":"interface_library_staff","note":"Junction Collection","hidden":true,"single":false,"managed":true,"fields":{"id":{"collection":"interface_library_staff","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"interface_library_id":{"collection":"interface_library_staff","field":"interface_library_id","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"staff_id":{"collection":"interface_library_staff","field":"staff_id","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"}},"icon":"box","translation":null,"display_template":null,"name":"Interface Library Staff"},{"collection":"locations","note":null,"hidden":false,"single":false,"managed":true,"fields":{"id":{"collection":"locations","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":325,"type":"integer","sort":1,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":true,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"status":{"collection":"locations","field":"status","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"draft","note":"","signed":true,"id":326,"type":"status","sort":2,"interface":"status","display":"status-dot","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"status_mapping":{"published":{"name":"Published","value":"published","text_color":"#FFFFFF","background_color":"#27AE60","browse_subdued":false,"browse_badge":true,"soft_delete":false,"published":true,"required_fields":true},"draft":{"name":"Draft","value":"draft","text_color":"#B0BEC5","background_color":"#DDE3E6","browse_subdued":true,"browse_badge":true,"soft_delete":false,"published":false,"required_fields":false},"deleted":{"name":"Deleted","value":"deleted","text_color":"#FFFFFF","background_color":"#EB5757","browse_subdued":true,"browse_badge":true,"soft_delete":true,"published":false,"required_fields":false}},"simpleBadge":true},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"20"},"sort":{"collection":"locations","field":"sort","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":327,"type":"sort","sort":3,"interface":"sort","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":false,"options":null,"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"10"},"address":{"collection":"locations","field":"address","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":328,"type":"string","sort":6,"interface":"textarea","display":"formatted-text","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":true,"formatValue":false,"monospace":false,"iconRight":"location_on","rows":"4","serif":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"200"},"name":{"collection":"locations","field":"name","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":329,"type":"string","sort":4,"interface":"text-input","display":"formatted-text","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":true,"formatValue":false,"monospace":false,"iconRight":"location_on"},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"200"},"phone":{"collection":"locations","field":"phone","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":332,"type":"string","sort":5,"interface":"text-input","display":"formatted-text","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":true,"formatValue":false,"monospace":false,"iconRight":"local_phone","placeholder":"(000) 000-0000"},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"200"},"location":{"collection":"locations","field":"location","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":879,"type":"json","sort":9,"interface":"map","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"height":400,"mapLat":40.72803624,"mapLng":-73.94896388,"defaultZoom":12,"maxZoom":17,"address_to_code":false,"theme":"https://{s}.basemaps.cartocdn.com/rastertiles/light_all/{z}/{x}/{y}.png"},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null},"exterior_image":{"collection":"locations","field":"exterior_image","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":882,"type":"file","sort":7,"interface":"image","display":"image","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"10"},"interior_image":{"collection":"locations","field":"interior_image","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":883,"type":"file","sort":8,"interface":"image","display":"image","display_options":{"circle":true},"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"10"}},"icon":"location_on","translation":null,"display_template":null,"name":"Locations"},{"collection":"mailing_list","note":null,"hidden":false,"single":false,"managed":true,"fields":{"id":{"collection":"mailing_list","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":163,"type":"integer","sort":1,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":true,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"status":{"collection":"mailing_list","field":"status","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"active","note":"","signed":true,"id":164,"type":"status","sort":2,"interface":"status","display":"status-dot","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"status_mapping":{"active":{"name":"Active","value":"active","text_color":"#FFFFFF","background_color":"#27AE60","browse_subdued":false,"browse_badge":true,"soft_delete":false,"published":true,"required_fields":true},"inactive":{"name":"Inactive","value":"inactive","text_color":"#B0BEC5","background_color":"#ECEFF1","browse_subdued":true,"browse_badge":true,"soft_delete":false,"published":false,"required_fields":false},"unsubscribed":{"name":"Unsubscribed","value":"unsubscribed","text_color":"#FFFFFF","background_color":"#F2994A","browse_subdued":true,"browse_badge":true,"soft_delete":true,"published":false,"required_fields":false}}},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"20"},"created_by":{"collection":"mailing_list","field":"created_by","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":165,"type":"owner","sort":3,"interface":"owner","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":false,"options":{"template":"{{first_name}} {{last_name}}","display":"both"},"locked":0,"translation":null,"readonly":true,"width":"full","validation":null,"group":null,"length":"10"},"created_on":{"collection":"mailing_list","field":"created_on","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":166,"type":"datetime_created","sort":4,"interface":"datetime-created","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":false,"options":null,"locked":0,"translation":null,"readonly":true,"width":"full","validation":null,"group":null,"length":null},"email":{"collection":"mailing_list","field":"email","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":280,"type":"string","sort":5,"interface":"text-input","display":"formatted-text","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":false,"formatValue":false,"monospace":false,"iconRight":"alternate_email"},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"200"},"first_name":{"collection":"mailing_list","field":"first_name","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":281,"type":"string","sort":6,"interface":"text-input","display":"formatted-text","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":true,"formatValue":false,"monospace":false,"iconRight":"account_circle"},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"200"},"last_name":{"collection":"mailing_list","field":"last_name","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":282,"type":"string","sort":7,"interface":"text-input","display":"formatted-text","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":true,"formatValue":false,"monospace":false,"iconRight":"account_circle"},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"200"},"frequency":{"collection":"mailing_list","field":"frequency","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"{ \"default\": [\"daily\", \"weekly\", \"monthly\"] }","note":"","signed":true,"id":320,"type":"array","sort":8,"interface":"checkboxes","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"choices":[{"value":"daily","text":"Daily Emails"},{"value":"weekly","text":"Weekly Emails"},{"value":"monthly","text":"Monthly Emails"}],"allow_other":false,"draggable":false,"wrap":false,"formatting":true,"single":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"255"}},"icon":"alternate_email","translation":null,"display_template":null,"name":"Mailing List"},{"collection":"news","note":null,"hidden":false,"single":false,"managed":true,"fields":{"id":{"collection":"news","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":171,"type":"integer","sort":1,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":true,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"status":{"collection":"news","field":"status","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"draft","note":"","signed":true,"id":172,"type":"status","sort":2,"interface":"status","display":"status-dot","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"status_mapping":{"published":{"name":"Published","value":"published","text_color":"#FFFFFF","background_color":"#27AE60","browse_subdued":false,"browse_badge":true,"soft_delete":false,"published":true,"required_fields":true},"draft":{"name":"Draft","value":"draft","text_color":"#B0BEC5","background_color":"#DDE3E6","browse_subdued":true,"browse_badge":true,"soft_delete":false,"published":false,"required_fields":false},"deleted":{"name":"Deleted","value":"deleted","text_color":"#FFFFFF","background_color":"#EB5757","browse_subdued":true,"browse_badge":true,"soft_delete":true,"published":false,"required_fields":false}}},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"20"},"created_by":{"collection":"news","field":"created_by","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":173,"type":"owner","sort":3,"interface":"owner","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":false,"options":{"template":"{{first_name}} {{last_name}}","display":"both"},"locked":0,"translation":null,"readonly":true,"width":"full","validation":null,"group":null,"length":"10"},"created_on":{"collection":"news","field":"created_on","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":174,"type":"datetime_created","sort":4,"interface":"datetime-created","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":false,"options":null,"locked":0,"translation":null,"readonly":true,"width":"full","validation":null,"group":null,"length":null},"author":{"collection":"news","field":"author","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":210,"type":"m2o","sort":6,"interface":"many-to-one","display":"template","display_options":{"template":"{{ first_name }} {{ last_name }}"},"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"template":"{{first_name}} {{last_name}}","visible_fields":"first_name,last_name","placeholder":"Choose an author...","threshold":20},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"10"},"title":{"collection":"news","field":"title","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":211,"type":"string","sort":5,"interface":"text-input","display":"formatted-text","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":true,"formatValue":false,"monospace":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"200"},"body":{"collection":"news","field":"body","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":276,"type":"string","sort":8,"interface":"wysiwyg","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"toolbar":["bold","italic","underline","removeformat","link","bullist","numlist","blockquote","h1","h2","h3","image","media","hr","code"],"custom_formats":null},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null},"published_on":{"collection":"news","field":"published_on","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":277,"type":"datetime","sort":7,"interface":"datetime","display":null,"display_options":{"include_seconds":true},"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"defaultToCurrentDatetime":true,"format":"mdy"},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":null},"tags":{"collection":"news","field":"tags","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":278,"type":"array","sort":10,"interface":"tags","display":"tags","display_options":{"format":true},"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"iconRight":"local_offer","validationMessage":"Please enter a valid tag","alphabetize":true,"lowercase":true,"wrap":false,"format":false,"sanitize":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"2000"},"summary":{"collection":"news","field":"summary","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":279,"type":"string","sort":9,"interface":"textarea","display":"formatted-text","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"rows":"5","serif":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null},"related_news":{"collection":"news","field":"related_news","datatype":null,"unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":null,"signed":false,"id":316,"type":"O2M","sort":null,"interface":"many-to-many","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"fields":"title,published_on","template":"{{title}} — {{published_on}}","allow_create":false,"allow_select":true},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null}},"icon":"rss_feed","translation":null,"display_template":null,"name":"News"},{"collection":"news_relations","note":"Junction Collection","hidden":true,"single":false,"managed":true,"fields":{"id":{"collection":"news_relations","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":317,"type":"integer","sort":0,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"news_id":{"collection":"news_relations","field":"news_id","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":318,"type":"integer","sort":0,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"related_id":{"collection":"news_relations","field":"related_id","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":319,"type":"integer","sort":0,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"}},"icon":"box","translation":null,"display_template":null,"name":"News Relations"},{"collection":"products","note":"Work in Progress","hidden":true,"single":false,"managed":true,"fields":{"id":{"collection":"products","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":178,"type":"integer","sort":0,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":true,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"status":{"collection":"products","field":"status","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"draft","note":"","signed":true,"id":179,"type":"status","sort":0,"interface":"status","display":"status-dot","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"status_mapping":{"published":{"name":"Published","value":"published","text_color":"#FFFFFF","background_color":"#27AE60","browse_subdued":false,"browse_badge":true,"soft_delete":false,"published":true,"required_fields":true},"draft":{"name":"Draft","value":"draft","text_color":"#B0BEC5","background_color":"#DDE3E6","browse_subdued":true,"browse_badge":true,"soft_delete":false,"published":false,"required_fields":false},"deleted":{"name":"Deleted","value":"deleted","text_color":"#FFFFFF","background_color":"#EB5757","browse_subdued":true,"browse_badge":true,"soft_delete":true,"published":false,"required_fields":false}}},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"20"},"sort":{"collection":"products","field":"sort","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":180,"type":"sort","sort":0,"interface":"sort","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":false,"options":null,"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"10"},"created_by":{"collection":"products","field":"created_by","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":181,"type":"owner","sort":0,"interface":"owner","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":false,"options":{"template":"{{first_name}} {{last_name}}","display":"both"},"locked":0,"translation":null,"readonly":true,"width":"full","validation":null,"group":null,"length":"10"},"created_on":{"collection":"products","field":"created_on","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":182,"type":"datetime_created","sort":0,"interface":"datetime-created","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":false,"options":null,"locked":0,"translation":null,"readonly":true,"width":"full","validation":null,"group":null,"length":null},"image":{"collection":"products","field":"image","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":191,"type":"file","sort":null,"interface":"file","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"viewType":"cards","viewOptions":{"title":"title","subtitle":"type","content":"description","src":"data"},"viewQuery":[],"filters":[]},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"10"},"sku":{"collection":"products","field":"sku","datatype":"VARCHAR","unique":true,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":321,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"iconRight":"code","placeholder":"TH-XX-00-XX","trim":true,"showCharacterCount":true,"formatValue":false,"monospace":true},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"11"},"this_is_a_longer_name":{"collection":"products","field":"this_is_a_longer_name","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":343,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":true,"formatValue":false,"monospace":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"200"}},"icon":"shopping_cart","translation":null,"display_template":null,"name":"Products"},{"collection":"services","note":null,"hidden":false,"single":false,"managed":true,"fields":{"id":{"collection":"services","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":168,"type":"integer","sort":0,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":true,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"status":{"collection":"services","field":"status","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"draft","note":"","signed":true,"id":169,"type":"status","sort":0,"interface":"status","display":"status-dot","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"status_mapping":{"published":{"name":"Published","value":"published","text_color":"#FFFFFF","background_color":"#27AE60","browse_subdued":false,"browse_badge":true,"soft_delete":false,"published":true,"required_fields":true},"draft":{"name":"Draft","value":"draft","text_color":"#B0BEC5","background_color":"#DDE3E6","browse_subdued":true,"browse_badge":true,"soft_delete":false,"published":false,"required_fields":false},"deleted":{"name":"Deleted","value":"deleted","text_color":"#FFFFFF","background_color":"#EB5757","browse_subdued":true,"browse_badge":true,"soft_delete":true,"published":false,"required_fields":false}}},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"20"},"sort":{"collection":"services","field":"sort","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":170,"type":"sort","sort":0,"interface":"sort","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":false,"options":null,"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"10"},"name":{"collection":"services","field":"name","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":198,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":true,"formatValue":false,"monospace":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"200"},"description":{"collection":"services","field":"description","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":315,"type":"string","sort":null,"interface":"wysiwyg","display":"formatted-text","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"toolbar":["bold","italic","underline","removeformat","link","code"],"custom_formats":null},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null}},"icon":"assignment","translation":null,"display_template":null,"name":"Services"},{"collection":"staff","note":null,"hidden":false,"single":false,"managed":true,"fields":{"id":{"collection":"staff","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":175,"type":"integer","sort":0,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":true,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"status":{"collection":"staff","field":"status","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"draft","note":"","signed":true,"id":176,"type":"status","sort":0,"interface":"status","display":"status-dot","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"status_mapping":{"published":{"name":"Published","value":"published","text_color":"#FFFFFF","background_color":"#27AE60","browse_subdued":false,"browse_badge":true,"soft_delete":false,"published":true,"required_fields":true},"draft":{"name":"Draft","value":"draft","text_color":"#B0BEC5","background_color":"#DDE3E6","browse_subdued":true,"browse_badge":true,"soft_delete":false,"published":false,"required_fields":false},"deleted":{"name":"Deleted","value":"deleted","text_color":"#FFFFFF","background_color":"#EB5757","browse_subdued":true,"browse_badge":true,"soft_delete":true,"published":false,"required_fields":false}}},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"20"},"first_name":{"collection":"staff","field":"first_name","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":186,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":true,"formatValue":false,"monospace":false},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"100"},"last_name":{"collection":"staff","field":"last_name","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":187,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":true,"formatValue":false,"monospace":false},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"100"},"email":{"collection":"staff","field":"email","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":189,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":true,"formatValue":false,"monospace":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"200"},"gender":{"collection":"staff","field":"gender","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":188,"type":"string","sort":null,"interface":"dropdown","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"choices":[{"value":"Male","text":"Male"},{"value":"Female","text":"Female"},{"value":"Other","text":"Other"}]},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"100"},"bio":{"collection":"staff","field":"bio","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":190,"type":"string","sort":null,"interface":"textarea","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"rows":8,"serif":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null},"news":{"collection":"staff","field":"news","datatype":null,"unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":null,"signed":false,"id":212,"type":"O2M","sort":null,"interface":"one-to-many","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"fields":"title","template":"{{title}}","sort_field":"sort","delete_mode":"relation","allow_create":true,"allow_select":true},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null}},"icon":"group","translation":null,"display_template":null,"name":"Staff"},{"collection":"tickets","note":null,"hidden":false,"single":false,"managed":true,"fields":{"id":{"collection":"tickets","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":true,"id":307,"type":"integer","sort":2,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":false,"required":true,"options":null,"locked":0,"translation":null,"readonly":true,"width":"full","validation":null,"group":null,"length":"10"},"status":{"collection":"tickets","field":"status","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"new","note":"","signed":true,"id":308,"type":"status","sort":1,"interface":"status","display":"status-badge","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"status_mapping":{"new":{"name":"New","value":"new","text_color":"#9B51E0","background_color":"#E6D3F7","browse_subdued":false,"browse_badge":true,"soft_delete":false,"published":true,"required_fields":true},"open":{"name":"Open","value":"open","text_color":"#2F80ED","background_color":"#CBDFFB","browse_subdued":false,"browse_badge":true,"soft_delete":false,"published":true,"required_fields":true},"escalated":{"name":"Escalated","value":"escalated","text_color":"#F2994A","background_color":"#FCE5D2","browse_subdued":false,"browse_badge":true,"soft_delete":false,"published":true,"required_fields":true},"pending":{"name":"Pending","value":"pending","text_color":"#93D7AF","background_color":"#E9F7EF","browse_badge":true,"required_fields":true,"published":true},"solved":{"name":"Solved","value":"solved","text_color":"#27AE60","background_color":"#C9EBD7","browse_subdued":true,"browse_badge":true,"required_fields":true,"published":true},"inactive":{"name":"Inactive","value":"inactive","text_color":"#B0BEC5","background_color":"#ECEFF1","browse_subdued":true,"browse_badge":true,"required_fields":true,"published":true}},"simpleBadge":false},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"20"},"created_by":{"collection":"tickets","field":"created_by","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":309,"type":"owner","sort":10,"interface":"owner","display":"user","display_options":{"display":"both","circle":true},"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"template":"{{first_name}} {{last_name}}","display":"both"},"locked":0,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"10"},"created_on":{"collection":"tickets","field":"created_on","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":310,"type":"datetime_created","sort":11,"interface":"datetime-created","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":0,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":null},"modified_by":{"collection":"tickets","field":"modified_by","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":311,"type":"user_updated","sort":12,"interface":"user-updated","display":"user","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"template":"{{first_name}} {{last_name}}","display":"both"},"locked":0,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"10"},"modified_on":{"collection":"tickets","field":"modified_on","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":312,"type":"datetime_updated","sort":13,"interface":"datetime-updated","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":0,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":null},"customer":{"collection":"tickets","field":"customer","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":313,"type":"m2o","sort":4,"interface":"many-to-one","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"template":"{{first_name}} {{last_name}}","visible_fields":"first_name,last_name","placeholder":"Select a Customer...","threshold":20},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"10"},"priority":{"collection":"tickets","field":"priority","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"normal","note":"","signed":true,"id":354,"type":"string","sort":3,"interface":"dropdown","display":"formatted-text","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"choices":[{"value":"low","text":"Low"},{"value":"normal","text":"Normal"},{"value":"high","text":"High"}],"placeholder":"Choose an option...","icon":"flag"},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"100"},"subject":{"collection":"tickets","field":"subject","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":887,"type":"string","sort":5,"interface":"text-input","display":"formatted-text","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"trim":true,"showCharacterCount":true,"formatValue":false,"monospace":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"200"},"question":{"collection":"tickets","field":"question","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":888,"type":"string","sort":6,"interface":"textarea","display":"formatted-text","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"rows":"4","serif":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null},"attachments":{"collection":"tickets","field":"attachments","datatype":null,"unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":null,"signed":false,"id":889,"type":"O2M","sort":8,"interface":"files","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"fields":"title","template":"{{ title }}","allow_create":true,"allow_select":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null},"notes":{"collection":"tickets","field":"notes","datatype":null,"unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":null,"signed":false,"id":289,"type":"O2M","sort":7,"interface":"one-to-many","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"fields":"created_on,note","template":"{{created_on}} — {{note}}","delete_mode":"item","allow_create":true,"allow_select":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null},"system_divider":{"collection":"tickets","field":"system_divider","datatype":null,"unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":null,"signed":false,"id":886,"type":"ALIAS","sort":9,"interface":"divider","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"style":"large","title":"","hr":true,"margin":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null}},"icon":"assignment_turned_in","translation":null,"display_template":null,"name":"Tickets"},{"collection":"ticket_files","note":"Junction Collection","hidden":true,"single":false,"managed":true,"fields":{"id":{"collection":"ticket_files","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":890,"type":"integer","sort":0,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"ticket":{"collection":"ticket_files","field":"ticket","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":891,"type":"integer","sort":0,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"file":{"collection":"ticket_files","field":"file","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":892,"type":"integer","sort":0,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"}},"icon":"box","translation":null,"display_template":null,"name":"Ticket Files"},{"collection":"ticket_notes","note":"Junction Collection","hidden":true,"single":false,"managed":true,"fields":{"id":{"collection":"ticket_notes","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":283,"type":"integer","sort":1,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":true,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"created_by":{"collection":"ticket_notes","field":"created_by","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":284,"type":"owner","sort":2,"interface":"owner","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":false,"options":{"template":"{{first_name}} {{last_name}}","display":"both"},"locked":0,"translation":null,"readonly":true,"width":"full","validation":null,"group":null,"length":"10"},"created_on":{"collection":"ticket_notes","field":"created_on","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":285,"type":"datetime_created","sort":3,"interface":"datetime-created","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":false,"options":{"showRelative":true},"locked":0,"translation":null,"readonly":true,"width":"full","validation":null,"group":null,"length":null},"note":{"collection":"ticket_notes","field":"note","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":286,"type":"string","sort":5,"interface":"textarea","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"rows":8,"placeholder":"Enter your note here...","serif":false},"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null},"ticket":{"collection":"ticket_notes","field":"ticket","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":287,"type":"m2o","sort":4,"interface":"many-to-one","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":false,"required":false,"options":{"icon":"perm_contact_calendar","template":"{{first_name}} {{last_name}}","visible_fields":"first_name,last_name","placeholder":"Choose a Customer...","threshold":20},"locked":0,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"10"},"channel":{"collection":"ticket_notes","field":"channel","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"internal","note":"","signed":true,"id":288,"type":"string","sort":6,"interface":"radio-buttons","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":0,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"100"}},"icon":"assignment","translation":null,"display_template":null,"name":"Ticket Notes"},{"collection":"directus_activity","note":null,"hidden":false,"single":false,"managed":false,"fields":{"id":{"collection":"directus_activity","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":728,"type":"integer","sort":null,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":true,"width":null,"validation":null,"group":null,"length":"10"},"action":{"collection":"directus_activity","field":"action","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":729,"type":"string","sort":1,"interface":"activity-icon","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":{"iconRight":"change_history"},"locked":1,"translation":null,"readonly":true,"width":"full","validation":null,"group":null,"length":"45"},"action_by":{"collection":"directus_activity","field":"action_by","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":"0","note":"","signed":false,"id":732,"type":"integer","sort":4,"interface":"user","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":{"iconRight":"account_circle","display":"both"},"locked":1,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"10"},"action_on":{"collection":"directus_activity","field":"action_on","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":733,"type":"datetime","sort":5,"interface":"datetime","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":{"showRelative":true,"iconRight":"calendar_today"},"locked":1,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":null},"ip":{"collection":"directus_activity","field":"ip","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":736,"type":"string","sort":8,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":{"iconRight":"my_location"},"locked":1,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"50"},"user_agent":{"collection":"directus_activity","field":"user_agent","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":737,"type":"string","sort":9,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":{"iconRight":"devices_other"},"locked":1,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"255"},"collection":{"collection":"directus_activity","field":"collection","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":730,"type":"string","sort":2,"interface":"collections","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":{"iconRight":"list_alt"},"locked":1,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"64"},"item":{"collection":"directus_activity","field":"item","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":731,"type":"string","sort":3,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":{"iconRight":"link"},"locked":1,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"255"},"edited_on":{"collection":"directus_activity","field":"edited_on","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":734,"type":"datetime","sort":6,"interface":"datetime","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"showRelative":true,"iconRight":"edit"},"locked":1,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":null},"comment":{"collection":"directus_activity","field":"comment","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":738,"type":"string","sort":10,"interface":"textarea","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":true,"width":"full","validation":null,"group":null,"length":null},"comment_deleted_on":{"collection":"directus_activity","field":"comment_deleted_on","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":735,"type":"datetime","sort":7,"interface":"datetime","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"showRelative":true,"iconRight":"delete_outline"},"locked":1,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":null}},"translation":null,"icon":"box","name":"Directus Activity"},{"collection":"directus_collection_presets","note":null,"hidden":false,"single":false,"managed":false,"fields":{"id":{"collection":"directus_collection_presets","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":739,"type":"integer","sort":null,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"title":{"collection":"directus_collection_presets","field":"title","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":740,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"255"},"user":{"collection":"directus_collection_presets","field":"user","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":741,"type":"integer","sort":null,"interface":"user","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"role":{"collection":"directus_collection_presets","field":"role","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":742,"type":"m2o","sort":null,"interface":"many-to-one","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"collection":{"collection":"directus_collection_presets","field":"collection","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":743,"type":"m2o","sort":null,"interface":"many-to-one","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"64"},"search_query":{"collection":"directus_collection_presets","field":"search_query","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":744,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"100"},"filters":{"collection":"directus_collection_presets","field":"filters","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":745,"type":"json","sort":null,"interface":"json","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"view_type":{"collection":"directus_collection_presets","field":"view_type","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"tabular","note":"","signed":true,"id":747,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"100"},"view_query":{"collection":"directus_collection_presets","field":"view_query","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":748,"type":"json","sort":null,"interface":"json","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"view_options":{"collection":"directus_collection_presets","field":"view_options","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":746,"type":"json","sort":null,"interface":"json","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"translation":{"collection":"directus_collection_presets","field":"translation","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null}},"translation":null,"icon":"box","name":"Directus Collection Presets"},{"collection":"directus_collections","note":null,"hidden":false,"single":false,"managed":false,"fields":{"collection":{"collection":"directus_collections","field":"collection","datatype":"VARCHAR","unique":false,"primary_key":true,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":750,"type":"string","sort":2,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"64"},"managed":{"collection":"directus_collections","field":"managed","datatype":"TINYINT","unique":false,"primary_key":false,"auto_increment":false,"default_value":"1","note":"[Learn More](https://docs.directus.io/guides/collections.html#managing-collections).","signed":false,"id":752,"type":"boolean","sort":4,"interface":"toggle","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"3"},"hidden":{"collection":"directus_collections","field":"hidden","datatype":"TINYINT","unique":false,"primary_key":false,"auto_increment":false,"default_value":"0","note":"[Learn More](https://docs.directus.io/guides/collections.html#hidden).","signed":false,"id":753,"type":"boolean","sort":5,"interface":"toggle","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"3"},"single":{"collection":"directus_collections","field":"single","datatype":"TINYINT","unique":false,"primary_key":false,"auto_increment":false,"default_value":"0","note":"[Learn More](https://docs.directus.io/guides/collections.html#single).","signed":false,"id":754,"type":"boolean","sort":6,"interface":"toggle","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"3"},"icon":{"collection":"directus_collections","field":"icon","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"The icon shown in the App's navigation sidebar.","signed":true,"id":756,"type":"string","sort":8,"interface":"icon","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"30"},"note":{"collection":"directus_collections","field":"note","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"An internal description.","signed":true,"id":751,"type":"string","sort":3,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"255"},"translation":{"collection":"directus_collections","field":"translation","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":755,"type":"json","sort":7,"interface":"repeater","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"fields":[{"field":"locale","type":"string","interface":"language","options":{"limit":true},"width":"half"},{"field":"translation","type":"string","interface":"text-input","width":"half"}]},"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"display_template":{"collection":"directus_collections","field":"display_template","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"What template to use to reference individual items in this collection.","signed":true,"id":899,"type":"string","sort":3,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"placeholder":"{{ name }} – ({{ title }})"},"locked":1,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"255"},"fields":{"collection":"directus_collections","field":"fields","datatype":null,"unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":null,"signed":false,"id":749,"type":"O2M","sort":1,"interface":"one-to-many","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null}},"translation":null,"icon":"box","name":"Directus Collections"},{"collection":"directus_fields","note":null,"hidden":false,"single":false,"managed":false,"fields":{"id":{"collection":"directus_fields","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":711,"type":"integer","sort":null,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"collection":{"collection":"directus_fields","field":"collection","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":712,"type":"m2o","sort":null,"interface":"many-to-one","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"64"},"field":{"collection":"directus_fields","field":"field","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":713,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"64"},"type":{"collection":"directus_fields","field":"type","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":714,"type":"string","sort":null,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"64"},"interface":{"collection":"directus_fields","field":"interface","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":715,"type":"string","sort":null,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"64"},"options":{"collection":"directus_fields","field":"options","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":716,"type":"json","sort":null,"interface":"json","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"display":{"collection":"directus_fields","field":"display","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":897,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"64"},"display_options":{"collection":"directus_fields","field":"display_options","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":898,"type":"json","sort":null,"interface":"json","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"locked":{"collection":"directus_fields","field":"locked","datatype":"TINYINT","unique":false,"primary_key":false,"auto_increment":false,"default_value":"0","note":"","signed":false,"id":717,"type":"boolean","sort":null,"interface":"toggle","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"3"},"validation":{"collection":"directus_fields","field":"validation","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":720,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"500"},"required":{"collection":"directus_fields","field":"required","datatype":"TINYINT","unique":false,"primary_key":false,"auto_increment":false,"default_value":"0","note":"","signed":false,"id":721,"type":"boolean","sort":null,"interface":"toggle","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"3"},"readonly":{"collection":"directus_fields","field":"readonly","datatype":"TINYINT","unique":false,"primary_key":false,"auto_increment":false,"default_value":"0","note":"","signed":false,"id":719,"type":"boolean","sort":null,"interface":"toggle","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"3"},"hidden_detail":{"collection":"directus_fields","field":"hidden_detail","datatype":"TINYINT","unique":false,"primary_key":false,"auto_increment":false,"default_value":"0","note":"","signed":false,"id":724,"type":"boolean","sort":null,"interface":"toggle","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"3"},"hidden_browse":{"collection":"directus_fields","field":"hidden_browse","datatype":"TINYINT","unique":false,"primary_key":false,"auto_increment":false,"default_value":"0","note":"","signed":false,"id":725,"type":"boolean","sort":null,"interface":"toggle","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"3"},"sort":{"collection":"directus_fields","field":"sort","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":722,"type":"sort","sort":null,"interface":"sort","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"width":{"collection":"directus_fields","field":"width","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":726,"type":"integer","sort":null,"interface":"numeric","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"30"},"group":{"collection":"directus_fields","field":"group","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":727,"type":"m2o","sort":null,"interface":"many-to-one","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"note":{"collection":"directus_fields","field":"note","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":723,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"1024"},"translation":{"collection":"directus_fields","field":"translation","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":718,"type":"json","sort":null,"interface":"repeater","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"fields":[{"field":"locale","type":"string","interface":"language","options":{"limit":true},"width":"half"},{"field":"translation","type":"string","interface":"text-input","width":"half"}]},"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null}},"translation":null,"icon":"box","name":"Directus Fields"},{"collection":"directus_files","note":null,"hidden":false,"single":false,"managed":false,"fields":{"id":{"collection":"directus_files","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":true,"id":774,"type":"integer","sort":null,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"storage":{"collection":"directus_files","field":"storage","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"local","note":"","signed":true,"id":779,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"50"},"filename_disk":{"collection":"directus_files","field":"filename_disk","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":763,"type":"string","sort":7,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":{"placeholder":"Enter a unique file name...","iconRight":"insert_drive_file"},"locked":1,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"255"},"filename_download":{"collection":"directus_files","field":"filename_download","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"","note":"","signed":true,"id":762,"type":"string","sort":6,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":{"monospace":true,"iconRight":"get_app"},"locked":1,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"255"},"title":{"collection":"directus_files","field":"title","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":758,"type":"string","sort":2,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"placeholder":"Enter a descriptive title...","iconRight":"title"},"locked":1,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":"255"},"type":{"collection":"directus_files","field":"type","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":775,"type":"string","sort":null,"interface":"text-input","display":"mime-type","display_options":null,"hidden_detail":true,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":true,"width":null,"validation":null,"group":null,"length":"255"},"uploaded_by":{"collection":"directus_files","field":"uploaded_by","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":767,"type":"owner","sort":11,"interface":"owner","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"10"},"uploaded_on":{"collection":"directus_files","field":"uploaded_on","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":766,"type":"datetime","sort":10,"interface":"datetime","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":{"iconRight":"today"},"locked":1,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":null},"charset":{"collection":"directus_files","field":"charset","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":776,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":false,"options":null,"locked":1,"translation":null,"readonly":true,"width":null,"validation":null,"group":null,"length":"50"},"filesize":{"collection":"directus_files","field":"filesize","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":"0","note":"","signed":false,"id":771,"type":"integer","sort":15,"interface":"file-size","display":"filesize","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":{"iconRight":"storage"},"locked":1,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"10"},"width":{"collection":"directus_files","field":"width","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":768,"type":"integer","sort":12,"interface":"numeric","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"iconRight":"straighten"},"locked":1,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"10"},"height":{"collection":"directus_files","field":"height","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":769,"type":"integer","sort":13,"interface":"numeric","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"iconRight":"straighten"},"locked":1,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"10"},"duration":{"collection":"directus_files","field":"duration","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":770,"type":"integer","sort":14,"interface":"numeric","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"iconRight":"timer"},"locked":1,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"10"},"embed":{"collection":"directus_files","field":"embed","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":777,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":true,"width":null,"validation":null,"group":null,"length":"200"},"folder":{"collection":"directus_files","field":"folder","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":778,"type":"m2o","sort":null,"interface":"many-to-one","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"description":{"collection":"directus_files","field":"description","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":761,"type":"string","sort":5,"interface":"wysiwyg","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"toolbar":["bold","italic","underline","link","code"]},"locked":1,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null},"location":{"collection":"directus_files","field":"location","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":760,"type":"string","sort":4,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"placeholder":"Enter a location...","iconRight":"place"},"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"200"},"tags":{"collection":"directus_files","field":"tags","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":759,"type":"array","sort":3,"interface":"tags","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"placeholder":"Enter a keyword then hit enter..."},"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"255"},"checksum":{"collection":"directus_files","field":"checksum","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":765,"type":"string","sort":9,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"iconRight":"check","monospace":true},"locked":1,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"32"},"private_hash":{"collection":"directus_files","field":"private_hash","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":764,"type":"slug","sort":8,"interface":"slug","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"iconRight":"lock"},"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"16"},"metadata":{"collection":"directus_files","field":"metadata","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":772,"type":"json","sort":15,"interface":"key-value","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"keyInterface":"text-input","keyDataType":"string","keyOptions":{"monospace":true,"placeholder":"Key"},"valueInterface":"text-input","valueDataType":"string","valueOptions":{"monospace":true,"placeholder":"Value"}},"locked":1,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null},"data":{"collection":"directus_files","field":"data","datatype":null,"unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":null,"signed":false,"id":773,"type":"ALIAS","sort":null,"interface":"file","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null}},"translation":null,"icon":"box","name":"Directus Files"},{"collection":"directus_folders","note":null,"hidden":false,"single":false,"managed":false,"fields":{"id":{"collection":"directus_folders","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":780,"type":"integer","sort":null,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"name":{"collection":"directus_folders","field":"name","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":781,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"191"},"parent_folder":{"collection":"directus_folders","field":"parent_folder","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":782,"type":"m2o","sort":null,"interface":"many-to-one","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"}},"translation":null,"icon":"box","name":"Directus Folders"},{"collection":"directus_migrations","note":null,"hidden":false,"single":false,"managed":false,"fields":{"version":{"collection":"directus_migrations","field":"version","datatype":"BIGINT","unique":false,"primary_key":true,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"19"},"migration_name":{"collection":"directus_migrations","field":"migration_name","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"100"},"start_time":{"collection":"directus_migrations","field":"start_time","datatype":"TIMESTAMP","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":null,"type":"datetime","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"end_time":{"collection":"directus_migrations","field":"end_time","datatype":"TIMESTAMP","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":null,"type":"datetime","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"breakpoint":{"collection":"directus_migrations","field":"breakpoint","datatype":"TINYINT","unique":false,"primary_key":false,"auto_increment":false,"default_value":"0","note":"","signed":true,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"3"}},"translation":null,"icon":"box","name":"Directus Migrations"},{"collection":"directus_permissions","note":null,"hidden":false,"single":false,"managed":false,"fields":{"id":{"collection":"directus_permissions","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":792,"type":"integer","sort":null,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"collection":{"collection":"directus_permissions","field":"collection","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":793,"type":"m2o","sort":null,"interface":"many-to-one","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"64"},"role":{"collection":"directus_permissions","field":"role","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":794,"type":"m2o","sort":null,"interface":"many-to-one","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"status":{"collection":"directus_permissions","field":"status","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":795,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"64"},"create":{"collection":"directus_permissions","field":"create","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"none","note":"","signed":true,"id":796,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"16"},"read":{"collection":"directus_permissions","field":"read","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"none","note":"","signed":true,"id":797,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"16"},"update":{"collection":"directus_permissions","field":"update","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"none","note":"","signed":true,"id":798,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"16"},"delete":{"collection":"directus_permissions","field":"delete","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"none","note":"","signed":true,"id":799,"type":"string","sort":null,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"16"},"comment":{"collection":"directus_permissions","field":"comment","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"none","note":"","signed":true,"id":800,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"8"},"explain":{"collection":"directus_permissions","field":"explain","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"none","note":"","signed":true,"id":801,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"8"},"read_field_blacklist":{"collection":"directus_permissions","field":"read_field_blacklist","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":803,"type":"array","sort":null,"interface":"tags","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"1000"},"write_field_blacklist":{"collection":"directus_permissions","field":"write_field_blacklist","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":804,"type":"array","sort":null,"interface":"tags","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"1000"},"status_blacklist":{"collection":"directus_permissions","field":"status_blacklist","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":802,"type":"array","sort":null,"interface":"tags","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"1000"}},"translation":null,"icon":"box","name":"Directus Permissions"},{"collection":"directus_relations","note":null,"hidden":false,"single":false,"managed":false,"fields":{"id":{"collection":"directus_relations","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":805,"type":"integer","sort":null,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"collection_many":{"collection":"directus_relations","field":"collection_many","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":806,"type":"string","sort":null,"interface":"collections","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"64"},"field_many":{"collection":"directus_relations","field":"field_many","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":807,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"45"},"collection_one":{"collection":"directus_relations","field":"collection_one","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":808,"type":"string","sort":null,"interface":"collections","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"64"},"field_one":{"collection":"directus_relations","field":"field_one","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":809,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"64"},"junction_field":{"collection":"directus_relations","field":"junction_field","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":810,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"64"}},"translation":null,"icon":"box","name":"Directus Relations"},{"collection":"directus_revisions","note":null,"hidden":false,"single":false,"managed":false,"fields":{"id":{"collection":"directus_revisions","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":811,"type":"integer","sort":null,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"activity":{"collection":"directus_revisions","field":"activity","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":812,"type":"m2o","sort":null,"interface":"many-to-one","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"collection":{"collection":"directus_revisions","field":"collection","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":813,"type":"m2o","sort":null,"interface":"many-to-one","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"64"},"item":{"collection":"directus_revisions","field":"item","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":814,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"255"},"data":{"collection":"directus_revisions","field":"data","datatype":"LONGTEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":815,"type":"json","sort":null,"interface":"json","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"delta":{"collection":"directus_revisions","field":"delta","datatype":"LONGTEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":816,"type":"json","sort":null,"interface":"json","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"parent_collection":{"collection":"directus_revisions","field":"parent_collection","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":818,"type":"string","sort":null,"interface":"collections","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"64"},"parent_item":{"collection":"directus_revisions","field":"parent_item","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":817,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"255"},"parent_changed":{"collection":"directus_revisions","field":"parent_changed","datatype":"TINYINT","unique":false,"primary_key":false,"auto_increment":false,"default_value":"0","note":"","signed":false,"id":819,"type":"boolean","sort":null,"interface":"toggle","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"3"}},"translation":null,"icon":"box","name":"Directus Revisions"},{"collection":"directus_roles","note":null,"hidden":false,"single":false,"managed":false,"fields":{"id":{"collection":"directus_roles","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":783,"type":"integer","sort":null,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"name":{"collection":"directus_roles","field":"name","datatype":"VARCHAR","unique":true,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":785,"type":"string","sort":1,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"100"},"description":{"collection":"directus_roles","field":"description","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":786,"type":"string","sort":2,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"500"},"ip_whitelist":{"collection":"directus_roles","field":"ip_whitelist","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":787,"type":"array","sort":null,"interface":"tags","display":"tags","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"external_id":{"collection":"directus_roles","field":"external_id","datatype":"VARCHAR","unique":true,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":784,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":false,"options":null,"locked":1,"translation":null,"readonly":true,"width":null,"validation":null,"group":null,"length":"255"},"enforce_2fa":{"collection":"directus_roles","field":"enforce_2fa","datatype":"TINYINT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"3"},"module_listing":{"collection":"directus_roles","field":"module_listing","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":790,"type":"json","sort":null,"interface":"repeater","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"template":"{{ name }}","createItemText":"Add Module","fields":[{"name":"Name","field":"name","interface":"text-input","type":"string","width":"half"},{"name":"Link","field":"link","interface":"text-input","type":"string","width":"half"},{"name":"Icon","field":"icon","interface":"icon","type":"string","width":"full"}]},"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"collection_listing":{"collection":"directus_roles","field":"collection_listing","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":791,"type":"json","sort":null,"interface":"repeater","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"template":"{{ group_name }}","createItemText":"Add Group","fields":[{"name":"Group Name","field":"group_name","width":"full","interface":"text-input","type":"string"},{"name":"Collection","field":"collections","interface":"repeater","type":"JSON","options":{"createItemText":"Add Collection","template":"{{ collection }}","fields":[{"name":"Collection","field":"collection","type":"string","interface":"collections","width":"full"}]}}]},"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"nav_override":{"collection":"directus_roles","field":"nav_override","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"users":{"collection":"directus_roles","field":"users","datatype":null,"unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":null,"signed":false,"id":789,"type":"O2M","sort":null,"interface":"one-to-many","display":"template","display_options":{"template":"{{ first_name }} {{ last_name }}"},"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"fields":"first_name,last_name"},"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null}},"translation":null,"icon":"box","name":"Directus Roles"},{"collection":"directus_settings","note":null,"hidden":false,"single":false,"managed":false,"fields":{"id":{"collection":"directus_settings","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":null,"type":"integer","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"key":{"collection":"directus_settings","field":"key","datatype":"VARCHAR","unique":true,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"64"},"value":{"collection":"directus_settings","field":"value","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":null,"type":"string","sort":null,"interface":null,"display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":null,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"data_divider":{"collection":"directus_settings","field":"data_divider","datatype":null,"unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":null,"signed":false,"id":828,"type":"ALIAS","sort":10,"interface":"divider","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":true,"required":false,"options":{"style":"large","title":"Data","hr":true},"locked":1,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null},"files_divider":{"collection":"directus_settings","field":"files_divider","datatype":null,"unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":null,"signed":false,"id":835,"type":"ALIAS","sort":30,"interface":"divider","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":true,"required":false,"options":{"style":"large","title":"Files & Thumbnails","hr":true},"locked":1,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null},"security_divider":{"collection":"directus_settings","field":"security_divider","datatype":null,"unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":null,"signed":false,"id":831,"type":"ALIAS","sort":20,"interface":"divider","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":true,"required":false,"options":{"style":"large","title":"Security","hr":true},"locked":1,"translation":null,"readonly":false,"width":"full","validation":null,"group":null,"length":null}},"translation":null,"icon":"box","name":"Directus Settings"},{"collection":"directus_user_sessions","note":null,"hidden":false,"single":false,"managed":false,"fields":{"id":{"collection":"directus_user_sessions","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":862,"type":"integer","sort":null,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"user":{"collection":"directus_user_sessions","field":"user","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":863,"type":"user","sort":null,"interface":"user","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"token_type":{"collection":"directus_user_sessions","field":"token_type","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":864,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"255"},"token":{"collection":"directus_user_sessions","field":"token","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":865,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"255"},"ip_address":{"collection":"directus_user_sessions","field":"ip_address","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":866,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"255"},"user_agent":{"collection":"directus_user_sessions","field":"user_agent","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":867,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"created_on":{"collection":"directus_user_sessions","field":"created_on","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":868,"type":"datetime","sort":null,"interface":"datetime","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"token_expired_at":{"collection":"directus_user_sessions","field":"token_expired_at","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":869,"type":"datetime","sort":null,"interface":"datetime","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":0,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null}},"translation":null,"icon":"box","name":"Directus User Sessions"},{"collection":"directus_users","note":null,"hidden":false,"single":false,"managed":false,"fields":{"id":{"collection":"directus_users","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":842,"type":"integer","sort":1,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"status":{"collection":"directus_users","field":"status","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"draft","note":"","signed":true,"id":843,"type":"status","sort":2,"interface":"status","display":"status-badge","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":{"status_mapping":{"draft":{"name":"Draft","text_color":"#B0BEC5","background_color":"#ECEFF1","listing_subdued":false,"listing_badge":true,"soft_delete":false},"invited":{"name":"Invited","text_color":"#FFFFFF","background_color":"#2F80ED","listing_subdued":false,"listing_badge":true,"soft_delete":false},"active":{"name":"Active","text_color":"#FFFFFF","background_color":"#27AE60","listing_subdued":false,"listing_badge":false,"soft_delete":false},"suspended":{"name":"Suspended","text_color":"#FFFFFF","background_color":"#F2994A","listing_subdued":false,"listing_badge":true,"soft_delete":false},"deleted":{"name":"Deleted","text_color":"#FFFFFF","background_color":"#EB5757","listing_subdued":false,"listing_badge":true,"soft_delete":true}}},"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"16"},"first_name":{"collection":"directus_users","field":"first_name","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":844,"type":"string","sort":3,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"iconRight":"account_circle"},"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"50"},"last_name":{"collection":"directus_users","field":"last_name","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":845,"type":"string","sort":4,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"iconRight":"account_circle"},"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"50"},"email":{"collection":"directus_users","field":"email","datatype":"VARCHAR","unique":true,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":846,"type":"string","sort":5,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":{"iconRight":"alternate_email"},"locked":1,"translation":null,"readonly":true,"width":"half","validation":"$email","group":null,"length":"128"},"password":{"collection":"directus_users","field":"password","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":848,"type":"hash","sort":7,"interface":"password","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":true,"width":"half","validation":null,"group":null,"length":"255"},"token":{"collection":"directus_users","field":"token","datatype":"VARCHAR","unique":true,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":858,"type":"string","sort":17,"interface":"text-input","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"255"},"timezone":{"collection":"directus_users","field":"timezone","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"America/New_York","note":"","signed":true,"id":852,"type":"string","sort":11,"interface":"dropdown","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":{"choices":[{"text":"Pacific/Midway","value":"(UTC-11:00) Midway Island"},{"text":"Pacific/Samoa","value":"(UTC-11:00) Samoa"},{"text":"Pacific/Honolulu","value":"(UTC-10:00) Hawaii"},{"text":"US/Alaska","value":"(UTC-09:00) Alaska"},{"text":"America/Los_Angeles","value":"(UTC-08:00) Pacific Time (US & Canada)"},{"text":"America/Tijuana","value":"(UTC-08:00) Tijuana"},{"text":"US/Arizona","value":"(UTC-07:00) Arizona"},{"text":"America/Chihuahua","value":"(UTC-07:00) Chihuahua"},{"text":"America/Mexico/La_Paz","value":"(UTC-07:00) La Paz"},{"text":"America/Mazatlan","value":"(UTC-07:00) Mazatlan"},{"text":"US/Mountain","value":"(UTC-07:00) Mountain Time (US & Canada)"},{"text":"America/Managua","value":"(UTC-06:00) Central America"},{"text":"US/Central","value":"(UTC-06:00) Central Time (US & Canada)"},{"text":"America/Guadalajara","value":"(UTC-06:00) Guadalajara"},{"text":"America/Mexico_City","value":"(UTC-06:00) Mexico City"},{"text":"America/Monterrey","value":"(UTC-06:00) Monterrey"},{"text":"Canada/Saskatchewan","value":"(UTC-06:00) Saskatchewan"},{"text":"America/Bogota","value":"(UTC-05:00) Bogota"},{"text":"US/Eastern","value":"(UTC-05:00) Eastern Time (US & Canada)"},{"text":"US/East-Indiana","value":"(UTC-05:00) Indiana (East)"},{"text":"America/Lima","value":"(UTC-05:00) Lima"},{"text":"America/Quito","value":"(UTC-05:00) Quito"},{"text":"Canada/Atlantic","value":"(UTC-04:00) Atlantic Time (Canada)"},{"text":"America/New_York","value":"(UTC-04:00) New York"},{"text":"America/Caracas","value":"(UTC-04:30) Caracas"},{"text":"America/La_Paz","value":"(UTC-04:00) La Paz"},{"text":"America/Santiago","value":"(UTC-04:00) Santiago"},{"text":"America/Santo_Domingo","value":"(UTC-04:00) Santo Domingo"},{"text":"Canada/Newfoundland","value":"(UTC-03:30) Newfoundland"},{"text":"America/Sao_Paulo","value":"(UTC-03:00) Brasilia"},{"text":"America/Argentina/Buenos_Aires","value":"(UTC-03:00) Buenos Aires"},{"text":"America/Argentina/GeorgeTown","value":"(UTC-03:00) Georgetown"},{"text":"America/Godthab","value":"(UTC-03:00) Greenland"},{"text":"America/Noronha","value":"(UTC-02:00) Mid-Atlantic"},{"text":"Atlantic/Azores","value":"(UTC-01:00) Azores"},{"text":"Atlantic/Cape_Verde","value":"(UTC-01:00) Cape Verde Is."},{"text":"Africa/Casablanca","value":"(UTC+00:00) Casablanca"},{"text":"Europe/Edinburgh","value":"(UTC+00:00) Edinburgh"},{"text":"Etc/Greenwich","value":"(UTC+00:00) Greenwich Mean Time : Dublin"},{"text":"Europe/Lisbon","value":"(UTC+00:00) Lisbon"},{"text":"Europe/London","value":"(UTC+00:00) London"},{"text":"Africa/Monrovia","value":"(UTC+00:00) Monrovia"},{"text":"UTC","value":"(UTC+00:00) UTC"},{"text":"Europe/Amsterdam","value":"(UTC+01:00) Amsterdam"},{"text":"Europe/Belgrade","value":"(UTC+01:00) Belgrade"},{"text":"Europe/Berlin","value":"(UTC+01:00) Berlin"},{"text":"Europe/Bern","value":"(UTC+01:00) Bern"},{"text":"Europe/Bratislava","value":"(UTC+01:00) Bratislava"},{"text":"Europe/Brussels","value":"(UTC+01:00) Brussels"},{"text":"Europe/Budapest","value":"(UTC+01:00) Budapest"},{"text":"Europe/Copenhagen","value":"(UTC+01:00) Copenhagen"},{"text":"Europe/Ljubljana","value":"(UTC+01:00) Ljubljana"},{"text":"Europe/Madrid","value":"(UTC+01:00) Madrid"},{"text":"Europe/Paris","value":"(UTC+01:00) Paris"},{"text":"Europe/Prague","value":"(UTC+01:00) Prague"},{"text":"Europe/Rome","value":"(UTC+01:00) Rome"},{"text":"Europe/Sarajevo","value":"(UTC+01:00) Sarajevo"},{"text":"Europe/Skopje","value":"(UTC+01:00) Skopje"},{"text":"Europe/Stockholm","value":"(UTC+01:00) Stockholm"},{"text":"Europe/Vienna","value":"(UTC+01:00) Vienna"},{"text":"Europe/Warsaw","value":"(UTC+01:00) Warsaw"},{"text":"Africa/Lagos","value":"(UTC+01:00) West Central Africa"},{"text":"Europe/Zagreb","value":"(UTC+01:00) Zagreb"},{"text":"Europe/Athens","value":"(UTC+02:00) Athens"},{"text":"Europe/Bucharest","value":"(UTC+02:00) Bucharest"},{"text":"Africa/Cairo","value":"(UTC+02:00) Cairo"},{"text":"Africa/Harare","value":"(UTC+02:00) Harare"},{"text":"Europe/Helsinki","value":"(UTC+02:00) Helsinki"},{"text":"Europe/Istanbul","value":"(UTC+02:00) Istanbul"},{"text":"Asia/Jerusalem","value":"(UTC+02:00) Jerusalem"},{"text":"Europe/Kyiv","value":"(UTC+02:00) Kyiv"},{"text":"Africa/Johannesburg","value":"(UTC+02:00) Pretoria"},{"text":"Europe/Riga","value":"(UTC+02:00) Riga"},{"text":"Europe/Sofia","value":"(UTC+02:00) Sofia"},{"text":"Europe/Tallinn","value":"(UTC+02:00) Tallinn"},{"text":"Europe/Vilnius","value":"(UTC+02:00) Vilnius"},{"text":"Asia/Baghdad","value":"(UTC+03:00) Baghdad"},{"text":"Asia/Kuwait","value":"(UTC+03:00) Kuwait"},{"text":"Europe/Minsk","value":"(UTC+03:00) Minsk"},{"text":"Africa/Nairobi","value":"(UTC+03:00) Nairobi"},{"text":"Asia/Riyadh","value":"(UTC+03:00) Riyadh"},{"text":"Europe/Volgograd","value":"(UTC+03:00) Volgograd"},{"text":"Asia/Tehran","value":"(UTC+03:30) Tehran"},{"text":"Asia/Abu_Dhabi","value":"(UTC+04:00) Abu Dhabi"},{"text":"Asia/Baku","value":"(UTC+04:00) Baku"},{"text":"Europe/Moscow","value":"(UTC+04:00) Moscow"},{"text":"Asia/Muscat","value":"(UTC+04:00) Muscat"},{"text":"Europe/St_Petersburg","value":"(UTC+04:00) St. Petersburg"},{"text":"Asia/Tbilisi","value":"(UTC+04:00) Tbilisi"},{"text":"Asia/Yerevan","value":"(UTC+04:00) Yerevan"},{"text":"Asia/Kabul","value":"(UTC+04:30) Kabul"},{"text":"Asia/Islamabad","value":"(UTC+05:00) Islamabad"},{"text":"Asia/Karachi","value":"(UTC+05:00) Karachi"},{"text":"Asia/Tashkent","value":"(UTC+05:00) Tashkent"},{"text":"Asia/Calcutta","value":"(UTC+05:30) Chennai"},{"text":"Asia/Kolkata","value":"(UTC+05:30) Kolkata"},{"text":"Asia/Mumbai","value":"(UTC+05:30) Mumbai"},{"text":"Asia/New_Delhi","value":"(UTC+05:30) New Delhi"},{"text":"Asia/Sri_Jayawardenepura","value":"(UTC+05:30) Sri Jayawardenepura"},{"text":"Asia/Katmandu","value":"(UTC+05:45) Kathmandu"},{"text":"Asia/Almaty","value":"(UTC+06:00) Almaty"},{"text":"Asia/Astana","value":"(UTC+06:00) Astana"},{"text":"Asia/Dhaka","value":"(UTC+06:00) Dhaka"},{"text":"Asia/Yekaterinburg","value":"(UTC+06:00) Ekaterinburg"},{"text":"Asia/Rangoon","value":"(UTC+06:30) Rangoon"},{"text":"Asia/Bangkok","value":"(UTC+07:00) Bangkok"},{"text":"Asia/Hanoi","value":"(UTC+07:00) Hanoi"},{"text":"Asia/Jakarta","value":"(UTC+07:00) Jakarta"},{"text":"Asia/Novosibirsk","value":"(UTC+07:00) Novosibirsk"},{"text":"Asia/Beijing","value":"(UTC+08:00) Beijing"},{"text":"Asia/Chongqing","value":"(UTC+08:00) Chongqing"},{"text":"Asia/Hong_Kong","value":"(UTC+08:00) Hong Kong"},{"text":"Asia/Krasnoyarsk","value":"(UTC+08:00) Krasnoyarsk"},{"text":"Asia/Kuala_Lumpur","value":"(UTC+08:00) Kuala Lumpur"},{"text":"Australia/Perth","value":"(UTC+08:00) Perth"},{"text":"Asia/Singapore","value":"(UTC+08:00) Singapore"},{"text":"Asia/Taipei","value":"(UTC+08:00) Taipei"},{"text":"Asia/Ulan_Bator","value":"(UTC+08:00) Ulaan Bataar"},{"text":"Asia/Urumqi","value":"(UTC+08:00) Urumqi"},{"text":"Asia/Irkutsk","value":"(UTC+09:00) Irkutsk"},{"text":"Asia/Osaka","value":"(UTC+09:00) Osaka"},{"text":"Asia/Sapporo","value":"(UTC+09:00) Sapporo"},{"text":"Asia/Seoul","value":"(UTC+09:00) Seoul"},{"text":"Asia/Tokyo","value":"(UTC+09:00) Tokyo"},{"text":"Australia/Adelaide","value":"(UTC+09:30) Adelaide"},{"text":"Australia/Darwin","value":"(UTC+09:30) Darwin"},{"text":"Australia/Brisbane","value":"(UTC+10:00) Brisbane"},{"text":"Australia/Canberra","value":"(UTC+10:00) Canberra"},{"text":"Pacific/Guam","value":"(UTC+10:00) Guam"},{"text":"Australia/Hobart","value":"(UTC+10:00) Hobart"},{"text":"Australia/Melbourne","value":"(UTC+10:00) Melbourne"},{"text":"Pacific/Port_Moresby","value":"(UTC+10:00) Port Moresby"},{"text":"Australia/Sydney","value":"(UTC+10:00) Sydney"},{"text":"Asia/Yakutsk","value":"(UTC+10:00) Yakutsk"},{"text":"Asia/Vladivostok","value":"(UTC+11:00) Vladivostok"},{"text":"Pacific/Auckland","value":"(UTC+12:00) Auckland"},{"text":"Pacific/Fiji","value":"(UTC+12:00) Fiji"},{"text":"Pacific/Kwajalein","value":"(UTC+12:00) International Date Line West"},{"text":"Asia/Kamchatka","value":"(UTC+12:00) Kamchatka"},{"text":"Asia/Magadan","value":"(UTC+12:00) Magadan"},{"text":"Pacific/Marshall_Is","value":"(UTC+12:00) Marshall Is."},{"text":"Asia/New_Caledonia","value":"(UTC+12:00) New Caledonia"},{"text":"Asia/Solomon_Is","value":"(UTC+12:00) Solomon Is."},{"text":"Pacific/Wellington","value":"(UTC+12:00) Wellington"},{"text":"Pacific/Tongatapu","value":"(UTC+13:00) Nuku'alofa"}],"placeholder":"Choose a timezone..."},"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"32"},"locale":{"collection":"directus_users","field":"locale","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"en-US","note":"","signed":true,"id":853,"type":"string","sort":12,"interface":"language","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"limit":true},"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"8"},"locale_options":{"collection":"directus_users","field":"locale_options","datatype":"TEXT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":857,"type":"json","sort":16,"interface":"json","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":null},"avatar":{"collection":"directus_users","field":"avatar","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":false,"id":854,"type":"file","sort":13,"interface":"file","display":"image","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"company":{"collection":"directus_users","field":"company","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":850,"type":"string","sort":9,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"iconRight":"location_city"},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"191"},"title":{"collection":"directus_users","field":"title","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":851,"type":"string","sort":10,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"iconRight":"text_fields"},"locked":0,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"191"},"email_notifications":{"collection":"directus_users","field":"email_notifications","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":"1","note":"","signed":true,"id":847,"type":"boolean","sort":6,"interface":"toggle","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"10"},"last_access_on":{"collection":"directus_users","field":"last_access_on","datatype":"DATETIME","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":859,"type":"datetime","sort":18,"interface":"datetime","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":true,"width":null,"validation":null,"group":null,"length":null},"last_page":{"collection":"directus_users","field":"last_page","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":860,"type":"string","sort":19,"interface":"text-input","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":false,"options":null,"locked":1,"translation":null,"readonly":true,"width":null,"validation":null,"group":null,"length":"192"},"external_id":{"collection":"directus_users","field":"external_id","datatype":"VARCHAR","unique":true,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":861,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":true,"required":false,"options":null,"locked":1,"translation":null,"readonly":true,"width":null,"validation":null,"group":null,"length":"255"},"2fa_secret":{"collection":"directus_users","field":"2fa_secret","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":856,"type":"string","sort":15,"interface":"2fa-secret","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":true,"width":null,"validation":null,"group":null,"length":"255"},"theme":{"collection":"directus_users","field":"theme","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"auto","note":"","signed":true,"id":855,"type":"string","sort":14,"interface":"radio-buttons","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"format":true,"choices":[{"value":"auto","text":"Auto"},{"value":"light","text":"Light"},{"value":"dark","text":"Dark"}]},"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"100"},"role":{"collection":"directus_users","field":"role","datatype":"INT","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":849,"type":"m2o","sort":8,"interface":"user-roles","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"10"},"password_reset_token":{"collection":"directus_users","field":"password_reset_token","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":894,"type":"string","sort":null,"interface":"text-input","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":true,"width":null,"validation":null,"group":null,"length":"520"}},"translation":null,"icon":"box","name":"Directus Users"},{"collection":"directus_webhooks","note":null,"hidden":false,"single":false,"managed":false,"fields":{"id":{"collection":"directus_webhooks","field":"id","datatype":"INT","unique":false,"primary_key":true,"auto_increment":true,"default_value":null,"note":"","signed":false,"id":870,"type":"integer","sort":null,"interface":"primary-key","display":null,"display_options":null,"hidden_detail":true,"hidden_browse":false,"required":true,"options":null,"locked":1,"translation":null,"readonly":false,"width":null,"validation":null,"group":null,"length":"10"},"status":{"collection":"directus_webhooks","field":"status","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":"inactive","note":"","signed":true,"id":871,"type":"status","sort":1,"interface":"status","display":"status-dot","display_options":null,"hidden_detail":false,"hidden_browse":false,"required":true,"options":{"status_mapping":{"active":{"name":"Active","value":"active","text_color":"white","background_color":"green","browse_subdued":false,"browse_badge":true,"soft_delete":false,"published":true},"inactive":{"name":"Inactive","value":"inactive","text_color":"white","background_color":"blue-grey","browse_subdued":true,"browse_badge":true,"soft_delete":false,"published":false}}},"locked":1,"translation":null,"readonly":false,"width":"space-half","validation":null,"group":null,"length":"16"},"http_action":{"collection":"directus_webhooks","field":"http_action","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":872,"type":"string","sort":2,"interface":"dropdown","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"choices":[{"value":"get","text":"GET"},{"value":"post","text":"POST"}]},"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"255"},"url":{"collection":"directus_webhooks","field":"url","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":873,"type":"string","sort":3,"interface":"text-input","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"placeholder":"https://example.com","iconRight":"link"},"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"510"},"directus_action":{"collection":"directus_webhooks","field":"directus_action","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":875,"type":"string","sort":5,"interface":"dropdown","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":{"choices":[{"value":"item.create:after","text":"Create"},{"value":"item.update:after","text":"Update"},{"value":"item.delete:after","text":"Delete"}]},"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"255"},"collection":{"collection":"directus_webhooks","field":"collection","datatype":"VARCHAR","unique":false,"primary_key":false,"auto_increment":false,"default_value":null,"note":"","signed":true,"id":874,"type":"string","sort":4,"interface":"collections","display":null,"display_options":null,"hidden_detail":false,"hidden_browse":false,"required":false,"options":null,"locked":1,"translation":null,"readonly":false,"width":"half","validation":null,"group":null,"length":"255"}},"translation":null,"icon":"box","name":"Directus Webhooks"}]}; + collectionsStore.state = collections; // eslint-disable-next-line - relationsStore.state = { "relations": [{ "id": 15, "collection_many": "news", "field_many": "author", "collection_one": "staff", "field_one": "news", "junction_field": null }, { "id": 16, "collection_many": "interface_library", "field_many": "m2o", "collection_one": "news", "field_one": null, "junction_field": null }, { "id": 17, "collection_many": "interface_library_staff", "field_many": "interface_library_id", "collection_one": "interface_library", "field_one": "checkboxes_relational", "junction_field": "staff_id" }, { "id": 18, "collection_many": "interface_library_staff", "field_many": "staff_id", "collection_one": "staff", "field_one": "interface_library", "junction_field": "interface_library_id" }, { "id": 19, "collection_many": "interface_library_files", "field_many": "directus_files_id", "collection_one": "directus_files", "field_one": "interface_library", "junction_field": "interface_library_id" }, { "id": 20, "collection_many": "interface_library_files", "field_many": "interface_library_id", "collection_one": "interface_library", "field_one": "files", "junction_field": "directus_files_id" }, { "id": 21, "collection_many": "interface_library_news", "field_many": "interface_library_id", "collection_one": "interface_library", "field_one": "m2m", "junction_field": "news_id" }, { "id": 22, "collection_many": "interface_library_news", "field_many": "news_id", "collection_one": "news", "field_one": "interface_library", "junction_field": "interface_library_id" }, { "id": 23, "collection_many": "library_translations", "field_many": "library", "collection_one": "interface_library", "field_one": "translation", "junction_field": null }, { "id": 24, "collection_many": "news", "field_many": "m2o", "collection_one": "interface_library", "field_one": "o2m", "junction_field": null }, { "id": 25, "collection_many": "ticket_notes", "field_many": "ticket", "collection_one": "tickets", "field_one": "notes", "junction_field": null }, { "id": 26, "collection_many": "customers", "field_many": "owner", "collection_one": "staff", "field_one": null, "junction_field": null }, { "id": 27, "collection_many": "tickets", "field_many": "customer", "collection_one": "customers", "field_one": null, "junction_field": null }, { "id": 28, "collection_many": "news_relations", "field_many": "news_id", "collection_one": "news", "field_one": "related_news", "junction_field": "related_id" }, { "id": 29, "collection_many": "news_relations", "field_many": "related_id", "collection_one": "news", "field_one": "news", "junction_field": "news_id" }, { "id": 53, "collection_many": "directus_activity", "field_many": "action_by", "collection_one": "directus_users", "field_one": null, "junction_field": null }, { "id": 56, "collection_many": "directus_fields", "field_many": "collection", "collection_one": "directus_collections", "field_one": "fields", "junction_field": null }, { "id": 57, "collection_many": "directus_files", "field_many": "uploaded_by", "collection_one": "directus_users", "field_one": null, "junction_field": null }, { "id": 58, "collection_many": "directus_files", "field_many": "folder", "collection_one": "directus_folders", "field_one": null, "junction_field": null }, { "id": 59, "collection_many": "directus_folders", "field_many": "parent_folder", "collection_one": "directus_folders", "field_one": null, "junction_field": null }, { "id": 60, "collection_many": "directus_permissions", "field_many": "group", "collection_one": "directus_groups", "field_one": null, "junction_field": null }, { "id": 61, "collection_many": "directus_revisions", "field_many": "activity", "collection_one": "directus_activity", "field_one": null, "junction_field": null }, { "id": 62, "collection_many": "directus_users", "field_many": "role", "collection_one": "directus_roles", "field_one": "users", "junction_field": null }, { "id": 63, "collection_many": "directus_users", "field_many": "avatar", "collection_one": "directus_files", "field_one": null, "junction_field": null }, { "id": 64, "collection_many": "ticket_files", "field_many": "ticket", "collection_one": "tickets", "field_one": "attachments", "junction_field": "file" }, { "id": 65, "collection_many": "ticket_files", "field_many": "file", "collection_one": "directus_files", "field_one": "tickets", "junction_field": "ticket" }, { "id": 66, "collection_many": "directus_collection_presets", "field_many": "role", "collection_one": "directus_roles", "field_one": null, "junction_field": null }, { "id": 67, "collection_many": "directus_collection_presets", "field_many": "user", "collection_one": "directus_users", "field_one": null, "junction_field": null }] } + relationsStore.state = relations; const value = ref('{{first_name}} ({{ last_name }})'); return { value };