Skip to content

Commit

Permalink
Merge pull request #540 from openreferral/issue-537
Browse files Browse the repository at this point in the history
Issue 537
  • Loading branch information
kathryn-ods authored Feb 25, 2025
2 parents c457a0e + b347737 commit 5a9b4c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/extras/openapi30.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "HSDS OpenAPI",
"version": "3.0",
"description": "Open API for the Human Services Data Specification. See [HSDS documentation](http://docs.openreferral.org/en/3.0/) for more details on the specification.",
"description": "\nOpen Referral develops data standards and open source tools that make it easier to share, find and use information about health, human, and social services i.e. community resource directory data. Our Human Service Data Specification (HSDS, AKA \u2018the Open Referral format\u2019) is a data exchange format that enables resource directory data to be shared among heterogeneous information systems. \n\nWe provide an [OpenAPI](https://www.openapis.org/) specification that can be used as a blueprint for the design or adaptation of API platforms to provide read or read/write access to information on organizations, services, locations and the details about them. The API protocol provides most of the functionality needed for simple access and exchange of data.\n\nThis Swagger UI will aid the development of API's that will validate against the Open API specification. \n\nFor further info please see:\n- [API Reference Section in the Docs](http://docs.openreferral.org/en/latest/hsds/api_reference.html#)\n- [API Specification (GitHub)](https://github.com/openreferral/specification/tree/3.0/schema/openapi.json) & [Issue tracker](https://github.com/openreferral/specification/issues)\n ",
"license": {
"name": "Creative Commons Attribution Share-Alike 4.0 license",
"url": "https://creativecommons.org/licenses/by/4.0/"
Expand Down
13 changes: 11 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --resolver=backtracking requirements.in
# pip-compile requirements.in
#
alabaster==0.7.13
# via sphinx
Expand Down Expand Up @@ -41,7 +41,7 @@ docutils==0.17.1
# sphinxcontrib-opendataservices-jsonschema
erd-from-json-table-schema==0.2.0
# via -r requirements.in
flatterer==0.18.0
flatterer==0.18.2
# via hsds-schema-tools
fqdn==1.5.1
# via jsonschema
Expand All @@ -55,12 +55,16 @@ ijson==3.2.0.post0
# via flatterer
imagesize==1.4.1
# via sphinx
importlib-metadata==8.6.1
# via sphinx
isoduration==20.11.0
# via jsonschema
jinja2==3.1.2
# via
# myst-parser
# sphinx
json-merge-patch==0.2
# via hsds-schema-tools
jsonpointer==2.3
# via
# jsonschema
Expand Down Expand Up @@ -124,13 +128,16 @@ pyyaml==6.0
requests==2.31.0
# via
# check-jsonschema
# hsds-schema-tools
# sphinx
rfc3339-validator==0.1.4
# via jsonschema
rfc3987==1.3.8
# via jsonschema
ruamel-yaml==0.17.21
# via check-jsonschema
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
six==1.16.0
# via
# python-dateutil
Expand Down Expand Up @@ -194,6 +201,8 @@ urllib3==1.26.15
# transifex-client
webcolors==1.13
# via jsonschema
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 5a9b4c3

Please sign in to comment.