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

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

There is a newer version: 1.6.9
Show newest version
{
	"properties": {
		"default-implementation-id": {
			"type": "string"
		},
		"default-connection-id": {
			"type": "string"
		},
		"data-file-null-delimiter": {
			"type": "string"
		},
		"data-file-column-delimiter": {
			"type": "string"
		},
		"data-file-row-delimiter": {
			"type": "string"
		},
		"database-definitions": {
			"type": "object",
			"additionalProperties": {
				"type": "object",
				"properties": {
					"implementation-id": {
						"type": "string"
					},
					"server-name": {
						"type": "string"
					},
					"user-name": {
						"type": "string",
						"required": true
					},
					"password": {
						"type": "string",
						"required": true
					},
					"schema-scripts": {
						"type": "array",
						"items": {"type": "string"}
					}
				},
				"additionalProperties": false
			}
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy