Skip to content

Commit

Permalink
fix: Update case to match latest openactive/dataset-api-discovery#2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Jun 21, 2022
1 parent 5b5fe2d commit f2f079d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions versions/2.x/models/WebAPI.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"requiredFields": [
"type",
"name",
"endpointURL",
"endpointUrl",
"conformsTo",
"endpointDescription",
"landingPage"
Expand All @@ -20,7 +20,7 @@
"description",
"documentation",
"termsOfService",
"endpointURL",
"endpointUrl",
"conformsTo",
"endpointDescription",
"landingPage",
Expand Down Expand Up @@ -79,14 +79,15 @@
"A link to terms of service related to the use of this API."
]
},
"endpointURL": {
"fieldName": "endpointURL",
"sameAs": "http://www.w3.org/ns/dcat#endpointURL",
"endpointUrl": {
"fieldName": "endpointUrl",
"sameAs": "https://openactive.io/endpointUrl",
"requiredType": "https://schema.org/URL",
"example": "https://example.bookingsystem.com/api/openbooking",
"description": [
"The base URL of the Open Booking API"
]
],
"schemaNote": "This has been defined in the OpenActive namespace, given that it was dropped from the PR at https://github.com/schemaorg/schemaorg/pull/2635."
},
"conformsTo": {
"fieldName": "conformsTo",
Expand Down

0 comments on commit f2f079d

Please sign in to comment.