https://github.com/jbdoumenjou/openapi-go
OpenAPI experiments.
https://github.com/jbdoumenjou/openapi-go
golang openapi
Last synced: about 1 year ago
JSON representation
OpenAPI experiments.
- Host: GitHub
- URL: https://github.com/jbdoumenjou/openapi-go
- Owner: jbdoumenjou
- License: mit
- Created: 2023-03-20T09:34:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T13:31:24.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T20:43:12.599Z (about 1 year ago)
- Topics: golang, openapi
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
This repository contains experiments on [OpenAPI](https://www.openapis.org/) V3.1.0 Spec.
# Goals
* The first step is to understand the OAS structure and provide all Objects from the 3.1.0 specification.
* Then, playing with (de)serialization and validation/rules.
* Then, providing tool like a test helper to check that all the specified API are effectively tested in a Go project.