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

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

There is a newer version: 1.6.9
Show newest version
{
	"properties":
	{
		"id":
		{
			"type": "string",
			"required": true
		},
		"modes":
		{
			"type": "array",
			"uniqueItems": true,
			"minItems": 1
		}
	},
	"additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy