Skip to content

Commit

Permalink
feat: Add hasCredential to Booking Service as per openactive/conforma…
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk committed Jun 21, 2022
1 parent 19b6461 commit 95006cf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion versions/2.x/models/BookingService.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"name",
"url",
"termsOfService",
"softwareVersion"
"softwareVersion",
"hasCredential"
],
"notInSpec": [],
"fields": {
Expand Down Expand Up @@ -75,6 +76,14 @@
"description": [
"The version of the application, useful for on-premise installations. Note this property is in EARLY RELEASE AND IS SUBJECT TO CHANGE, as the [Dataset API Discovery specification](https://openactive.io/dataset-api-discovery/EditorsDraft/) evolves."
]
},
"hasCredential": {
"fieldName": "hasCredential",
"sameAs": "https://pending.schema.org/hasCredential",
"requiredType": "https://schema.org/URL",
"description": [
"A human and machine-readable certification file that asserts the service's conformance to established standards. The value of this property should be a URL that resolves to a valid and up-to-date OpenActive Test Suite Conformance Certificate for this implementation. Note this property is in EARLY RELEASE AND IS SUBJECT TO CHANGE, as the [Dataset API Discovery specification](https://openactive.io/dataset-api-discovery/EditorsDraft/) evolves."
]
}
}
}

0 comments on commit 95006cf

Please sign in to comment.