{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ColumnMapping", "type": "object", "properties": { "sourceColumn": { "type": "string" }, "targetColumn": { "type": "string" }, "dataType": { "type": "string" } } }