Skip to content

Commit

Permalink
Slots url and temporary schema.org workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Apr 6, 2022
1 parent 1e06b9f commit 5f962b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion versions/2.x/models/FacilityUse.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
},
"provider": {
"fieldName": "provider",
"sameAs": "https://pending.schema.org/provider",
"sameAs": "https://schema.org/provider",
"model": "#Organization",
"description": [
"The organisation responsible for providing the facility"
Expand Down
13 changes: 10 additions & 3 deletions versions/2.x/models/Slot.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@
"remainingAttendeeCapacity",
"subEvent",
"schedulingNote",
"superEvent",
"url"
"superEvent"
]
},
"response": {
Expand Down Expand Up @@ -188,7 +187,6 @@
"subEvent",
"schedulingNote",
"superEvent",
"url",
"eventAttendanceMode"
],
"shallNotInclude": [
Expand Down Expand Up @@ -287,6 +285,15 @@
"The start date and time of the slot."
],
"example": "2018-01-27T12:00:00Z"
},
"url": {
"fieldName": "url",
"sameAs": "https://schema.org/url",
"requiredType": "https://schema.org/URL",
"description": [
"A URL to a web page (or section of a page) that describes the specific Slot."
],
"example": "https://example.com/slots/1234"
}
}
}

0 comments on commit 5f962b5

Please sign in to comment.