V2 low-base docs in place

refactored constants a little also to clean things up.
This commit is contained in:
Dave Shanley
2022-09-20 10:08:31 -04:00
parent 65b242b6c4
commit be71a5e775
16 changed files with 674 additions and 512 deletions

View File

@@ -9,7 +9,7 @@ import (
low "github.com/pb33f/libopenapi/datamodel/low/base"
)
// Example represents an Example object as defined by OpenAPI 3+
// Example represents a high-level Example object as defined by OpenAPI 3+
// v3 - https://spec.openapis.org/oas/v3.1.0#example-object
type Example struct {
Summary string