Skip to content

Commit

Permalink
Merge pull request #532 from openreferral/3.1.1-514-page-empty
Browse files Browse the repository at this point in the history
PATCH: making page.empty a required field
  • Loading branch information
kathryn-ods authored Dec 5, 2024
2 parents 733e148 + f9466d8 commit f3c4b93
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/extras/openapi30.json
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,10 @@
"type": "boolean",
"description": "A Boolean value indicating if there is an empty result set"
}
}
},
"required": [
"empty"
]
}
},
"parameters": {
Expand Down
5 changes: 5 additions & 0 deletions docs/hsds/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Changelog

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


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

### New schemas
Expand Down
3 changes: 2 additions & 1 deletion schema/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,8 @@
"type": "boolean",
"description": "A Boolean value indicating if there is an empty result set"
}
}
},
"required": ["empty"]
}
},
"parameters": {
Expand Down

0 comments on commit f3c4b93

Please sign in to comment.