From f14d21fb04d81ec71a649c6b272ca96bb6894e86 Mon Sep 17 00:00:00 2001 From: kathryn-ods Date: Thu, 5 Dec 2024 15:38:10 +0000 Subject: [PATCH 1/5] updating changelog --- docs/hsds/changelog.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/hsds/changelog.md b/docs/hsds/changelog.md index a0a92c9..a261fa3 100644 --- a/docs/hsds/changelog.md +++ b/docs/hsds/changelog.md @@ -5,8 +5,10 @@ This page provides the list of changes that have been made to the HSDS schema. ## [v3.1.1](https://github.com/openreferral/specification/releases/tag/v3.1.1) -* Made Page.empty a required field for API responses - +* Made `Page.Empty` a required field for API responses +* Fixed bad foreign keys and missing values in some example data +* Set `service_capacity.updated.datapackage_type` to `datetime` +* Set `constraints` for fields in `unit` and `service_capacity` schemas ## [v3.1](https://github.com/openreferral/specification/releases/tag/v3.1) From 5a9468524c16aeb7fd17a0e687b285b34e8d5ff6 Mon Sep 17 00:00:00 2001 From: kathryn-ods Date: Thu, 5 Dec 2024 15:43:45 +0000 Subject: [PATCH 2/5] fixing typos --- docs/hsds/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hsds/changelog.md b/docs/hsds/changelog.md index a261fa3..79ee9a8 100644 --- a/docs/hsds/changelog.md +++ b/docs/hsds/changelog.md @@ -77,7 +77,7 @@ This page provides the list of changes that have been made to the HSDS schema. * added `minimum_age` and `maximum_age` * For `organization` * added `logo` - * added `parent_oranization_id` + * added `parent_organization_id` * added `uri` * added `website` * `organization_identifier` entity added From 3c374848f915f08a539245fa1b489194e31133d3 Mon Sep 17 00:00:00 2001 From: kathryn-ods Date: Thu, 5 Dec 2024 15:46:39 +0000 Subject: [PATCH 3/5] Revert "fixing typos" This reverts commit 5a9468524c16aeb7fd17a0e687b285b34e8d5ff6. --- docs/hsds/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hsds/changelog.md b/docs/hsds/changelog.md index 79ee9a8..a261fa3 100644 --- a/docs/hsds/changelog.md +++ b/docs/hsds/changelog.md @@ -77,7 +77,7 @@ This page provides the list of changes that have been made to the HSDS schema. * added `minimum_age` and `maximum_age` * For `organization` * added `logo` - * added `parent_organization_id` + * added `parent_oranization_id` * added `uri` * added `website` * `organization_identifier` entity added From d730d3be414be2994895fc2fc2f3bdc8daf87f99 Mon Sep 17 00:00:00 2001 From: kathryn-ods Date: Thu, 5 Dec 2024 15:48:14 +0000 Subject: [PATCH 4/5] fixing typo on changelog --- docs/hsds/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hsds/changelog.md b/docs/hsds/changelog.md index a261fa3..79ee9a8 100644 --- a/docs/hsds/changelog.md +++ b/docs/hsds/changelog.md @@ -77,7 +77,7 @@ This page provides the list of changes that have been made to the HSDS schema. * added `minimum_age` and `maximum_age` * For `organization` * added `logo` - * added `parent_oranization_id` + * added `parent_organization_id` * added `uri` * added `website` * `organization_identifier` entity added From 333d09639f4984f5e5e6586f42cd54c29672ab2a Mon Sep 17 00:00:00 2001 From: kathryn-ods Date: Thu, 5 Dec 2024 15:49:47 +0000 Subject: [PATCH 5/5] removing hypothes.is explanation from docs --- docs/index.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/index.md b/docs/index.md index 0ada371..6f2e3cf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -28,14 +28,6 @@ This documentation also provides materials about the Open Referral Initiative it The contents of the *About the Open Referral Initiative* section may be of interest for those looking to understand more about the wider Open Referral project as well as other standards which are relevant to HSDS. -### Comment on our docs using Hypothes.is - -This documentation supports community comments via [Hypothes.is](https://web.hypothes.is/). - -Hypothes.is is an annotation service embedded into this documentation site. You may notice some text highlighted in yellow, or the button in the top right of each page which reveals the list of annotations for that page. - -To get involved in annotating the documentation, you'll need to create an account at Hypothes.is, but it's otherwise as simple as highlighting some text on the page and using the pop-up box to add your comments. - ## Our ecosystem **Open Referral’s ecosystem** includes a range of working open source software applications that can be freely redeployed to work with HSDS-compatible data and/or APIs. Many of these tools can be found in [our Github organization](http://github.com/openreferral).