diff --git a/protocol/goai/goai_path.go b/protocol/goai/goai_path.go index 464ed7ccf..7755b249a 100644 --- a/protocol/goai/goai_path.go +++ b/protocol/goai/goai_path.go @@ -32,6 +32,7 @@ type Path struct { Trace *Operation `json:"trace,omitempty"` Servers Servers `json:"servers,omitempty"` Parameters Parameters `json:"parameters,omitempty"` + Sort int `json:"sort"` } // Paths are specified by OpenAPI/Swagger standard version 3.0.