Adding more docs to high level models.

Cleaning things that are not used.
This commit is contained in:
Dave Shanley
2022-09-16 14:03:05 -04:00
parent 2ea1d239cf
commit c17cc4a7e6
7 changed files with 20 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ import (
)
// Encoding represents an OpenAPI 3+ Encoding object
// - https://spec.openapis.org/oas/v3.1.0#encoding-object
// - https://spec.openapis.org/oas/v3.1.0#encoding-object
type Encoding struct {
ContentType string
Headers map[string]*Header