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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy