Documentation
¶
Overview ¶
Package validation provides JSON schema validation for PCA models
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ModelValidator ¶
type ModelValidator struct {
// contains filtered or unexported fields
}
ModelValidator validates PCA model JSON data against schemas
func NewModelValidator ¶
func NewModelValidator(version string) (*ModelValidator, error)
NewModelValidator creates a new validator for the specified schema version
func (*ModelValidator) ValidateModel ¶
func (v *ModelValidator) ValidateModel(data []byte) error
ValidateModel validates PCA model JSON data against the schema
Click to show internal directories.
Click to hide internal directories.