Skip to content

Commit

Permalink
making page.empty a required field
Browse files Browse the repository at this point in the history
  • Loading branch information
kathryn-ods committed Dec 5, 2024
1 parent 733e148 commit f9466d8
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 f9466d8

Please sign in to comment.