You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Markdown README spec is the source of truth right now.
We're trying to change this and over many discussions and a few community meetings we agreed upon defining the spec as Go structs. From there we'll generate the OpenAPI spec as best as we can.
Summary
I've been reading the spec, and noticed within the
SLO
type, the docs saytimeWindow
is optional. This is echoed in the OpenAPI spec.However,
oslo
has the field as required within the manifest.I'm happy to fix this, however I don't know which should be considered as correct. Any guidance?
PS, have we ever thought of OpenAPI to Golang Generators so updating the OpenAPI spec would automatically update the Go structs?
The text was updated successfully, but these errors were encountered: