Documentation
¶
Index ¶
- func ConvertNodeIntoJSONSchema(node *yaml.Node, idx *index.SpecIndex) (*highBase.Schema, error)
- func ConvertYAMLIntoJSONSchema(str string, index *index.SpecIndex) (*highBase.Schema, error)
- func ValidateNodeAgainstSchema(ctx *model.RuleFunctionContext, schema *highBase.Schema, node *yaml.Node, ...) (bool, []*validationErrors.ValidationError)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertNodeIntoJSONSchema ¶ added in v0.1.0
func ConvertYAMLIntoJSONSchema ¶ added in v0.1.0
func ValidateNodeAgainstSchema ¶
func ValidateNodeAgainstSchema(ctx *model.RuleFunctionContext, schema *highBase.Schema, node *yaml.Node, isArray bool) (bool, []*validationErrors.ValidationError)
ValidateNodeAgainstSchema will accept a schema and a node and check it's valid and return the result, or error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.