From 07f1d775c59bc2b0e43f1b1d7c84920233e23de9 Mon Sep 17 00:00:00 2001 From: Koen Eelen Date: Thu, 5 Oct 2023 14:19:51 +0200 Subject: [PATCH] trying new fix for event links --- event-@id.json | 2 +- event-attendanceMode.json | 2 +- event-audience.json | 2 +- event-availableFrom-put.json | 2 +- event-availableFrom.json | 2 +- event-availableTo.json | 2 +- event-bookingInfo.json | 2 +- event-completedLanguages.json | 2 +- event-contactPoint.json | 2 +- event-contributors.json | 2 +- event-created.json | 2 +- event-creator.json | 2 +- event-description-put.json | 2 +- event-description.json | 2 +- event-endDate.json | 2 +- event-image-post.json | 2 +- event-image-put.json | 2 +- event-image.json | 2 +- event-labels.json | 2 +- event-languages.json | 2 +- event-main-image-put.json | 2 +- event-mainLanguage.json | 2 +- event-mediaObject.json | 2 +- event-modified.json | 2 +- event-name.json | 2 +- event-onlineUrl.json | 2 +- event-openingHours.json | 2 +- event-priceInfo.json | 2 +- event-production.json | 2 +- event-sameAs.json | 2 +- event-startDate.json | 2 +- event-status.json | 2 +- event-subEvent-put.json | 2 +- event-subEvent.json | 2 +- event-terms.json | 2 +- event-typicalAgeRange-put.json | 2 +- event-typicalAgeRange.json | 2 +- event-workflowStatus-put.json | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/event-@id.json b/event-@id.json index f942748..27cfc33 100644 --- a/event-@id.json +++ b/event-@id.json @@ -3,7 +3,7 @@ "type": "string", "format": "uri", "pattern": "^http[s]?:\\/\\/.+?\\/event[s]?\\/([0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-?[0-9A-Fa-f]{12})[\\/]?", - "description": "A unique URI that acts as globally unique ID for the [event](https://docs.publiq.be/docs/uitdatabank/models/event). Based on [JSON-LD node identifiers](https://www.w3.org/TR/json-ld/#node-identifiers).", + "description": "A unique URI that acts as globally unique ID for the [event](./models/event.json). Based on [JSON-LD node identifiers](https://www.w3.org/TR/json-ld/#node-identifiers).", "examples": [ "https://io-test.uitdatabank.be/event/85b04295-479c-40f5-b3dd-469dfb4387b3" ] diff --git a/event-attendanceMode.json b/event-attendanceMode.json index 0f70f1c..534c802 100644 --- a/event-attendanceMode.json +++ b/event-attendanceMode.json @@ -1,7 +1,7 @@ { "title": "event.attendanceMode", "type": "string", - "description": "Indicates if the [event](https://docs.publiq.be/docs/uitdatabank/models/event) is happening online, offline, or both (mixed).", + "description": "Indicates if the [event](./models/event.json) is happening online, offline, or both (mixed).", "enum": [ "online", "offline", diff --git a/event-audience.json b/event-audience.json index 2fac686..8e61b75 100644 --- a/event-audience.json +++ b/event-audience.json @@ -1,7 +1,7 @@ { "title": "event.audience", "type": "object", - "description": "Indicates the intended audience of the [event](https://docs.publiq.be/docs/uitdatabank/models/event).", + "description": "Indicates the intended audience of the [event](./models/event.json).", "properties": { "audienceType": { "type": "string", diff --git a/event-availableFrom-put.json b/event-availableFrom-put.json index e53447b..9679f70 100644 --- a/event-availableFrom-put.json +++ b/event-availableFrom-put.json @@ -4,7 +4,7 @@ "properties": { "availableFrom": { "$ref": "./common-string-datetime.json", - "description": "The first date & time that the [event](https://docs.publiq.be/docs/uitdatabank/models/event) is allowed to be visible on publication channels.\n\nFormatted as an ISO-8601 datetime. For example `2021-05-17T22:00:00+00:00`." + "description": "The first date & time that the [event](./models/event.json) is allowed to be visible on publication channels.\n\nFormatted as an ISO-8601 datetime. For example `2021-05-17T22:00:00+00:00`." } }, "required": [ diff --git a/event-availableFrom.json b/event-availableFrom.json index a15cc9b..79dd9d9 100644 --- a/event-availableFrom.json +++ b/event-availableFrom.json @@ -1,5 +1,5 @@ { "$ref": "./common-string-datetime.json", "title": "event.availableFrom", - "description": "The first date & time that the [event](https://docs.publiq.be/docs/uitdatabank/models/event) is allowed to be visible on publication channels.\n\nFormatted as an ISO-8601 datetime. For example `2021-05-17T22:00:00+00:00`." + "description": "The first date & time that the [event](./models/event.json) is allowed to be visible on publication channels.\n\nFormatted as an ISO-8601 datetime. For example `2021-05-17T22:00:00+00:00`." } diff --git a/event-availableTo.json b/event-availableTo.json index 9480845..ec23a9f 100644 --- a/event-availableTo.json +++ b/event-availableTo.json @@ -1,5 +1,5 @@ { "$ref": "./common-string-datetime-readOnly.json", "title": "event.availableTo", - "description": "The last date & time that the [event](https://docs.publiq.be/docs/uitdatabank/models/event) is allowed to be visible on publication channels.\n\nAdded automatically by UiTdatabank based on either the [startDate](./models/event-startDate.json) or [endDate](./models/event-endDate.json) depending on the [event type](./event-terms.json).\n\nFormatted as an ISO-8601 datetime. For example `2021-05-17T22:00:00+00:00`." + "description": "The last date & time that the [event](./models/event.json) is allowed to be visible on publication channels.\n\nAdded automatically by UiTdatabank based on either the [startDate](./models/event-startDate.json) or [endDate](./models/event-endDate.json) depending on the [event type](./event-terms.json).\n\nFormatted as an ISO-8601 datetime. For example `2021-05-17T22:00:00+00:00`." } diff --git a/event-bookingInfo.json b/event-bookingInfo.json index 9ed7519..8bf1ffa 100644 --- a/event-bookingInfo.json +++ b/event-bookingInfo.json @@ -1,5 +1,5 @@ { "$ref": "./common-bookingInfo.json", "title": "event.bookingInfo", - "description": "Booking info of the [event](https://docs.publiq.be/docs/uitdatabank/models/event). Can contain a phone number, and/or an email address, and/or a website URL." + "description": "Booking info of the [event](./models/event.json). Can contain a phone number, and/or an email address, and/or a website URL." } diff --git a/event-completedLanguages.json b/event-completedLanguages.json index dcd361c..ef1b9d2 100644 --- a/event-completedLanguages.json +++ b/event-completedLanguages.json @@ -1,5 +1,5 @@ { "$ref": "./common-languages.json", "title": "event.completedLanguages", - "description": "List of languages that _every_ localizable property on the [event](https://docs.publiq.be/docs/uitdatabank/models/event) is available in.\n\nAdded automatically by UiTdatabank based on the languages present in localized properties.\n\nSee also [languages](./event-languages.json)." + "description": "List of languages that _every_ localizable property on the [event](./models/event.json) is available in.\n\nAdded automatically by UiTdatabank based on the languages present in localized properties.\n\nSee also [languages](./event-languages.json)." } diff --git a/event-contactPoint.json b/event-contactPoint.json index 34f4109..5801a31 100644 --- a/event-contactPoint.json +++ b/event-contactPoint.json @@ -1,5 +1,5 @@ { "$ref": "./common-contactPoint.json", "title": "event.contactPoint", - "description": "Contact info of the [event](https://docs.publiq.be/docs/uitdatabank/models/event), containing one or more phone numbers, email addresses, and/or website URLs." + "description": "Contact info of the [event](./models/event.json), containing one or more phone numbers, email addresses, and/or website URLs." } diff --git a/event-contributors.json b/event-contributors.json index 33d5604..b9f2fa5 100644 --- a/event-contributors.json +++ b/event-contributors.json @@ -2,5 +2,5 @@ "$ref": "./common-contributors.json", "title": "event.contributors", "readOnly": true, - "description": "List of contributors on an [event](https://docs.publiq.be/docs/uitdatabank/models/event). Only included if you request the event with an authenticated user who has the \"Aanbod bewerken\" permission on the event." + "description": "List of contributors on an [event](./models/event.json). Only included if you request the event with an authenticated user who has the \"Aanbod bewerken\" permission on the event." } diff --git a/event-created.json b/event-created.json index ffc4dd8..7dd32d3 100644 --- a/event-created.json +++ b/event-created.json @@ -1,5 +1,5 @@ { "$ref": "./common-string-datetime-readOnly.json", "title": "event.created", - "description": "Date formatted as an ISO-8601 datetime, added automatically by UiTdatabank based on the date & time the [event](https://docs.publiq.be/docs/uitdatabank/models/event) was created at.\n\nFor example `2021-05-17T22:00:00+00:00`." + "description": "Date formatted as an ISO-8601 datetime, added automatically by UiTdatabank based on the date & time the [event](./models/event.json) was created at.\n\nFor example `2021-05-17T22:00:00+00:00`." } diff --git a/event-creator.json b/event-creator.json index 29c147b..7f75f2b 100644 --- a/event-creator.json +++ b/event-creator.json @@ -1,5 +1,5 @@ { "$ref": "./common-creator.json", "title": "event.creator", - "description": "The unique identifier of the creator of the [event](https://docs.publiq.be/docs/uitdatabank/models/event). Usually a UUID, but can historally be an e-mail address.\n\nAdded automatically by UiTdatabank based on the authentication credentials used to create the event." + "description": "The unique identifier of the creator of the [event](./models/event.json). Usually a UUID, but can historally be an e-mail address.\n\nAdded automatically by UiTdatabank based on the authentication credentials used to create the event." } diff --git a/event-description-put.json b/event-description-put.json index d66d0ab..cca001d 100644 --- a/event-description-put.json +++ b/event-description-put.json @@ -4,7 +4,7 @@ "properties": { "description": { "type": "string", - "description": "A human-readable description of the [event](https://docs.publiq.be/docs/uitdatabank/models/event) localized in the language from the URL parameter." + "description": "A human-readable description of the [event](./models/event.json) localized in the language from the URL parameter." } }, "required": [ diff --git a/event-description.json b/event-description.json index 58c1542..1437072 100644 --- a/event-description.json +++ b/event-description.json @@ -1,5 +1,5 @@ { "$ref": "./common-description.json", "title": "event.description", - "description": "A human-readable, internationalized description of the [event](https://docs.publiq.be/docs/uitdatabank/models/event). \n\nRequires at least one value, for the language specified in the [mainLanguage](./event-mainLanguage.json) property." + "description": "A human-readable, internationalized description of the [event](./models/event.json). \n\nRequires at least one value, for the language specified in the [mainLanguage](./event-mainLanguage.json) property." } diff --git a/event-endDate.json b/event-endDate.json index aa9a5e4..c18382b 100644 --- a/event-endDate.json +++ b/event-endDate.json @@ -1,5 +1,5 @@ { "$ref": "./common-string-datetime.json", "title": "event.endDate", - "description": "The date & time that the [event](https://docs.publiq.be/docs/uitdatabank/models/event) or [subEvent](./models/event-subEvent.json) ends, as an ISO-8601 date. For example `2021-05-17T22:00:00+00:00`.\n\nRequired on events when using one of the following calendarTypes:\n\n- `single`\n- `multiple`\n- `periodic`\n\nAlways required on subEvents." + "description": "The date & time that the [event](./models/event.json) or [subEvent](./models/event-subEvent.json) ends, as an ISO-8601 date. For example `2021-05-17T22:00:00+00:00`.\n\nRequired on events when using one of the following calendarTypes:\n\n- `single`\n- `multiple`\n- `periodic`\n\nAlways required on subEvents." } diff --git a/event-image-post.json b/event-image-post.json index 48b29b7..63191aa 100644 --- a/event-image-post.json +++ b/event-image-post.json @@ -1,7 +1,7 @@ { "title": "event.image.post", "type": "object", - "description": "Describes the request body to add an image to an [event](https://docs.publiq.be/docs/uitdatabank/models/event).", + "description": "Describes the request body to add an image to an [event](./models/event.json).", "properties": { "mediaObjectId": { "$ref": "./common-string-uuid.json", diff --git a/event-image-put.json b/event-image-put.json index 5ee81aa..c93b720 100644 --- a/event-image-put.json +++ b/event-image-put.json @@ -1,7 +1,7 @@ { "title": "event.image.put", "type": "object", - "description": "Describes the request body to update an image at an [event](https://docs.publiq.be/docs/uitdatabank/models/event).", + "description": "Describes the request body to update an image at an [event](./models/event.json).", "examples": [ { "description": "Picture of the last publiq event", diff --git a/event-image.json b/event-image.json index 6c35bc9..46297a1 100644 --- a/event-image.json +++ b/event-image.json @@ -1,7 +1,7 @@ { "$ref": "./common-mainImage.json", "title": "event.image", - "description": "URL to the main image of the [event](https://docs.publiq.be/docs/uitdatabank/models/event). Will be automatically be set by UiTdatabank to the URL of the first image in `mediaObject`.", + "description": "URL to the main image of the [event](./models/event.json). Will be automatically be set by UiTdatabank to the URL of the first image in `mediaObject`.", "examples": [ "https://io-test.uitdatabank.be/images/example.png" ] diff --git a/event-labels.json b/event-labels.json index 0ce1089..f5148f8 100644 --- a/event-labels.json +++ b/event-labels.json @@ -1,5 +1,5 @@ { "$ref": "./common-labels.json", "title": "event.labels", - "description": "One or more labels that categorize the [event](https://docs.publiq.be/docs/uitdatabank/models/event). Compared to [terms](./event-terms.json), labels do not have a defined set of possible values or a hierarchy.\n\nLabels are allowed to be visible for end users on publication channels.\n\nSee [hiddenLabels](./event-hiddenLabels.json) for labels that should not be visible on publication channels." + "description": "One or more labels that categorize the [event](./models/event.json). Compared to [terms](./event-terms.json), labels do not have a defined set of possible values or a hierarchy.\n\nLabels are allowed to be visible for end users on publication channels.\n\nSee [hiddenLabels](./event-hiddenLabels.json) for labels that should not be visible on publication channels." } diff --git a/event-languages.json b/event-languages.json index bb9d9f2..ffa982e 100644 --- a/event-languages.json +++ b/event-languages.json @@ -1,5 +1,5 @@ { "$ref": "./common-languages.json", "title": "event.languages", - "description": "List of languages that the [event](https://docs.publiq.be/docs/uitdatabank/models/event) is available in. (Not all localizable properties may contain every language though)\n\nAdded automatically by UiTdatabank based on the languages present in localized properties.\n\nSee also [completedLanguages](./models/event-completedLanguages.json)." + "description": "List of languages that the [event](./models/event.json) is available in. (Not all localizable properties may contain every language though)\n\nAdded automatically by UiTdatabank based on the languages present in localized properties.\n\nSee also [completedLanguages](./models/event-completedLanguages.json)." } diff --git a/event-main-image-put.json b/event-main-image-put.json index 767d30f..8ae6cdd 100644 --- a/event-main-image-put.json +++ b/event-main-image-put.json @@ -1,7 +1,7 @@ { "title": "event.main.image.put", "type": "object", - "description": "Describes the request body to set an image as the main image of an [event](https://docs.publiq.be/docs/uitdatabank/models/event).", + "description": "Describes the request body to set an image as the main image of an [event](./models/event.json).", "examples": [ { "mediaObjectId": "4b349765-9499-4d35-b295-c82ede576cf0" diff --git a/event-mainLanguage.json b/event-mainLanguage.json index 3bf214c..d61affb 100644 --- a/event-mainLanguage.json +++ b/event-mainLanguage.json @@ -1,5 +1,5 @@ { "$ref": "./common-mainLanguage.json", "title": "event.mainLanguage", - "description": "The main language that the [event](https://docs.publiq.be/docs/uitdatabank/models/event) is described in. All localized properties like (./models/event-openingHours.json)(./models/event-name.json) and [description](./models/event-description.json) will be required to have at least a value for this language.\n\nCan be one of `nl`, `fr`, `de`, or `en`." + "description": "The main language that the [event](./models/event.json) is described in. All localized properties like (./models/event-openingHours.json)(./models/event-name.json) and [description](./models/event-description.json) will be required to have at least a value for this language.\n\nCan be one of `nl`, `fr`, `de`, or `en`." } diff --git a/event-mediaObject.json b/event-mediaObject.json index c3b6dd1..67fe56b 100644 --- a/event-mediaObject.json +++ b/event-mediaObject.json @@ -1,5 +1,5 @@ { "$ref": "./common-images.json", "title": "event.mediaObject", - "description": "A list of media objects related to the [event](https://docs.publiq.be/docs/uitdatabank/models/event), in reality always images but called mediaObject for backward compatibility. The main image of the event will always be set to the first image in this list when creating/updating an event with multiple images." + "description": "A list of media objects related to the [event](./models/event.json), in reality always images but called mediaObject for backward compatibility. The main image of the event will always be set to the first image in this list when creating/updating an event with multiple images." } diff --git a/event-modified.json b/event-modified.json index c4230c2..38ed579 100644 --- a/event-modified.json +++ b/event-modified.json @@ -1,5 +1,5 @@ { "$ref": "./common-string-datetime-readOnly.json", "title": "event.modified", - "description": "Date formatted as an ISO-8601 datetime, added automatically by UiTdatabank based on the date & time the [event](https://docs.publiq.be/docs/uitdatabank/models/event) was last modified.\n\nFor example `2021-05-17T22:00:00+00:00`." + "description": "Date formatted as an ISO-8601 datetime, added automatically by UiTdatabank based on the date & time the [event](./models/event.json) was last modified.\n\nFor example `2021-05-17T22:00:00+00:00`." } diff --git a/event-name.json b/event-name.json index 655b7c0..50ec294 100644 --- a/event-name.json +++ b/event-name.json @@ -1,5 +1,5 @@ { "$ref": "./common-name.json", "title": "event.name", - "description": "The human-readable, localized name of the [event](https://docs.publiq.be/docs/uitdatabank/models/event).\n\nRequires at least one value, for the language specified in the [mainLanguage](./event-mainLanguage.json) property." + "description": "The human-readable, localized name of the [event](./models/event.json).\n\nRequires at least one value, for the language specified in the [mainLanguage](./event-mainLanguage.json) property." } diff --git a/event-onlineUrl.json b/event-onlineUrl.json index c320e74..67aab41 100644 --- a/event-onlineUrl.json +++ b/event-onlineUrl.json @@ -2,5 +2,5 @@ "$ref": "./common-string-uri.json", "examples": [], "title": "event.onlineUrl", - "description": "The url to follow the [event](https://docs.publiq.be/docs/uitdatabank/models/event) online." + "description": "The url to follow the [event](./models/event.json) online." } diff --git a/event-openingHours.json b/event-openingHours.json index 01fec34..2d72cc7 100644 --- a/event-openingHours.json +++ b/event-openingHours.json @@ -1,5 +1,5 @@ { "$ref": "./common-openingHours.json", "title": "event.openingHours", - "description": "A list of multiple open/closed times and weekdays indicating when the [event](https://docs.publiq.be/docs/uitdatabank/models/event) is happening when using the `periodic` [calendarType](./models/event-calendarType.json)." + "description": "A list of multiple open/closed times and weekdays indicating when the [event](./models/event.json) is happening when using the `periodic` [calendarType](./models/event-calendarType.json)." } diff --git a/event-priceInfo.json b/event-priceInfo.json index 29cee14..88be7ab 100644 --- a/event-priceInfo.json +++ b/event-priceInfo.json @@ -1,5 +1,5 @@ { "$ref": "./common-priceInfo.json", "title": "event.priceInfo", - "description": "A list of tariffs available for tickets/reservations to attend the [event](https://docs.publiq.be/docs/uitdatabank/models/event)." + "description": "A list of tariffs available for tickets/reservations to attend the [event](./models/event.json)." } diff --git a/event-production.json b/event-production.json index 3d9640c..06e5884 100644 --- a/event-production.json +++ b/event-production.json @@ -1,5 +1,5 @@ { - "description": "The production that the [event](https://docs.publiq.be/docs/uitdatabank/models/event) belongs to.\n\nA production is a group of events that share the same subject but are taking place in different locations and/or are organized by different organizers.\n\nFor example a theatre show that is scheduled to be performed at different locations, or a movie that will be screened at different cinema's.", + "description": "The production that the [event](./models/event.json) belongs to.\n\nA production is a group of events that share the same subject but are taking place in different locations and/or are organized by different organizers.\n\nFor example a theatre show that is scheduled to be performed at different locations, or a movie that will be screened at different cinema's.", "type": "object", "examples": [ { diff --git a/event-sameAs.json b/event-sameAs.json index c97cac1..6541a47 100644 --- a/event-sameAs.json +++ b/event-sameAs.json @@ -1,5 +1,5 @@ { "$ref": "./common-sameAs.json", "title": "event.sameAs", - "description": "One or more URIs that represent the same [event](https://docs.publiq.be/docs/uitdatabank/models/event) on another API or website, not necessarily in JSON-LD format.\n\nAdded automatically by UiTdatabank based on info from other systems.\n\nFor example `http://www.uitinvlaanderen.be/agenda/e/test-event/85b04295-479c-40f5-b3dd-469dfb4387b3`." + "description": "One or more URIs that represent the same [event](./models/event.json) on another API or website, not necessarily in JSON-LD format.\n\nAdded automatically by UiTdatabank based on info from other systems.\n\nFor example `http://www.uitinvlaanderen.be/agenda/e/test-event/85b04295-479c-40f5-b3dd-469dfb4387b3`." } diff --git a/event-startDate.json b/event-startDate.json index f360554..4b6b377 100644 --- a/event-startDate.json +++ b/event-startDate.json @@ -1,5 +1,5 @@ { "$ref": "./common-string-datetime.json", "title": "event.startDate", - "description": "The date & time that the [event](https://docs.publiq.be/docs/uitdatabank/models/event) or [subEvent](./models/event-subEvent.json) starts, as an ISO-8601 date. For example `2021-05-17T22:00:00+00:00`.\n\nRequired on events when using one of the following calendarTypes:\n\n- `single`\n- `multiple`\n- `periodic`\n\nAlways required on subEvents." + "description": "The date & time that the [event](./models/event.json) or [subEvent](./models/event-subEvent.json) starts, as an ISO-8601 date. For example `2021-05-17T22:00:00+00:00`.\n\nRequired on events when using one of the following calendarTypes:\n\n- `single`\n- `multiple`\n- `periodic`\n\nAlways required on subEvents." } diff --git a/event-status.json b/event-status.json index 3192e94..97c2fff 100644 --- a/event-status.json +++ b/event-status.json @@ -1,5 +1,5 @@ { "$ref": "./common-status.json", "title": "event.status", - "description": "Indicates if the [event](https://docs.publiq.be/docs/uitdatabank/models/event) is still happening as scheduled or not." + "description": "Indicates if the [event](./models/event.json) is still happening as scheduled or not." } diff --git a/event-subEvent-put.json b/event-subEvent-put.json index 631eba3..36947aa 100644 --- a/event-subEvent-put.json +++ b/event-subEvent-put.json @@ -1,7 +1,7 @@ { "title": "event.subEvent.put", "type": "array", - "description": "A list of occurrences of the [event](https://docs.publiq.be/docs/uitdatabank/models/event) when using the `single` or `multiple` [calendarType](./models/event-calendarType.json).", + "description": "A list of occurrences of the [event](./models/event.json) when using the `single` or `multiple` [calendarType](./models/event-calendarType.json).", "examples": [ [ { diff --git a/event-subEvent.json b/event-subEvent.json index 95a8656..cd4b982 100644 --- a/event-subEvent.json +++ b/event-subEvent.json @@ -1,7 +1,7 @@ { "title": "event.subEvent", "type": "array", - "description": "A list of occurrences of the [event](https://docs.publiq.be/docs/uitdatabank/models/event) when using the `single` or `multiple` [calendarType](./models/event-calendarType.json).", + "description": "A list of occurrences of the [event](./models/event.json) when using the `single` or `multiple` [calendarType](./models/event-calendarType.json).", "examples": [ [ { diff --git a/event-terms.json b/event-terms.json index b98a3c8..4f5d656 100644 --- a/event-terms.json +++ b/event-terms.json @@ -1,7 +1,7 @@ { "type": "array", "title": "event.terms", - "description": "A list of taxonomy terms used to categorize the [event](https://docs.publiq.be/docs/uitdatabank/models/event).\n\nTerms are pre-defined and can be found using our [guide about taxonomy terms](../docs/taxonomy-api/terms.md).\n\nAn event requires at least one term, to define its type. (For example a concert, theater show, ...)", + "description": "A list of taxonomy terms used to categorize the [event](./models/event.json).\n\nTerms are pre-defined and can be found using our [guide about taxonomy terms](../docs/taxonomy-api/terms.md).\n\nAn event requires at least one term, to define its type. (For example a concert, theater show, ...)", "uniqueItems": true, "minItems": 1, "contains": { diff --git a/event-typicalAgeRange-put.json b/event-typicalAgeRange-put.json index 95146e8..fe97a59 100644 --- a/event-typicalAgeRange-put.json +++ b/event-typicalAgeRange-put.json @@ -1,7 +1,7 @@ { "title": "event.typicalAgeRange.put", "type": "object", - "description": "Describes the request body to set the typical age range of an [event](https://docs.publiq.be/docs/uitdatabank/models/event).", + "description": "Describes the request body to set the typical age range of an [event](./models/event.json).", "examples": [ { "typicalAgeRange": "6-12" diff --git a/event-typicalAgeRange.json b/event-typicalAgeRange.json index 0fe07fa..05dbf53 100644 --- a/event-typicalAgeRange.json +++ b/event-typicalAgeRange.json @@ -1,5 +1,5 @@ { "$ref": "./common-typicalAgeRange.json", "title": "event.typicalAgeRange", - "description": "Indicates the minimum and maximum age to attend the [event](https://docs.publiq.be/docs/uitdatabank/models/event). For example `6-12`, `0-12`, `-12`, or `6-`." + "description": "Indicates the minimum and maximum age to attend the [event](./models/event.json). For example `6-12`, `0-12`, `-12`, or `6-`." } diff --git a/event-workflowStatus-put.json b/event-workflowStatus-put.json index 62a9702..feb9d5b 100644 --- a/event-workflowStatus-put.json +++ b/event-workflowStatus-put.json @@ -7,7 +7,7 @@ }, "availableFrom": { "$ref": "./event-availableFrom.json", - "description": "Can be set when changing the workflowStatus to `READY_FOR_VALIDATION`. The first date & time that the [event](https://docs.publiq.be/docs/uitdatabank/models/event) is allowed to be visible on publication channels. If omitted when changing the workflowStatus to `READY_FOR_VALIDATION`, the current datetime will be used. Must be formatted as an ISO-8601 datetime." + "description": "Can be set when changing the workflowStatus to `READY_FOR_VALIDATION`. The first date & time that the [event](./models/event.json) is allowed to be visible on publication channels. If omitted when changing the workflowStatus to `READY_FOR_VALIDATION`, the current datetime will be used. Must be formatted as an ISO-8601 datetime." }, "reason": { "type": "string",