Skip to content

Commit

Permalink
added availableTo links
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Eelen committed Oct 5, 2023
1 parent deea7f5 commit 8827804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion event-availableTo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$ref": "./common-string-datetime-readOnly.json",
"title": "event.availableTo",
"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`."
"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](./models/event-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-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](./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`."
"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](./models/place-startDate) or [endDate](./models/place-endDate.json) depending on the [event type](./models/place-terms.json).\n\nFormatted as an ISO-8601 datetime. For example `2021-05-17T22:00:00+00:00`."
}

0 comments on commit 8827804

Please sign in to comment.