Documentation ¶ Index ¶ Constants func SchemaValidate(schemaName string, schemaContent []byte, jsonSchema string) error Constants ¶ View Source const ( JSONSchemaParserSettings = `` /* 738-byte string literal not displayed */ ) Variables ¶ This section is empty. Functions ¶ func SchemaValidate ¶ func SchemaValidate(schemaName string, schemaContent []byte, jsonSchema string) error SchemaValidate validates a schema based on its JSON schema. Any validation error, if present, is context formatted, i.e. schema name is prefixed in the error msg. Types ¶ This section is empty. Source Files ¶ View all Source files jsonvalidate.go parserSettings.go Directories ¶ Show internal Expand all Path Synopsis gen Click to show internal directories. Click to hide internal directories.