Versions in this module Expand all Collapse all v0 v0.1.1 Oct 30, 2024 v0.1.0 Oct 26, 2024 Changes in this version + type Schema struct + AdditionalItems *Schema + AdditionalProperties *Schema + AllOf []*Schema + Anchor string + AnyOf []*Schema + Const *any + Contains *Schema + Default *any + Definitions *orderedmap.OrderedMap + Description string + DynamicRef string + Enum []any + Examples []any + ExclusiveMaximum *float64 + ExclusiveMinimum *float64 + Extras map[string]any + Format string + ID string + Items []*Schema + MaxContains *int + MaxItems *int + MaxLength *int + MaxProperties *int + Maximum *float64 + MinContains *int + MinItems *int + MinLength *int + MinProperties *int + Minimum *float64 + MultipleOf *int + Not *Schema + OneOf []*Schema + Pattern string + PatternProperties *orderedmap.OrderedMap + Properties *orderedmap.OrderedMap + PropertyNames *Schema + Ref string + Required []string + Title string + Type string + UniqueItems *bool + Version string + func New(schema *jsonschema.Schema) *Schema