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

org.etlunit.featureAnnotations.jsonSchema Maven / Gradle / Ivy

There is a newer version: 1.6.9
Show newest version
{
	"type": "object",
	"additionalProperties":
	{
		"properties":
		{
			"description":
			{
				"type": "string",
				"required": true
			},
			"propertyType":
			{
				"type": "string",
				"enum": ["required","optional","none"],
				"required": true
			}
		},
		"additionalProperties": false
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy