All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.etlunit.feature.database.DatabaseFeatureModule.extract.validator.jsonSchema Maven / Gradle / Ivy

There is a newer version: 1.6.9
Show newest version
{
	"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