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 500072a commit 11cee5bCopy full SHA for 11cee5b
pkg/jsonschema/json_schema.go
@@ -24,6 +24,11 @@ type JSONSchema struct {
24
InternalType string `json:"internal_type,omitempty"`
25
Index int `json:"index,omitempty"`
26
27
+ OneOf []*JSONSchema `json:"oneOf,omitempty"`
28
+ AllOf []*JSONSchema `json:"allOf,omitempty"`
29
+ AnyOf []*JSONSchema `json:"anyOf,omitempty"`
30
+ Not *JSONSchema `json:"not,omitempty"`
31
+
32
Type ItemType `json:"type"`
33
StringItem
34
NumberItem
0 commit comments