Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.1.1 docs #533

Merged
merged 5 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/hsds/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -75,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
Expand Down
8 changes: 0 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Loading