https://github.com/belgif/openapi-problem
OpenAPI data types for problem messages
https://github.com/belgif/openapi-problem
openapi rest rfc7807 standard
Last synced: 4 months ago
JSON representation
OpenAPI data types for problem messages
- Host: GitHub
- URL: https://github.com/belgif/openapi-problem
- Owner: belgif
- License: apache-2.0
- Created: 2020-03-26T16:56:31.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-07-15T03:33:45.000Z (7 months ago)
- Last Synced: 2025-07-15T08:44:26.388Z (7 months ago)
- Topics: openapi, rest, rfc7807, standard
- Homepage:
- Size: 61.5 KB
- Stars: 11
- Watchers: 6
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openapi-problem
This repository contains OpenAPI data types for problem messages, compliant to [RFC 9457 - Problem Details for HTTP APIs](https://www.rfc-editor.org/rfc/rfc9457) (which obsoletes RFC 7807).
Their proper use is documented in the [REST guide](https://www.gcloud.belgium.be/rest/#error-handling).
Within a major version, types remain backwards compatible once they are released.
Types in a beta version are not included in releases and may change in a backwards incompatible way.
## build process
The build process is documented [here](https://github.com/belgif/openapi-common/blob/master/BUILDING.md).