You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/create-data-model-pr.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ jobs:
46
46
# - The dataset-site-template version number updating within the template in DatasetSiteMustacheTemplate.cs (affects one line)
47
47
# - Any updates to the package.json or package-lock.json files in OpenActive.DatasetSite.NET.Generator (not worth creating a PR JUST for these if the new version did not have any implications)
48
48
# git stashing if no material changes allows the next step to close the PR if one is already open
49
-
run: if [ "$(git diff --numstat | grep -vc '^1.*DatasetSiteMustacheTemplate\.cs\|.*package\.json\|.*package-lock\.json$')" -eq "0" ]; then git stash; else echo "Material changes found"; fi
49
+
run: if [ "$(git diff --numstat | grep -vc '^1.*DatasetSiteMustacheTemplate\.cs\|.*package\.json\|.*package-lock\.json$')" -eq "0" ]; then git stash; else echo "Material changes found"; fi
OrganisationPlainTextDescription="Established in 1993, GLL is the largest UK-based charitable social enterprise delivering leisure, health and community services. Under the consumer facing brand Better, we operate 258 public Sports and Leisure facilities, 88 libraries, 10 children’s centres and 5 adventure playgrounds in partnership with 50 local councils, public agencies and sporting organisations. Better leisure facilities enjoy 46 million visitors a year and have more than 650,000 members.",
36
+
OrganisationPlainTextDescription="Established in 1993, GLL is the largest UK-based charitable social enterprise delivering leisure, health and community services. Under the consumer facing brand Better, we operate 258 public Sports and Leisure facilities, 88 libraries, 10 children�s centres and 5 adventure playgrounds in partnership with 50 local councils, public agencies and sporting organisations. Better leisure facilities enjoy 46 million visitors a year and have more than 650,000 members.",
|`OpenDataFeedBaseUrl`|`Uri`| The base URL for the open data feeds (must not contain trailing `/`) |
46
-
|`DatasetSiteUrl`|`Uri`| The URL where this dataset site is displayed (the page's own URL) |
47
-
|`DatasetDiscussionUrl`|`Uri`| The GitHub issues page for the dataset |
48
-
|`DatasetDocumentationUrl`|`Uri`| Any documentation specific to the dataset. Defaults to https://developer.openactive.io/ if not provided, which should be used if no documentation is available. |
49
-
|`DatasetLanguages`|`List<string>`| The languages available in the dataset, following the IETF BCP 47 standard. Defaults to 'en-GB'. |
50
-
|`OrganisationName`|`string`| The publishing organisation's name |
51
-
|`OrganisationUrl`|`Uri`| The publishing organisation's URL |
52
-
|`OrganisationLegalEntity`|`string`| The legal name of the publishing organisation of this dataset |
53
-
|`OrganisationPlainTextDescription`|`string`| A plain text description of this organisation |
54
-
|`OrganisationLogoUrl`|`Uri`| An image URL of the publishing organisation's logo, ideally in PNG format |
55
-
|`OrganisationEmail`|`string`| The contact email of the publishing organisation of this dataset |
56
-
|`PlatformName`|`string`| The software platform's name. Only set this if different from the publishing organisation, otherwise leave as null to exclude platform metadata. |
57
-
|`PlatformUrl`|`Uri`| The software platform's website |
58
-
|`PlatformSoftwareVersion`|`string`| The software platform's software version |
59
-
|`BackgroundImageUrl`|`Uri`| The background image to show on the Dataset Site page |
60
-
|`DateFirstPublished`|`DateTimeOffset`| The date the dataset was first published |
|`OpenDataFeedBaseUrl`|`Uri`| The base URL for the open data feeds (must not contain trailing `/`) |
46
+
|`DatasetSiteUrl`|`Uri`| The URL where this dataset site is displayed (the page's own URL) |
47
+
|`DatasetDiscussionUrl`|`Uri`| The GitHub issues page for the dataset |
48
+
|`DatasetDocumentationUrl`|`Uri`| Any documentation specific to the dataset. Defaults to https://developer.openactive.io/ if not provided, which should be used if no documentation is available . |
49
+
|`DatasetLanguages`|`List<string>`| The languages available in the dataset, following the IETF BCP 47 standard. Defaults to 'en-GB'. |
50
+
|`OrganisationName`|`string`| The publishing organisation's name |
51
+
|`OrganisationUrl`|`Uri`| The publishing organisation's URL |
52
+
|`OrganisationLegalEntity`|`string`| The legal name of the publishing organisation of this dataset |
53
+
|`OrganisationPlainTextDescription`|`string`| A plain text description of this organisation |
54
+
|`OrganisationLogoUrl`|`Uri`| An image URL of the publishing organisation's logo, ideally in PNG format |
55
+
|`OrganisationEmail`|`string`| The contact email of the publishing organisation of this dataset |
56
+
|`PlatformName`|`string`| The software platform's name. Only set this if different from the publishing organisation, otherwise leave as null to exclude platform metadata. |
57
+
|`PlatformUrl`|`Uri`| The software platform's website |
58
+
|`PlatformSoftwareVersion`|`string`| The software platform's software version |
59
+
|`BackgroundImageUrl`|`Uri`| The background image to show on the Dataset Site page |
60
+
|`DateFirstPublished`|`DateTimeOffset`| The date the dataset was first published |
61
+
|`OpenBookingAPIBaseUrl`|`Uri`| The Base URI of this implementation of the Open Booking API |
62
+
|`OpenBookingAPIAuthenticationAuthorityUrl`|`Uri`| The location of the OpenID Provider that must be used to access the API |
63
+
|`OpenBookingAPIDocumentationUrl`|`Uri`| The URL of documentation related to how to use the Open Booking API. Defaults to https://developer.openactive.io/go/open-booking-api if not provided, which should be use if no documentation is available. |
64
+
|`OpenBookingAPITermsOfServiceUrl`|`Uri`| The URL of terms of service related to the use of this API |
65
+
|`OpenBookingAPIRegistrationUrl`|`Uri`| The URL of a web page that the Broker may use to obtain access to the API, e.g. via a web form |
66
+
|`TestSuiteCertificateUrl`|`Uri`| The URL of the OpenActive Test Suite certificate for this booking system |
63
67
64
68
#### Example
65
69
@@ -74,8 +78,6 @@ public class DatasetSiteController : Controller
Description=$"API that allows for seamless booking experiences to be created for {dataFeedHumanisedList.ToLowerInvariant()} available from {settings.OrganisationName}",
0 commit comments