addedOutput schema / properties / data / properties / cleaning
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "dateTimeScalarsNormalized": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "deterministic": {
+ "const": true,
+ "type": "boolean"
+ },
+ "emptyStringsAsNull": {
+ "type": "boolean"
+ },
+ "emptyStringsConvertedToNull": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "headerFieldsNormalized": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "networkRequestsMade": {
+ "const": 0,
+ "type": "integer"
+ },
+ "nodesProcessed": {
+ "maximum": 100000,
+ "minimum": 1,
+ "type": "integer"
+ },
+ "nonStringKeysNormalized": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "normalizeHeaders": {
+ "type": "boolean"
+ },
+ "outputCanonicalization": {
+ "const": "json-sort-keys-compact-utf8",
+ "type": "string"
+ },
+ "sourceFormat": {
+ "enum": [
+ "csv",
+ "tsv",
+ "json",
+ "jsonl",
+ "yaml"
+ ],
+ "type": "string"
+ },
+ "stringsTrimmed": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "trimStrings": {
+ "type": "boolean"
+ },
+ "version": {
+ "const": "apiacre-data-clean/2",
+ "type": "string"
+ }
+ },
+ "required": [
+ "version",
+ "sourceFormat",
+ "trimStrings",
+ "emptyStringsAsNull",
+ "normalizeHeaders",
+ "headerFieldsNormalized",
+ "stringsTrimmed",
+ "emptyStringsConvertedToNull",
+ "nodesProcessed",
+ "nonStringKeysNormalized",
+ "dateTimeScalarsNormalized",
+ "outputCanonicalization",
+ "deterministic",
+ "networkRequestsMade"
+ ],
+ "type": "object"
+}