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