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

org.etlunit.feature.TestFeatureModule.@OperationDefault.validator.jsonSchema Maven / Gradle / Ivy

The newest version!
{
	"properties":
	{
		"operation":
		{
			"type": "string",
			"required": true
		},
		"matchWhen":
		{
			"type": "array",
			"required": false,
			"items":
			{
					"type": "string"
			}
		},
		"doNotMatchWhen":
		{
			"type": "array",
			"required": false,
			"items":
			{
					"type": "string"
			}
		},
		"defaultValue":
		{
			"type": "object",
			"required": true
		}
	},
	"additionalProperties": false
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy