JSON/Avro
--additional-schema = FILE Specifies URIs of an additional schema document. The additional schema will be loaded by the main schema and can be referenced from the main schema by the additional schemas id or $id property.
|
--disable-format-checks = true|false Disables the semantic validation imposed by the format attribute. Default value is false. Note: Boolean option values are set to true if the option is specified without a value.
|
--jsonc = true|false Enables support for comments in JSON. Default value is false. Note: Boolean option values are set to true if the option is specified without a value.
|
--json-lines = true|false Enables support for JSON Lines (that is, one JSON value per line). Default value is false. Note: Boolean option values are set to true if the option is specified without a value.
|