mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-10 04:20:24 +00:00
Hardening model whilst testing what-changed feature.
Checking and sampling, and fixing bugs while working through testing. Signed-off-by: Dave Shanley <dshanley@splunk.com>
This commit is contained in:
@@ -98,6 +98,7 @@ type OpenAPIParameter interface {
|
||||
type SharedOperations interface {
|
||||
//HasDescription
|
||||
//HasExternalDocs
|
||||
GetOperationId() NodeReference[string]
|
||||
GetExternalDocs() NodeReference[any]
|
||||
GetDescription() NodeReference[string]
|
||||
GetTags() NodeReference[[]ValueReference[string]]
|
||||
|
||||
Reference in New Issue
Block a user