JSON/Avro Commands
The JSON commands can be used to check the validity and well-formedness of JSON schema and instance documents. These commands are listed below and described in detail in the sub-sections of this section:
•avroextractschema: Extracts the Avro schema from an Avro binary file
•valavro: Validates the data in one or more Avro binaries against the respective Avro schema of each binary
•valavrojson: Validates one or more JSON data files against an Avro schema
•valavroschema: Validates an Avro schema against the Avro schema specification
•valjsonschema: Checks the validity of JSON schema documents
•valjson: Checks the validity of JSON documents
•wfjson: Checks the well-formedness of JSON documents.