Skip to content

Commit

Permalink
Fix place and organisation url
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Eelen committed Oct 5, 2023
1 parent 87089e5 commit bd4d54d
Show file tree
Hide file tree
Showing 57 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion event-location.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./place-reference.json",
"title": "event.location",
"description": "A reference to a [place](https://docs.publiq.be/docs/uitdatabank/models/place) linked to the event. When writing an event it should only contain an `@id` property. When reading an event it will contain all the properties from the [place](https://docs.publiq.be/docs/uitdatabank/models/place). Always required when creating/updating an event, except when using [attendanceMode](./models/event-attendanceMode.json) `online`."
"description": "A reference to a [place](./models/place.json) linked to the event. When writing an event it should only contain an `@id` property. When reading an event it will contain all the properties from the [place](./models/place.json). Always required when creating/updating an event, except when using [attendanceMode](./models/event-attendanceMode.json) `online`."
}
2 changes: 1 addition & 1 deletion event-organizer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./organizer-reference.json",
"title": "event.organizer",
"description": "A reference to an [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer) linked to the event. When writing an event it should only contain an `@id` property. When reading an event it will contain all the properties from the [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer)."
"description": "A reference to an [organizer](./models/organizer.json) linked to the event. When writing an event it should only contain an `@id` property. When reading an event it will contain all the properties from the [organizer](./models/organizer.json)."
}
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "organizer.@id",
"type": "string",
"format": "uri",
"description": "A unique URI that acts as globally unique ID for the [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer). 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 [organizer](./models/organizer.json). Based on [JSON-LD node identifiers](https://www.w3.org/TR/json-ld/#node-identifiers).",
"examples": [
"https://io-test.uitdatabank.be/organizers/5cf42d51-3a4f-46f0-a8af-1cf672be8c84"
],
Expand Down
2 changes: 1 addition & 1 deletion organizer-address.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-address.json",
"title": "organizer.address",
"description": "The address the [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer) is located at. Localized because some parts like the municipality or street address can be different in Dutch, French, German and/or English.\n\nRequires at least one locale, specifically the one defined in the [mainLanguage](./models/organizer-mainLanguage.json) of the organizer.\n\n**Only add a localized version if it's an official variant!**"
"description": "The address the [organizer](./models/organizer.json) is located at. Localized because some parts like the municipality or street address can be different in Dutch, French, German and/or English.\n\nRequires at least one locale, specifically the one defined in the [mainLanguage](./models/organizer-mainLanguage.json) of the organizer.\n\n**Only add a localized version if it's an official variant!**"
}
2 changes: 1 addition & 1 deletion organizer-completedLanguages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-languages.json",
"title": "organizer.completedLanguages",
"description": "List of languages that _every_ localizable property on the [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer) is available in.\n\nAdded automatically by UiTdatabank based on the languages present in localized properties.\n\nSee also [languages](./organizer-languages.json)."
"description": "List of languages that _every_ localizable property on the [organizer](./models/organizer.json) is available in.\n\nAdded automatically by UiTdatabank based on the languages present in localized properties.\n\nSee also [languages](./organizer-languages.json)."
}
2 changes: 1 addition & 1 deletion organizer-contact.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "organizer.contact",
"type": "array",
"description": "Contact info of the [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer) in a legacy format, containing one or more phone numbers, email addresses and/or website URLs.\n\nA type is used to categories the kind of contact information. The type can be either: url, email or phone.",
"description": "Contact info of the [organizer](./models/organizer.json) in a legacy format, containing one or more phone numbers, email addresses and/or website URLs.\n\nA type is used to categories the kind of contact information. The type can be either: url, email or phone.",
"examples": [
[
{
Expand Down
2 changes: 1 addition & 1 deletion organizer-contactPoint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-contactPoint.json",
"title": "organizer.contactPoint",
"description": "Contact info of the [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer), containing one or more phone numbers, email addresses, and/or website URLs."
"description": "Contact info of the [organizer](./models/organizer.json), containing one or more phone numbers, email addresses, and/or website URLs."
}
2 changes: 1 addition & 1 deletion organizer-contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
},
"title": "organizer.contributors",
"readOnly": true,
"description": "List of contributors on an [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer). Only included if you request the organizer with an authenticated user who has the \"Aanbod bewerken\" permission on the organizer."
"description": "List of contributors on an [organizer](./models/organizer.json). Only included if you request the organizer with an authenticated user who has the \"Aanbod bewerken\" permission on the organizer."
}
2 changes: 1 addition & 1 deletion organizer-created.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-string-datetime-readOnly.json",
"title": "organizer.created",
"description": "Date formatted as an ISO-8601 datetime, added automatically by UiTdatabank based on the date & time the [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer) 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 [organizer](./models/organizer.json) was created at.\n\nFor example `2021-05-17T22:00:00+00:00`."
}
2 changes: 1 addition & 1 deletion organizer-creator.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-creator.json",
"title": "organizer.creator",
"description": "The unique identifier of the creator of the [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer). 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 organizer."
"description": "The unique identifier of the creator of the [organizer](./models/organizer.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 organizer."
}
2 changes: 1 addition & 1 deletion organizer-description.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-description.json",
"title": "organizer.description",
"description": "A human-readable, internationalized description of the [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer).\n\nRequires at least one value, for the language specified in the [mainLanguage](./models/organizer-mainLanguage.json) property."
"description": "A human-readable, internationalized description of the [organizer](./models/organizer.json).\n\nRequires at least one value, for the language specified in the [mainLanguage](./models/organizer-mainLanguage.json) property."
}
2 changes: 1 addition & 1 deletion organizer-educationalDescription.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-description.json",
"title": "organizer.educationalDescription",
"description": "A human-readable, internationalized educational description of the [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer) that can be used as a description targeted to schools and teachers.\n\nRequires at least one value, for the language specified in the [mainLanguage](./models/organizer-mainLanguage.json) property."
"description": "A human-readable, internationalized educational description of the [organizer](./models/organizer.json) that can be used as a description targeted to schools and teachers.\n\nRequires at least one value, for the language specified in the [mainLanguage](./models/organizer-mainLanguage.json) property."
}
2 changes: 1 addition & 1 deletion organizer-image-post.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "organizer.image.post",
"type": "object",
"description": "Describes the request body to add an image to an [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer).",
"description": "Describes the request body to add an image to an [organizer](./models/organizer.json).",
"examples": [],
"properties": {
"id": {
Expand Down
2 changes: 1 addition & 1 deletion organizer-images-patch.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "array",
"title": "organizer.images.patch",
"description": "Describes the request body to update one or more images on an [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer).",
"description": "Describes the request body to update one or more images on an [organizer](./models/organizer.json).",
"minItems": 1,
"items": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion organizer-images.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-images.json",
"title": "organizer.images",
"description": "Describes an array of images that are linked to an [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer). The main image of the organizer will always be set to the first image in this list when creating/updating an organizer with multiple images."
"description": "Describes an array of images that are linked to an [organizer](./models/organizer.json). The main image of the organizer will always be set to the first image in this list when creating/updating an organizer with multiple images."
}
2 changes: 1 addition & 1 deletion organizer-labels.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-labels.json",
"title": "organizer.labels",
"description": "One or more labels that categorize the [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer). 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\nLabels must match the `^(?=.{2,255}$)(?=.*\\S.*\\S.*)[^;]*$` pattern.\n\nSee [hiddenLabels](./organizer-hiddenLabels.json) for labels that should not be visible on publication channels."
"description": "One or more labels that categorize the [organizer](./models/organizer.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\nLabels must match the `^(?=.{2,255}$)(?=.*\\S.*\\S.*)[^;]*$` pattern.\n\nSee [hiddenLabels](./organizer-hiddenLabels.json) for labels that should not be visible on publication channels."
}
2 changes: 1 addition & 1 deletion organizer-languages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-languages.json",
"title": "organizer.languages",
"description": "List of languages that the [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer) 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](./organizer-completedLanguages.json)."
"description": "List of languages that the [organizer](./models/organizer.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](./organizer-completedLanguages.json)."
}
2 changes: 1 addition & 1 deletion organizer-mainImage.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-mainImage.json",
"title": "organizer.mainImage",
"description": "URL to the main image of the [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer). Will be automatically be set by UiTdatabank to the URL of the first image in `images`."
"description": "URL to the main image of the [organizer](./models/organizer.json). Will be automatically be set by UiTdatabank to the URL of the first image in `images`."
}
2 changes: 1 addition & 1 deletion organizer-mainLanguage.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-mainLanguage.json",
"title": "organizer.mainLanguage",
"description": "The main language that the [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer) is described in. All localized properties like [name](./models/organizer-name.json) and [description](./models/organizer-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 [organizer](./models/organizer.json) is described in. All localized properties like [name](./models/organizer-name.json) and [description](./models/organizer-description.json) will be required to have at least a value for this language.\n\nCan be one of `nl`, `fr`, `de`, or `en`."
}
2 changes: 1 addition & 1 deletion organizer-modified.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-string-datetime-readOnly.json",
"title": "organizer.modified",
"description": "Date formatted as an ISO-8601 datetime, added automatically by UiTdatabank based on the date & time the [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer) 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 [organizer](./models/organizer.json) was last modified.\n\nFor example `2021-05-17T22:00:00+00:00`."
}
2 changes: 1 addition & 1 deletion organizer-name.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-name.json",
"title": "organizer.name",
"description": "The human-readable, localized name of the [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer).\n\nRequires at least one value, for the language specified in the [mainLanguage](./models/organizer-mainLanguage.json) property."
"description": "The human-readable, localized name of the [organizer](./models/organizer.json).\n\nRequires at least one value, for the language specified in the [mainLanguage](./models/organizer-mainLanguage.json) property."
}
2 changes: 1 addition & 1 deletion organizer-workflowStatus.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "string",
"title": "organizer.workflowStatus",
"description": "The status of the [organizer](https://docs.publiq.be/docs/uitdatabank/models/organizer) in the moderation workflow.\n\nCan be one of two values:\n\n- `ACTIVE`: The organizer is created and can be used.\n- `DELETED`: The organizer was deleted and should not be visible on any publication channels.",
"description": "The status of the [organizer](./models/organizer.json) in the moderation workflow.\n\nCan be one of two values:\n\n- `ACTIVE`: The organizer is created and can be used.\n- `DELETED`: The organizer was deleted and should not be visible on any publication channels.",
"enum": [
"ACTIVE",
"DELETED"
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "string",
"format": "uri",
"pattern": "^http[s]?:\\/\\/.+?\\/place[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 [place](https://docs.publiq.be/docs/uitdatabank/models/place). 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 [place](./models/place.json). Based on (JSON-LD node identifiers)[https://www.w3.org/TR/json-ld/#node-identifiers].",
"examples": [
"https://io-test.uitdatabank.be/place/85b04295-479c-40f5-b3dd-469dfb4387b3"
]
Expand Down
2 changes: 1 addition & 1 deletion place-address-put.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-address-localized.json",
"title": "place.address.put",
"description": "New address of the [place](https://docs.publiq.be/docs/uitdatabank/models/place), localized in a single language."
"description": "New address of the [place](./models/place.json), localized in a single language."
}
2 changes: 1 addition & 1 deletion place-address.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-address.json",
"title": "place.address",
"description": "The address the [place](https://docs.publiq.be/docs/uitdatabank/models/place) is located at. Localized because some parts like the municipality or street address can be different in Dutch, French, German and/or English.\n\nRequires at least one locale, specifically the one defined in the [mainLanguage](./models/place-mainLanguage.json) of the place.\n\n**Only add a localized version if it's an official variant!**"
"description": "The address the [place](./models/place.json) is located at. Localized because some parts like the municipality or street address can be different in Dutch, French, German and/or English.\n\nRequires at least one locale, specifically the one defined in the [mainLanguage](./models/place-mainLanguage.json) of the place.\n\n**Only add a localized version if it's an official variant!**"
}
2 changes: 1 addition & 1 deletion place-availableFrom-put.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"properties": {
"availableFrom": {
"$ref": "./common-string-datetime.json",
"description": "The first date & time that the [place](https://docs.publiq.be/docs/uitdatabank/models/place) 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 [place](./models/place.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": [
Expand Down
2 changes: 1 addition & 1 deletion place-availableFrom.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-string-datetime.json",
"title": "place.availableFrom",
"description": "The first date & time that the [place](https://docs.publiq.be/docs/uitdatabank/models/place) 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 [place](./models/place.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`."
}
2 changes: 1 addition & 1 deletion place-availableTo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-string-datetime-readOnly.json",
"title": "place.availableTo",
"description": "The last date & time that the [place](https://docs.publiq.be/docs/uitdatabank/models/place) is allowed to be visible on publication channels.\n\nAdded automatically by UiTdatabank based on either the [startDate](./place-startDate) or [endDate](./place-endDate.json) depending on the [event type](./place-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 [place](./models/place.json) is allowed to be visible on publication channels.\n\nAdded automatically by UiTdatabank based on either the [startDate](./place-startDate) or [endDate](./place-endDate.json) depending on the [event type](./place-terms.json).\n\nFormatted as an ISO-8601 datetime. For example `2021-05-17T22:00:00+00:00`."
}
2 changes: 1 addition & 1 deletion place-bookingInfo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-bookingInfo.json",
"title": "place.bookingInfo",
"description": "Booking info of the [place](https://docs.publiq.be/docs/uitdatabank/models/place), containing one or more phone numbers, email addresses, and/or website URLs."
"description": "Booking info of the [place](./models/place.json), containing one or more phone numbers, email addresses, and/or website URLs."
}
2 changes: 1 addition & 1 deletion place-completedLanguages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-languages.json",
"title": "place.completedLanguages",
"description": "List of languages that _every_ localizable property on the [place](https://docs.publiq.be/docs/uitdatabank/models/place) is available in.\n\nAdded automatically by UiTdatabank based on the languages present in localized properties.\n\nSee also [languages](./place-languages.json)."
"description": "List of languages that _every_ localizable property on the [place](./models/place.json) is available in.\n\nAdded automatically by UiTdatabank based on the languages present in localized properties.\n\nSee also [languages](./place-languages.json)."
}
2 changes: 1 addition & 1 deletion place-contactPoint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-contactPoint.json",
"title": "place.contactPoint",
"description": "Contact info of the [place](https://docs.publiq.be/docs/uitdatabank/models/place), containing one or more phone numbers, email addresses, and/or website URLs."
"description": "Contact info of the [place](./models/place.json), containing one or more phone numbers, email addresses, and/or website URLs."
}
Loading

0 comments on commit bd4d54d

Please sign in to comment.