diff --git a/directus/schema.json b/directus/schema.json index 08dffa0..5fdd109 100644 --- a/directus/schema.json +++ b/directus/schema.json @@ -84,6 +84,26 @@ "collection": "Website_Settings", "field": "id", "type": "integer", + "schema": { + "name": "id", + "table": "Website_Settings", + "data_type": "integer", + "default_value": "nextval('\"Website_Settings_id_seq\"'::regclass)", + "generation_expression": null, + "max_length": null, + "numeric_precision": 32, + "numeric_scale": 0, + "is_generated": false, + "is_nullable": false, + "is_unique": true, + "is_indexed": false, + "is_primary_key": true, + "has_auto_increment": true, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, "meta": { "collection": "Website_Settings", "field": "id", @@ -104,32 +124,32 @@ "validation": null, "validation_message": null, "searchable": true - }, - "schema": { - "name": "id", - "table": "Website_Settings", - "data_type": "integer", - "default_value": "nextval('\"Website_Settings_id_seq\"'::regclass)", - "generation_expression": null, - "max_length": null, - "numeric_precision": 32, - "numeric_scale": 0, - "is_generated": false, - "is_nullable": false, - "is_unique": true, - "is_indexed": false, - "is_primary_key": true, - "has_auto_increment": true, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null } }, { "collection": "Website_Settings", "field": "user_created", "type": "uuid", + "schema": { + "name": "user_created", + "table": "Website_Settings", + "data_type": "uuid", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", + "comment": null + }, "meta": { "collection": "Website_Settings", "field": "user_created", @@ -154,11 +174,16 @@ "validation": null, "validation_message": null, "searchable": true - }, + } + }, + { + "collection": "Website_Settings", + "field": "date_created", + "type": "timestamp", "schema": { - "name": "user_created", + "name": "date_created", "table": "Website_Settings", - "data_type": "uuid", + "data_type": "timestamp with time zone", "default_value": null, "generation_expression": null, "max_length": null, @@ -170,16 +195,11 @@ "is_indexed": false, "is_primary_key": false, "has_auto_increment": false, - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, "comment": null - } - }, - { - "collection": "Website_Settings", - "field": "date_created", - "type": "timestamp", + }, "meta": { "collection": "Website_Settings", "field": "date_created", @@ -204,11 +224,16 @@ "validation": null, "validation_message": null, "searchable": true - }, + } + }, + { + "collection": "Website_Settings", + "field": "user_updated", + "type": "uuid", "schema": { - "name": "date_created", + "name": "user_updated", "table": "Website_Settings", - "data_type": "timestamp with time zone", + "data_type": "uuid", "default_value": null, "generation_expression": null, "max_length": null, @@ -220,16 +245,11 @@ "is_indexed": false, "is_primary_key": false, "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", "comment": null - } - }, - { - "collection": "Website_Settings", - "field": "user_updated", - "type": "uuid", + }, "meta": { "collection": "Website_Settings", "field": "user_updated", @@ -254,11 +274,16 @@ "validation": null, "validation_message": null, "searchable": true - }, + } + }, + { + "collection": "Website_Settings", + "field": "date_updated", + "type": "timestamp", "schema": { - "name": "user_updated", + "name": "date_updated", "table": "Website_Settings", - "data_type": "uuid", + "data_type": "timestamp with time zone", "default_value": null, "generation_expression": null, "max_length": null, @@ -270,16 +295,11 @@ "is_indexed": false, "is_primary_key": false, "has_auto_increment": false, - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, "comment": null - } - }, - { - "collection": "Website_Settings", - "field": "date_updated", - "type": "timestamp", + }, "meta": { "collection": "Website_Settings", "field": "date_updated", @@ -304,32 +324,13 @@ "validation": null, "validation_message": null, "searchable": true - }, - "schema": { - "name": "date_updated", - "table": "Website_Settings", - "data_type": "timestamp with time zone", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null } }, { "collection": "Website_Settings", "field": "divider-bsruqn", "type": "alias", + "schema": null, "meta": { "collection": "Website_Settings", "field": "divider-bsruqn", @@ -356,13 +357,32 @@ "validation": null, "validation_message": null, "searchable": true - }, - "schema": null + } }, { "collection": "Website_Settings", "field": "domain_name", "type": "string", + "schema": { + "name": "domain_name", + "table": "Website_Settings", + "data_type": "character varying", + "default_value": null, + "generation_expression": null, + "max_length": 255, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, "meta": { "collection": "Website_Settings", "field": "domain_name", @@ -385,9 +405,14 @@ "validation": null, "validation_message": null, "searchable": true - }, + } + }, + { + "collection": "Website_Settings", + "field": "application_name", + "type": "string", "schema": { - "name": "domain_name", + "name": "application_name", "table": "Website_Settings", "data_type": "character varying", "default_value": null, @@ -405,12 +430,7 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - } - }, - { - "collection": "Website_Settings", - "field": "application_name", - "type": "string", + }, "meta": { "collection": "Website_Settings", "field": "application_name", @@ -433,32 +453,13 @@ "validation": null, "validation_message": null, "searchable": true - }, - "schema": { - "name": "application_name", - "table": "Website_Settings", - "data_type": "character varying", - "default_value": null, - "generation_expression": null, - "max_length": 255, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": false, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null } }, { "collection": "Website_Settings", "field": "divider-wcrsnh", "type": "alias", + "schema": null, "meta": { "collection": "Website_Settings", "field": "divider-wcrsnh", @@ -485,13 +486,32 @@ "validation": null, "validation_message": null, "searchable": true - }, - "schema": null + } }, { "collection": "Website_Settings", "field": "author_name", "type": "string", + "schema": { + "name": "author_name", + "table": "Website_Settings", + "data_type": "character varying", + "default_value": null, + "generation_expression": null, + "max_length": 255, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, "meta": { "collection": "Website_Settings", "field": "author_name", @@ -514,9 +534,14 @@ "validation": null, "validation_message": null, "searchable": true - }, + } + }, + { + "collection": "Website_Settings", + "field": "author_url", + "type": "string", "schema": { - "name": "author_name", + "name": "author_url", "table": "Website_Settings", "data_type": "character varying", "default_value": null, @@ -534,12 +559,7 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - } - }, - { - "collection": "Website_Settings", - "field": "author_url", - "type": "string", + }, "meta": { "collection": "Website_Settings", "field": "author_url", @@ -562,32 +582,13 @@ "validation": null, "validation_message": null, "searchable": true - }, - "schema": { - "name": "author_url", - "table": "Website_Settings", - "data_type": "character varying", - "default_value": null, - "generation_expression": null, - "max_length": 255, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": false, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null } }, { "collection": "Website_Settings", "field": "divider-na1tmi", "type": "alias", + "schema": null, "meta": { "collection": "Website_Settings", "field": "divider-na1tmi", @@ -614,13 +615,32 @@ "validation": null, "validation_message": null, "searchable": true - }, - "schema": null + } }, { "collection": "Website_Settings", "field": "designer", "type": "string", + "schema": { + "name": "designer", + "table": "Website_Settings", + "data_type": "character varying", + "default_value": null, + "generation_expression": null, + "max_length": 255, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, "meta": { "collection": "Website_Settings", "field": "designer", @@ -643,9 +663,14 @@ "validation": null, "validation_message": null, "searchable": true - }, + } + }, + { + "collection": "Website_Settings", + "field": "developer", + "type": "string", "schema": { - "name": "designer", + "name": "developer", "table": "Website_Settings", "data_type": "character varying", "default_value": null, @@ -663,12 +688,7 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - } - }, - { - "collection": "Website_Settings", - "field": "developer", - "type": "string", + }, "meta": { "collection": "Website_Settings", "field": "developer", @@ -691,32 +711,13 @@ "validation": null, "validation_message": null, "searchable": true - }, - "schema": { - "name": "developer", - "table": "Website_Settings", - "data_type": "character varying", - "default_value": null, - "generation_expression": null, - "max_length": 255, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": false, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null } }, { "collection": "Website_Settings", "field": "divider-bf0u1u", "type": "alias", + "schema": null, "meta": { "collection": "Website_Settings", "field": "divider-bf0u1u", @@ -743,13 +744,32 @@ "validation": null, "validation_message": null, "searchable": true - }, - "schema": null + } }, { "collection": "Website_Settings", "field": "owner", "type": "string", + "schema": { + "name": "owner", + "table": "Website_Settings", + "data_type": "character varying", + "default_value": null, + "generation_expression": null, + "max_length": 255, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, "meta": { "collection": "Website_Settings", "field": "owner", @@ -772,9 +792,14 @@ "validation": null, "validation_message": null, "searchable": true - }, + } + }, + { + "collection": "Website_Settings", + "field": "copyright", + "type": "string", "schema": { - "name": "owner", + "name": "copyright", "table": "Website_Settings", "data_type": "character varying", "default_value": null, @@ -792,12 +817,7 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - } - }, - { - "collection": "Website_Settings", - "field": "copyright", - "type": "string", + }, "meta": { "collection": "Website_Settings", "field": "copyright", @@ -820,32 +840,13 @@ "validation": null, "validation_message": null, "searchable": true - }, - "schema": { - "name": "copyright", - "table": "Website_Settings", - "data_type": "character varying", - "default_value": null, - "generation_expression": null, - "max_length": 255, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": false, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null } }, { "collection": "Website_Settings", "field": "divider-beklpn", "type": "alias", + "schema": null, "meta": { "collection": "Website_Settings", "field": "divider-beklpn", @@ -872,13 +873,32 @@ "validation": null, "validation_message": null, "searchable": true - }, - "schema": null + } }, { "collection": "Website_Settings", "field": "twitter_id", "type": "bigInteger", + "schema": { + "name": "twitter_id", + "table": "Website_Settings", + "data_type": "bigint", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": 64, + "numeric_scale": 0, + "is_generated": false, + "is_nullable": false, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null + }, "meta": { "collection": "Website_Settings", "field": "twitter_id", @@ -901,16 +921,21 @@ "validation": null, "validation_message": null, "searchable": true - }, + } + }, + { + "collection": "Website_Settings", + "field": "twitter_handle", + "type": "string", "schema": { - "name": "twitter_id", + "name": "twitter_handle", "table": "Website_Settings", - "data_type": "bigint", + "data_type": "character varying", "default_value": null, "generation_expression": null, - "max_length": null, - "numeric_precision": 64, - "numeric_scale": 0, + "max_length": 255, + "numeric_precision": null, + "numeric_scale": null, "is_generated": false, "is_nullable": false, "is_unique": false, @@ -921,12 +946,7 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - } - }, - { - "collection": "Website_Settings", - "field": "twitter_handle", - "type": "string", + }, "meta": { "collection": "Website_Settings", "field": "twitter_handle", @@ -949,52 +969,12 @@ "validation": null, "validation_message": null, "searchable": true - }, - "schema": { - "name": "twitter_handle", - "table": "Website_Settings", - "data_type": "character varying", - "default_value": null, - "generation_expression": null, - "max_length": 255, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": false, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null } }, { "collection": "Sitemap_Settings", "field": "id", "type": "integer", - "schema": { - "name": "id", - "table": "Sitemap_Settings", - "data_type": "integer", - "default_value": "nextval('\"Sitemap_Settings_id_seq\"'::regclass)", - "generation_expression": null, - "max_length": null, - "numeric_precision": 32, - "numeric_scale": 0, - "is_generated": false, - "is_nullable": false, - "is_unique": true, - "is_indexed": false, - "is_primary_key": true, - "has_auto_increment": true, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, - "comment": null - }, "meta": { "collection": "Sitemap_Settings", "field": "id", @@ -1015,32 +995,32 @@ "validation": null, "validation_message": null, "searchable": true + }, + "schema": { + "name": "id", + "table": "Sitemap_Settings", + "data_type": "integer", + "default_value": "nextval('\"Sitemap_Settings_id_seq\"'::regclass)", + "generation_expression": null, + "max_length": null, + "numeric_precision": 32, + "numeric_scale": 0, + "is_generated": false, + "is_nullable": false, + "is_unique": true, + "is_indexed": false, + "is_primary_key": true, + "has_auto_increment": true, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null } }, { "collection": "Sitemap_Settings", "field": "user_created", "type": "uuid", - "schema": { - "name": "user_created", - "table": "Sitemap_Settings", - "data_type": "uuid", - "default_value": null, - "generation_expression": null, - "max_length": null, - "numeric_precision": null, - "numeric_scale": null, - "is_generated": false, - "is_nullable": true, - "is_unique": false, - "is_indexed": false, - "is_primary_key": false, - "has_auto_increment": false, - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", - "comment": null - }, "meta": { "collection": "Sitemap_Settings", "field": "user_created", @@ -1065,16 +1045,11 @@ "validation": null, "validation_message": null, "searchable": true - } - }, - { - "collection": "Sitemap_Settings", - "field": "date_created", - "type": "timestamp", + }, "schema": { - "name": "date_created", + "name": "user_created", "table": "Sitemap_Settings", - "data_type": "timestamp with time zone", + "data_type": "uuid", "default_value": null, "generation_expression": null, "max_length": null, @@ -1086,11 +1061,16 @@ "is_indexed": false, "is_primary_key": false, "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", "comment": null - }, + } + }, + { + "collection": "Sitemap_Settings", + "field": "date_created", + "type": "timestamp", "meta": { "collection": "Sitemap_Settings", "field": "date_created", @@ -1115,16 +1095,11 @@ "validation": null, "validation_message": null, "searchable": true - } - }, - { - "collection": "Sitemap_Settings", - "field": "user_updated", - "type": "uuid", + }, "schema": { - "name": "user_updated", + "name": "date_created", "table": "Sitemap_Settings", - "data_type": "uuid", + "data_type": "timestamp with time zone", "default_value": null, "generation_expression": null, "max_length": null, @@ -1136,11 +1111,16 @@ "is_indexed": false, "is_primary_key": false, "has_auto_increment": false, - "foreign_key_schema": "public", - "foreign_key_table": "directus_users", - "foreign_key_column": "id", + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, "comment": null - }, + } + }, + { + "collection": "Sitemap_Settings", + "field": "user_updated", + "type": "uuid", "meta": { "collection": "Sitemap_Settings", "field": "user_updated", @@ -1165,16 +1145,11 @@ "validation": null, "validation_message": null, "searchable": true - } - }, - { - "collection": "Sitemap_Settings", - "field": "date_updated", - "type": "timestamp", + }, "schema": { - "name": "date_updated", + "name": "user_updated", "table": "Sitemap_Settings", - "data_type": "timestamp with time zone", + "data_type": "uuid", "default_value": null, "generation_expression": null, "max_length": null, @@ -1186,11 +1161,16 @@ "is_indexed": false, "is_primary_key": false, "has_auto_increment": false, - "foreign_key_schema": null, - "foreign_key_table": null, - "foreign_key_column": null, + "foreign_key_schema": "public", + "foreign_key_table": "directus_users", + "foreign_key_column": "id", "comment": null - }, + } + }, + { + "collection": "Sitemap_Settings", + "field": "date_updated", + "type": "timestamp", "meta": { "collection": "Sitemap_Settings", "field": "date_updated", @@ -1215,12 +1195,90 @@ "validation": null, "validation_message": null, "searchable": true + }, + "schema": { + "name": "date_updated", + "table": "Sitemap_Settings", + "data_type": "timestamp with time zone", + "default_value": null, + "generation_expression": null, + "max_length": null, + "numeric_precision": null, + "numeric_scale": null, + "is_generated": false, + "is_nullable": true, + "is_unique": false, + "is_indexed": false, + "is_primary_key": false, + "has_auto_increment": false, + "foreign_key_schema": null, + "foreign_key_table": null, + "foreign_key_column": null, + "comment": null } }, + { + "collection": "Sitemap_Settings", + "field": "divider-zd110b", + "type": "alias", + "meta": { + "collection": "Sitemap_Settings", + "field": "divider-zd110b", + "special": [ + "alias", + "no-data" + ], + "interface": "presentation-divider", + "options": { + "title": "Sitemap Pages", + "icon": "two_pager" + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 6, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": false, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, + "schema": null + }, { "collection": "Sitemap_Settings", "field": "per_page", "type": "integer", + "meta": { + "collection": "Sitemap_Settings", + "field": "per_page", + "special": null, + "interface": "input", + "options": { + "iconLeft": "format_list_numbered", + "min": 25, + "max": 250 + }, + "display": null, + "display_options": null, + "readonly": false, + "hidden": false, + "sort": 7, + "width": "full", + "translations": null, + "note": null, + "conditions": null, + "required": true, + "group": null, + "validation": null, + "validation_message": null, + "searchable": true + }, "schema": { "name": "per_page", "table": "Sitemap_Settings", @@ -1240,31 +1298,6 @@ "foreign_key_table": null, "foreign_key_column": null, "comment": null - }, - "meta": { - "collection": "Sitemap_Settings", - "field": "per_page", - "special": null, - "interface": "input", - "options": { - "iconLeft": "format_list_numbered", - "min": 25, - "max": 250 - }, - "display": null, - "display_options": null, - "readonly": false, - "hidden": false, - "sort": 6, - "width": "full", - "translations": null, - "note": null, - "conditions": null, - "required": true, - "group": null, - "validation": null, - "validation_message": null, - "searchable": true } } ],