We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a74e20 commit 67b098aCopy full SHA for 67b098a
pkg/openapi/getschema.go
@@ -35,8 +35,6 @@ var (
35
// GetSchema returns the JSONSchema and OperationInfo for a particular OpenAPI operation.
36
// Return values in order: JSONSchema (string), OperationInfo, found (bool), error.
37
func GetSchema(operationID, defaultHost string, t *openapi3.T) (string, OperationInfo, bool, error) {
38
- // We basically want to extract all the information that we need for the HTTP request,
39
- // like we do in GPTScript.
40
arguments := &openapi3.Schema{
41
Type: &openapi3.Types{"object"},
42
Properties: openapi3.Schemas{},
0 commit comments