-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Koen Eelen
committed
Oct 5, 2023
1 parent
87089e5
commit bd4d54d
Showing
57 changed files
with
57 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!**" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!**" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} |
Oops, something went wrong.