diff --git a/event-languages.json b/event-languages.json index 64cd71f..bb9d9f2 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](./event-completedLanguages.json)." + "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)." } diff --git a/place-mainLanguage.json b/place-mainLanguage.json index 7f7188d..f66d8bb 100644 --- a/place-mainLanguage.json +++ b/place-mainLanguage.json @@ -1,5 +1,5 @@ { "$ref": "./common-mainLanguage.json", "title": "place.mainLanguage", - "description": "The main language that the [place](https://docs.publiq.be/docs/uitdatabank/models/place) is described in. All localized properties like (./models/event-openingHours.json)(./models/place-name.json) and [description](./place-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 [place](https://docs.publiq.be/docs/uitdatabank/models/place) is described in. All localized properties like (./models/event-openingHours.json)(./models/place-name.json) and [description](./models/place-description.json) will be required to have at least a value for this language.\n\nCan be one of `nl`, `fr`, `de`, or `en`." }