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

.aissemble.foundation-mda.1.10.0.source-code.aiops-composite-schema.json Maven / Gradle / Ivy

The newest version!
{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"id": "#composite",
	"title": "Composite",
	"type": "object",
	"additionalProperties": false,
	"properties": {
		"name": {
			"type": "string"
		},
		"package": {
			"type": "string"
		},
		"description": {
			"type": "string"
		},
		"fields": {
			"type": "array",
			"items": {
				"type": "object",
				"properties": {
					"name": {
						"type": "string"
					},
					"type": {
						"type": "object",
						"properties": {
							"name": {
								"type": "string"
							},
							"package": {
								"type": "string"
							}
						},
						"required": [
							"name"
						]
					},
					"description": {
						"type": "string"
					},
					"column": {
						"type": "string"
					},
					"required": {
						"type": "boolean"
					},
					"protectionPolicy": {
						"type": "string"
					},
					"ethicsPolicy": {
						"type": "string"
					},
					"driftPolicy": {
						"type": "string"
					},
					"securityPolicy": {
						"type": "string"
					}
				},
				"required": [
					"name", "type"
				]
			}
		}
	},
	"required": [
		"name", "package", "fields"
	]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy