https://github.com/belgif/openapi-common
common technical OpenAPI data types
https://github.com/belgif/openapi-common
openapi rest standard
Last synced: 10 months ago
JSON representation
common technical OpenAPI data types
- Host: GitHub
- URL: https://github.com/belgif/openapi-common
- Owner: belgif
- License: apache-2.0
- Created: 2020-03-26T16:51:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T09:32:38.000Z (11 months ago)
- Last Synced: 2025-03-26T02:34:23.196Z (10 months ago)
- Topics: openapi, rest, standard
- Homepage:
- Size: 59.6 KB
- Stars: 4
- Watchers: 7
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openapi-common
This repository contains OpenAPI data types for common technical data like Uuid, HttpLink and LongRunningTaskStatus.
Their use is documented in the [REST guide](https://www.gcloud.belgium.be/rest/).
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).