.aissemble.foundation-mda.1.10.0.source-code.aiops-composite-schema.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of foundation-mda Show documentation
Show all versions of foundation-mda Show documentation
Model driven architecture artifacts for aiSSEMBLE
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