JSON/Avro/YAML 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
•json2xml: Converts a JSON instance document to an XML instance document.
•jsonschema2xsd: Converts a JSON Schema document to an XML Schema document.
•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
•valyaml: Checks the validity of YAML documents
•wfjson: Checks the well-formedness of JSON documents
•wfyaml: Checks the well-formedness of YAML documents
•xml2json: Converts an XML instance document to a JSON instance document.
•xsd2jsonschema: Converts an XML Schema document to a JSON Schema document.