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