Skip to content
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
4 changes: 2 additions & 2 deletions database/database_postgresql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- PostgreSQL database dump
--

\restrict 5lD4WUoeuggr8s3pfCfs9CLY6YIy2sTi916uQD0yUU8MpFN0fglsmkHhngXtr0n
\restrict NwvVkHoh5eZGgN74uKejsEIc4cq5ycgP54UAlJgjqp3OSdX5MAT3QAeJmz484GC


SET statement_timeout = 0;
Expand Down Expand Up @@ -2445,5 +2445,5 @@ ALTER TABLE ONLY public.url
-- PostgreSQL database dump complete
--

\unrestrict 5lD4WUoeuggr8s3pfCfs9CLY6YIy2sTi916uQD0yUU8MpFN0fglsmkHhngXtr0n
\unrestrict NwvVkHoh5eZGgN74uKejsEIc4cq5ycgP54UAlJgjqp3OSdX5MAT3QAeJmz484GC

2 changes: 1 addition & 1 deletion docs/extras/openapi30.json
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "https://raw.githubusercontent.com/openreferral/specification/3.0/schema/compiled/service.json"
"$ref": "https://raw.githubusercontent.com/openreferral/specification/3.0/schema/compiled/service_at_location.json"
}
}
}
Expand Down
6 changes: 6 additions & 0 deletions docs/hsds/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Changelog

This page provides the list of changes that have been made to the HSDS schema.

## [v3.2.1](https://github.com/openreferral/specification/releases/tag/v3.2.1)

### Bugfixes

* Fixed a bug where the `GET /service_at_locations/{id}` endpoint was declared as returning an instance of `service.json`. It now correctly declares that it returns an instance of `service_at_location.json`.

## [v3.2](https://github.com/openreferral/specification/releases/tag/v3.2)

### New codelists
Expand Down
2 changes: 1 addition & 1 deletion schema/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "https://raw.githubusercontent.com/openreferral/specification/3.0/schema/compiled/service.json"
"$ref": "https://raw.githubusercontent.com/openreferral/specification/3.0/schema/compiled/service_at_location.json"
}
}
}
Expand Down