From d1e52be9e9ea8a583c0d7c22d7b6cdc124fee122 Mon Sep 17 00:00:00 2001 From: Linnea Myllynen Date: Mon, 22 Nov 2021 16:28:20 +0200 Subject: [PATCH] Add icon and marine_activity fields --- .../documentation/1.0.0/activity-group.json | 143 +++++ .../documentation/1.0.0/activity.json | 143 +++++ api/activity/models/activity.settings.json | 8 + .../documentation/1.0.0/age-group.json | 134 ++++ .../documentation/1.0.0/content-page.json | 6 + .../documentation/1.0.0/duration.json | 6 + api/duration/models/duration.settings.json | 8 +- .../1.0.0/educational-objective.json | 3 + .../documentation/1.0.0/front-page.json | 6 + .../documentation/1.0.0/leader-skill.json | 3 + .../documentation/1.0.0/location.json | 3 + api/location/models/location.settings.json | 4 +- .../documentation/1.0.0/not-found-page.json | 6 + .../documentation/1.0.0/skill-area.json | 3 + .../documentation/1.0.0/suggestion.json | 137 ++++ components/links/link.json | 12 + .../1.0.0/full_documentation.json | 595 +++++++++++++++++- 17 files changed, 1213 insertions(+), 7 deletions(-) diff --git a/api/activity-group/documentation/1.0.0/activity-group.json b/api/activity-group/documentation/1.0.0/activity-group.json index baa5cf6..3f42611 100644 --- a/api/activity-group/documentation/1.0.0/activity-group.json +++ b/api/activity-group/documentation/1.0.0/activity-group.json @@ -657,6 +657,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -908,6 +911,73 @@ }, "url": { "type": "string" + }, + "icon": { + "required": [ + "id", + "name", + "hash", + "mime", + "size", + "url", + "provider" + ], + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "alternativeText": { + "type": "string" + }, + "caption": { + "type": "string" + }, + "width": { + "type": "integer" + }, + "height": { + "type": "integer" + }, + "formats": { + "type": "object" + }, + "hash": { + "type": "string" + }, + "ext": { + "type": "string" + }, + "mime": { + "type": "string" + }, + "size": { + "type": "number" + }, + "url": { + "type": "string" + }, + "previewUrl": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "provider_metadata": { + "type": "object" + }, + "related": { + "type": "string" + }, + "created_by": { + "type": "string" + }, + "updated_by": { + "type": "string" + } + } } } } @@ -1458,6 +1528,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -1670,6 +1743,73 @@ }, "url": { "type": "string" + }, + "icon": { + "required": [ + "id", + "name", + "hash", + "mime", + "size", + "url", + "provider" + ], + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "alternativeText": { + "type": "string" + }, + "caption": { + "type": "string" + }, + "width": { + "type": "integer" + }, + "height": { + "type": "integer" + }, + "formats": { + "type": "object" + }, + "hash": { + "type": "string" + }, + "ext": { + "type": "string" + }, + "mime": { + "type": "string" + }, + "size": { + "type": "number" + }, + "url": { + "type": "string" + }, + "previewUrl": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "provider_metadata": { + "type": "object" + }, + "related": { + "type": "string" + }, + "created_by": { + "type": "string" + }, + "updated_by": { + "type": "string" + } + } } } } @@ -2111,6 +2251,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { diff --git a/api/activity/documentation/1.0.0/activity.json b/api/activity/documentation/1.0.0/activity.json index 6241da4..af45e1c 100644 --- a/api/activity/documentation/1.0.0/activity.json +++ b/api/activity/documentation/1.0.0/activity.json @@ -1278,6 +1278,73 @@ }, "url": { "type": "string" + }, + "icon": { + "required": [ + "id", + "name", + "hash", + "mime", + "size", + "url", + "provider" + ], + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "alternativeText": { + "type": "string" + }, + "caption": { + "type": "string" + }, + "width": { + "type": "integer" + }, + "height": { + "type": "integer" + }, + "formats": { + "type": "object" + }, + "hash": { + "type": "string" + }, + "ext": { + "type": "string" + }, + "mime": { + "type": "string" + }, + "size": { + "type": "number" + }, + "url": { + "type": "string" + }, + "previewUrl": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "provider_metadata": { + "type": "object" + }, + "related": { + "type": "string" + }, + "created_by": { + "type": "string" + }, + "updated_by": { + "type": "string" + } + } } } } @@ -1491,6 +1558,9 @@ } } }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -1602,6 +1672,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -1724,6 +1797,73 @@ }, "url": { "type": "string" + }, + "icon": { + "required": [ + "id", + "name", + "hash", + "mime", + "size", + "url", + "provider" + ], + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "alternativeText": { + "type": "string" + }, + "caption": { + "type": "string" + }, + "width": { + "type": "integer" + }, + "height": { + "type": "integer" + }, + "formats": { + "type": "object" + }, + "hash": { + "type": "string" + }, + "ext": { + "type": "string" + }, + "mime": { + "type": "string" + }, + "size": { + "type": "number" + }, + "url": { + "type": "string" + }, + "previewUrl": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "provider_metadata": { + "type": "object" + }, + "related": { + "type": "string" + }, + "created_by": { + "type": "string" + }, + "updated_by": { + "type": "string" + } + } } } } @@ -1737,6 +1877,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { diff --git a/api/activity/models/activity.settings.json b/api/activity/models/activity.settings.json index 86f9e88..556c42c 100644 --- a/api/activity/models/activity.settings.json +++ b/api/activity/models/activity.settings.json @@ -185,6 +185,14 @@ "preparation_duration": { "model": "duration", "via": "preparation_activities" + }, + "is_marine_activity": { + "pluginOptions": { + "i18n": { + "localized": true + } + }, + "type": "boolean" } } } diff --git a/api/age-group/documentation/1.0.0/age-group.json b/api/age-group/documentation/1.0.0/age-group.json index f7bc4fb..4e8616f 100644 --- a/api/age-group/documentation/1.0.0/age-group.json +++ b/api/age-group/documentation/1.0.0/age-group.json @@ -666,6 +666,73 @@ }, "url": { "type": "string" + }, + "icon": { + "required": [ + "id", + "name", + "hash", + "mime", + "size", + "url", + "provider" + ], + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "alternativeText": { + "type": "string" + }, + "caption": { + "type": "string" + }, + "width": { + "type": "integer" + }, + "height": { + "type": "integer" + }, + "formats": { + "type": "object" + }, + "hash": { + "type": "string" + }, + "ext": { + "type": "string" + }, + "mime": { + "type": "string" + }, + "size": { + "type": "number" + }, + "url": { + "type": "string" + }, + "previewUrl": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "provider_metadata": { + "type": "object" + }, + "related": { + "type": "string" + }, + "created_by": { + "type": "string" + }, + "updated_by": { + "type": "string" + } + } } } } @@ -1671,6 +1738,73 @@ }, "url": { "type": "string" + }, + "icon": { + "required": [ + "id", + "name", + "hash", + "mime", + "size", + "url", + "provider" + ], + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "alternativeText": { + "type": "string" + }, + "caption": { + "type": "string" + }, + "width": { + "type": "integer" + }, + "height": { + "type": "integer" + }, + "formats": { + "type": "object" + }, + "hash": { + "type": "string" + }, + "ext": { + "type": "string" + }, + "mime": { + "type": "string" + }, + "size": { + "type": "number" + }, + "url": { + "type": "string" + }, + "previewUrl": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "provider_metadata": { + "type": "object" + }, + "related": { + "type": "string" + }, + "created_by": { + "type": "string" + }, + "updated_by": { + "type": "string" + } + } } } } diff --git a/api/content-page/documentation/1.0.0/content-page.json b/api/content-page/documentation/1.0.0/content-page.json index 158a957..bc9cd3d 100644 --- a/api/content-page/documentation/1.0.0/content-page.json +++ b/api/content-page/documentation/1.0.0/content-page.json @@ -1052,6 +1052,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -1884,6 +1887,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { diff --git a/api/duration/documentation/1.0.0/duration.json b/api/duration/documentation/1.0.0/duration.json index a711fd2..3b146d3 100644 --- a/api/duration/documentation/1.0.0/duration.json +++ b/api/duration/documentation/1.0.0/duration.json @@ -641,6 +641,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -773,6 +776,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { diff --git a/api/duration/models/duration.settings.json b/api/duration/models/duration.settings.json index c3d307f..fb7c514 100644 --- a/api/duration/models/duration.settings.json +++ b/api/duration/models/duration.settings.json @@ -37,13 +37,13 @@ }, "activities": { "via": "duration", - "collection": "activity", - "autoPopulate": false + "autoPopulate": false, + "collection": "activity" }, "preparation_activities": { "via": "preparation_duration", - "collection": "activity", - "autoPopulate": false + "autoPopulate": false, + "collection": "activity" } } } diff --git a/api/educational-objective/documentation/1.0.0/educational-objective.json b/api/educational-objective/documentation/1.0.0/educational-objective.json index a6f6c38..bb9e8e0 100644 --- a/api/educational-objective/documentation/1.0.0/educational-objective.json +++ b/api/educational-objective/documentation/1.0.0/educational-objective.json @@ -653,6 +653,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { diff --git a/api/front-page/documentation/1.0.0/front-page.json b/api/front-page/documentation/1.0.0/front-page.json index d17b9eb..4522eec 100644 --- a/api/front-page/documentation/1.0.0/front-page.json +++ b/api/front-page/documentation/1.0.0/front-page.json @@ -1347,6 +1347,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -2428,6 +2431,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { diff --git a/api/leader-skill/documentation/1.0.0/leader-skill.json b/api/leader-skill/documentation/1.0.0/leader-skill.json index 05693dc..36c142e 100644 --- a/api/leader-skill/documentation/1.0.0/leader-skill.json +++ b/api/leader-skill/documentation/1.0.0/leader-skill.json @@ -654,6 +654,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { diff --git a/api/location/documentation/1.0.0/location.json b/api/location/documentation/1.0.0/location.json index 20058f4..c67bac5 100644 --- a/api/location/documentation/1.0.0/location.json +++ b/api/location/documentation/1.0.0/location.json @@ -641,6 +641,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { diff --git a/api/location/models/location.settings.json b/api/location/models/location.settings.json index ed2d573..492ba56 100644 --- a/api/location/models/location.settings.json +++ b/api/location/models/location.settings.json @@ -37,8 +37,8 @@ }, "activities": { "via": "locations", - "collection": "activity", - "autoPopulate": false + "autoPopulate": false, + "collection": "activity" }, "icon": { "model": "file", diff --git a/api/not-found-page/documentation/1.0.0/not-found-page.json b/api/not-found-page/documentation/1.0.0/not-found-page.json index b201f36..a06953e 100644 --- a/api/not-found-page/documentation/1.0.0/not-found-page.json +++ b/api/not-found-page/documentation/1.0.0/not-found-page.json @@ -1031,6 +1031,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -1842,6 +1845,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { diff --git a/api/skill-area/documentation/1.0.0/skill-area.json b/api/skill-area/documentation/1.0.0/skill-area.json index 4c35444..7784fd6 100644 --- a/api/skill-area/documentation/1.0.0/skill-area.json +++ b/api/skill-area/documentation/1.0.0/skill-area.json @@ -654,6 +654,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { diff --git a/api/suggestion/documentation/1.0.0/suggestion.json b/api/suggestion/documentation/1.0.0/suggestion.json index 8b38e08..f93295a 100644 --- a/api/suggestion/documentation/1.0.0/suggestion.json +++ b/api/suggestion/documentation/1.0.0/suggestion.json @@ -853,6 +853,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -965,6 +968,73 @@ }, "url": { "type": "string" + }, + "icon": { + "required": [ + "id", + "name", + "hash", + "mime", + "size", + "url", + "provider" + ], + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "alternativeText": { + "type": "string" + }, + "caption": { + "type": "string" + }, + "width": { + "type": "integer" + }, + "height": { + "type": "integer" + }, + "formats": { + "type": "object" + }, + "hash": { + "type": "string" + }, + "ext": { + "type": "string" + }, + "mime": { + "type": "string" + }, + "size": { + "type": "number" + }, + "url": { + "type": "string" + }, + "previewUrl": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "provider_metadata": { + "type": "object" + }, + "related": { + "type": "string" + }, + "created_by": { + "type": "string" + }, + "updated_by": { + "type": "string" + } + } } } } @@ -1242,6 +1312,73 @@ }, "url": { "type": "string" + }, + "icon": { + "required": [ + "id", + "name", + "hash", + "mime", + "size", + "url", + "provider" + ], + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "alternativeText": { + "type": "string" + }, + "caption": { + "type": "string" + }, + "width": { + "type": "integer" + }, + "height": { + "type": "integer" + }, + "formats": { + "type": "object" + }, + "hash": { + "type": "string" + }, + "ext": { + "type": "string" + }, + "mime": { + "type": "string" + }, + "size": { + "type": "number" + }, + "url": { + "type": "string" + }, + "previewUrl": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "provider_metadata": { + "type": "object" + }, + "related": { + "type": "string" + }, + "created_by": { + "type": "string" + }, + "updated_by": { + "type": "string" + } + } } } } diff --git a/components/links/link.json b/components/links/link.json index 7e08dc4..0bafd24 100644 --- a/components/links/link.json +++ b/components/links/link.json @@ -12,6 +12,18 @@ }, "url": { "type": "string" + }, + "icon": { + "model": "file", + "via": "related", + "allowedTypes": [ + "images", + "files", + "videos" + ], + "plugin": "upload", + "required": false, + "pluginOptions": {} } } } diff --git a/extensions/documentation/documentation/1.0.0/full_documentation.json b/extensions/documentation/documentation/1.0.0/full_documentation.json index 770576a..7daa84f 100644 --- a/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -14,7 +14,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "x-generation-date": "11/22/2021 10:58:00 AM" + "x-generation-date": "11/22/2021 4:23:32 PM" }, "x-strapi-config": { "path": "/documentation", @@ -16900,6 +16900,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -17151,6 +17154,73 @@ }, "url": { "type": "string" + }, + "icon": { + "required": [ + "id", + "name", + "hash", + "mime", + "size", + "url", + "provider" + ], + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "alternativeText": { + "type": "string" + }, + "caption": { + "type": "string" + }, + "width": { + "type": "integer" + }, + "height": { + "type": "integer" + }, + "formats": { + "type": "object" + }, + "hash": { + "type": "string" + }, + "ext": { + "type": "string" + }, + "mime": { + "type": "string" + }, + "size": { + "type": "number" + }, + "url": { + "type": "string" + }, + "previewUrl": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "provider_metadata": { + "type": "object" + }, + "related": { + "type": "string" + }, + "created_by": { + "type": "string" + }, + "updated_by": { + "type": "string" + } + } } } } @@ -17701,6 +17771,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -17913,6 +17986,73 @@ }, "url": { "type": "string" + }, + "icon": { + "required": [ + "id", + "name", + "hash", + "mime", + "size", + "url", + "provider" + ], + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "alternativeText": { + "type": "string" + }, + "caption": { + "type": "string" + }, + "width": { + "type": "integer" + }, + "height": { + "type": "integer" + }, + "formats": { + "type": "object" + }, + "hash": { + "type": "string" + }, + "ext": { + "type": "string" + }, + "mime": { + "type": "string" + }, + "size": { + "type": "number" + }, + "url": { + "type": "string" + }, + "previewUrl": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "provider_metadata": { + "type": "object" + }, + "related": { + "type": "string" + }, + "created_by": { + "type": "string" + }, + "updated_by": { + "type": "string" + } + } } } } @@ -18354,6 +18494,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -19384,6 +19527,73 @@ }, "url": { "type": "string" + }, + "icon": { + "required": [ + "id", + "name", + "hash", + "mime", + "size", + "url", + "provider" + ], + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "alternativeText": { + "type": "string" + }, + "caption": { + "type": "string" + }, + "width": { + "type": "integer" + }, + "height": { + "type": "integer" + }, + "formats": { + "type": "object" + }, + "hash": { + "type": "string" + }, + "ext": { + "type": "string" + }, + "mime": { + "type": "string" + }, + "size": { + "type": "number" + }, + "url": { + "type": "string" + }, + "previewUrl": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "provider_metadata": { + "type": "object" + }, + "related": { + "type": "string" + }, + "created_by": { + "type": "string" + }, + "updated_by": { + "type": "string" + } + } } } } @@ -19597,6 +19807,9 @@ } } }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -19708,6 +19921,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -19830,6 +20046,73 @@ }, "url": { "type": "string" + }, + "icon": { + "required": [ + "id", + "name", + "hash", + "mime", + "size", + "url", + "provider" + ], + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "alternativeText": { + "type": "string" + }, + "caption": { + "type": "string" + }, + "width": { + "type": "integer" + }, + "height": { + "type": "integer" + }, + "formats": { + "type": "object" + }, + "hash": { + "type": "string" + }, + "ext": { + "type": "string" + }, + "mime": { + "type": "string" + }, + "size": { + "type": "number" + }, + "url": { + "type": "string" + }, + "previewUrl": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "provider_metadata": { + "type": "object" + }, + "related": { + "type": "string" + }, + "created_by": { + "type": "string" + }, + "updated_by": { + "type": "string" + } + } } } } @@ -19843,6 +20126,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -20101,6 +20387,73 @@ }, "url": { "type": "string" + }, + "icon": { + "required": [ + "id", + "name", + "hash", + "mime", + "size", + "url", + "provider" + ], + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "alternativeText": { + "type": "string" + }, + "caption": { + "type": "string" + }, + "width": { + "type": "integer" + }, + "height": { + "type": "integer" + }, + "formats": { + "type": "object" + }, + "hash": { + "type": "string" + }, + "ext": { + "type": "string" + }, + "mime": { + "type": "string" + }, + "size": { + "type": "number" + }, + "url": { + "type": "string" + }, + "previewUrl": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "provider_metadata": { + "type": "object" + }, + "related": { + "type": "string" + }, + "created_by": { + "type": "string" + }, + "updated_by": { + "type": "string" + } + } } } } @@ -21106,6 +21459,73 @@ }, "url": { "type": "string" + }, + "icon": { + "required": [ + "id", + "name", + "hash", + "mime", + "size", + "url", + "provider" + ], + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "alternativeText": { + "type": "string" + }, + "caption": { + "type": "string" + }, + "width": { + "type": "integer" + }, + "height": { + "type": "integer" + }, + "formats": { + "type": "object" + }, + "hash": { + "type": "string" + }, + "ext": { + "type": "string" + }, + "mime": { + "type": "string" + }, + "size": { + "type": "number" + }, + "url": { + "type": "string" + }, + "previewUrl": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "provider_metadata": { + "type": "object" + }, + "related": { + "type": "string" + }, + "created_by": { + "type": "string" + }, + "updated_by": { + "type": "string" + } + } } } } @@ -22562,6 +22982,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -23394,6 +23817,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -24064,6 +24490,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -24196,6 +24625,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -24640,6 +25072,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -25945,6 +26380,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -27026,6 +27464,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -27671,6 +28112,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -28107,6 +28551,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -28996,6 +29443,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -29807,6 +30257,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -30288,6 +30741,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -30517,6 +30973,9 @@ "preparation_duration": { "type": "string" }, + "is_marine_activity": { + "type": "boolean" + }, "localizations": { "type": "array", "items": { @@ -30629,6 +31088,73 @@ }, "url": { "type": "string" + }, + "icon": { + "required": [ + "id", + "name", + "hash", + "mime", + "size", + "url", + "provider" + ], + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "alternativeText": { + "type": "string" + }, + "caption": { + "type": "string" + }, + "width": { + "type": "integer" + }, + "height": { + "type": "integer" + }, + "formats": { + "type": "object" + }, + "hash": { + "type": "string" + }, + "ext": { + "type": "string" + }, + "mime": { + "type": "string" + }, + "size": { + "type": "number" + }, + "url": { + "type": "string" + }, + "previewUrl": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "provider_metadata": { + "type": "object" + }, + "related": { + "type": "string" + }, + "created_by": { + "type": "string" + }, + "updated_by": { + "type": "string" + } + } } } } @@ -30906,6 +31432,73 @@ }, "url": { "type": "string" + }, + "icon": { + "required": [ + "id", + "name", + "hash", + "mime", + "size", + "url", + "provider" + ], + "properties": { + "id": { + "type": "string" + }, + "name": { + "type": "string" + }, + "alternativeText": { + "type": "string" + }, + "caption": { + "type": "string" + }, + "width": { + "type": "integer" + }, + "height": { + "type": "integer" + }, + "formats": { + "type": "object" + }, + "hash": { + "type": "string" + }, + "ext": { + "type": "string" + }, + "mime": { + "type": "string" + }, + "size": { + "type": "number" + }, + "url": { + "type": "string" + }, + "previewUrl": { + "type": "string" + }, + "provider": { + "type": "string" + }, + "provider_metadata": { + "type": "object" + }, + "related": { + "type": "string" + }, + "created_by": { + "type": "string" + }, + "updated_by": { + "type": "string" + } + } } } }