org.etlunit.feature.database.DatabaseFeatureModule.extract.validator.jsonSchema Maven / Gradle / Ivy
{
"type": "object",
"properties":
{
"source-table":
{
"type": "string"
},
"target":
{
"type": "string"
},
"target-file":
{
"type": "string"
},
"source-schema":
{
"type": "string"
},
"reference-file-type":
{
"type": "string"
},
"column-list":
{
"type": "array",
"uniqueItems": true,
"items":
{
"type": "string"
}
},
"column-list-mode":
{
"type": "string",
"enum":
[
"include",
"exclude"
]
}
},
"extends": "org/etlunit/feature/database/DatabaseFeatureModule.execute.validator.jsonSchema",
"additionalProperties": false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy