We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92de722 commit c7fa8e2Copy full SHA for c7fa8e2
1 file changed
cmd/validate/main.go
@@ -9,9 +9,10 @@ import (
9
10
"github.com/dlclark/regexp2"
11
"github.com/pb33f/libopenapi"
12
+ "github.com/santhosh-tekuri/jsonschema/v6"
13
+
14
validator "github.com/pb33f/libopenapi-validator"
15
"github.com/pb33f/libopenapi-validator/config"
- "github.com/santhosh-tekuri/jsonschema/v6"
16
)
17
18
type customRegexp regexp2.Regexp
0 commit comments