From 5c4982cb0ce0a32f011b63f6b8661ad24bd88fe6 Mon Sep 17 00:00:00 2001 From: John Guo Date: Mon, 28 Mar 2022 16:20:08 +0800 Subject: [PATCH] add Sort field for Pat of package goai --- protocol/goai/goai_path.go | 1 + 1 file changed, 1 insertion(+) 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.