org.etlunit.feature.database.DatabaseFeatureModule.migrate.validator.jsonSchema Maven / Gradle / Ivy
{
"type": "object",
"properties":
{
"table":
{
"type": "string"
},
"schema":
{
"type": "string"
},
"mode":
{
"type": "string"
},
"connection-id":
{
"type": "string"
},
"source-table":
{
"type": "string"
},
"source-schema":
{
"type": "string"
},
"source-connection-id":
{
"type": "string"
},
"source-mode":
{
"type": "string"
},
"target-table":
{
"type": "string"
},
"target-schema":
{
"type": "string"
},
"target-connection-id":
{
"type": "string"
},
"target-mode":
{
"type": "string"
}
},
"extends": "org/etlunit/feature/database/DatabaseFeatureModule.configuration.validator.jsonSchema",
"additionalProperties": false
}