{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ComparePair", "type": "object", "properties": { "id": { "type": "integer" }, "groupId": { "type": "integer" }, "sourceSchema": { "type": "string" }, "sourceTable": { "type": "string" }, "targetSchema": { "type": "string" }, "targetTable": { "type": "string" }, "profileId": { "type": "integer" }, "columnMappings": { "type": "array" } } }