Skip to content

Releases: ilKhr/docovalidate

Paths endpoint for each scheme

Choose a tag to compare

@ilKhr ilKhr released this 10 Apr 20:54
  • AddPaths now accepts an array of endpoint schemas. A path must be described in each endpoint

v0.0.1

Choose a tag to compare

@ilKhr ilKhr released this 09 Apr 18:43

Main features:

  • Generate OpenAPI 3.0 specifications
  • Schema validation via libopenapi
  • Builder pattern for flexible schema building
  • Support for major OpenAPI components:
    • Info
  • Paths
  • Components/Schemas
  • Automatic YAML formatting
  • Logging via slog
  • Panic and safe generation options (MustGenerateSchemas/GenerateSchemas)

Technical details:

  • Go 1.24+
  • Dependency: github.com/pb33f/libopenapi
  • MIT licence

Full Changelog: https://github.com/ilKhr/docovalidate/commits/v0.0.1