.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH SCHEMA-SALAD-TOOL3 "1" "January 2019" "python3 3.0.20181206233650" "User Commands" .SH NAME schema-salad-tool \- Schema Annotations for Linked Avro Data (SALAD) .SH DESCRIPTION usage: schema-salad-tool [\-h] [\-\-rdf\-serializer RDF_SERIALIZER] [\-\-skip\-schemas] .IP [\-\-strict\-foreign\-properties] [\-\-print\-jsonld\-context | \fB\-\-print\-rdfs\fR | \fB\-\-print\-avro\fR | \fB\-\-print\-rdf\fR | \fB\-\-print\-pre\fR | \fB\-\-print\-index\fR | \fB\-\-print\-metadata\fR | \fB\-\-print\-inheritance\-dot\fR | \fB\-\-print\-fieldrefs\-dot\fR | \fB\-\-codegen\fR language | \fB\-\-print\-oneline]\fR [\-\-strict | \fB\-\-non\-strict]\fR [\-\-verbose | \fB\-\-quiet\fR | \fB\-\-debug]\fR [\-\-version] [schema] [document] .SS "positional arguments:" .IP schema document .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-rdf\-serializer\fR RDF_SERIALIZER Output RDF serialization format used by \fB\-\-print\-rdf\fR (one of turtle (default), n3, nt, xml) .TP \fB\-\-skip\-schemas\fR If specified, ignore $schemas sections. .TP \fB\-\-strict\-foreign\-properties\fR Strict checking of foreign properties .TP \fB\-\-print\-jsonld\-context\fR Print JSON\-LD context for schema .TP \fB\-\-print\-rdfs\fR Print RDF schema .TP \fB\-\-print\-avro\fR Print Avro schema .TP \fB\-\-print\-rdf\fR Print corresponding RDF graph for document .TP \fB\-\-print\-pre\fR Print document after preprocessing .TP \fB\-\-print\-index\fR Print node index .TP \fB\-\-print\-metadata\fR Print document metadata .TP \fB\-\-print\-inheritance\-dot\fR Print graphviz file of inheritance .TP \fB\-\-print\-fieldrefs\-dot\fR Print graphviz file of field refs .TP \fB\-\-codegen\fR language Generate classes in target language, currently supported: python .TP \fB\-\-print\-oneline\fR Print each error message in oneline .TP \fB\-\-strict\fR Strict validation (unrecognized or out of place fields are error) .TP \fB\-\-non\-strict\fR Lenient validation (ignore unrecognized fields) .TP \fB\-\-verbose\fR Default logging .TP \fB\-\-quiet\fR Only print warnings and errors. .TP \fB\-\-debug\fR Print even more logging .TP \fB\-\-version\fR, \fB\-v\fR Print version