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

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

There is a newer version: 1.6.9
Show newest version
{
	"type": "object",
	"properties":
	{
		"target":
		{
			"type": "string",
			"required": true
		},
		"connection-id":
		{
			"type": "string"
		},
		"schema":
		{
			"type": "string"
		},
		"mode":
		{
			"type": "string"
		}
	},
	"extends": "org/etlunit/feature/database/DatabaseFeatureModule.configuration.validator.jsonSchema",
	"additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy