Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONSchemaValidator ¶
type JSONSchemaValidator struct { }
func New ¶
func New() *JSONSchemaValidator
func (*JSONSchemaValidator) Validate ¶
func (jsv *JSONSchemaValidator) Validate(schemaContent string, yamlContent []byte) ([]jsonschema.Detailed, error)
func (*JSONSchemaValidator) ValidateYamlSchema ¶
func (jsv *JSONSchemaValidator) ValidateYamlSchema(schemaContent string, yamlContent string) ([]jsonschema.Detailed, error)
Click to show internal directories.
Click to hide internal directories.