Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeSchemas ¶
func MergeSchemas(schemas ...jsonschema.Schema) (*jsonschema.Schema, error)
func ParseSchema ¶
func ParseSchema(value []byte) (jsonschema.Schema, error)
Types ¶
type Properties ¶
type Properties = *orderedmap.OrderedMap[string, *jsonschema.Schema]
func NewProperties ¶
func NewProperties(props ...Property) Properties
type Property ¶
type Property = orderedmap.Pair[string, *jsonschema.Schema]
Click to show internal directories.
Click to hide internal directories.