json.schema.api.data.createGlossary.json Maven / Gradle / Ivy
The newest version!
{
"$id": "https://open-metadata.org/schema/api/data/createGlossary.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "CreateGlossaryRequest",
"description": "Create Glossary entity request",
"type": "object",
"javaType": "org.openmetadata.catalog.api.data.CreateGlossary",
"javaInterfaces": ["org.openmetadata.core.entity.interfaces.CreateEntity"],
"properties": {
"name": {
"description": "Name that identifies this glossary.",
"$ref": "../../entity/data/glossary.json#/definitions/name"
},
"displayName": {
"description": "Display Name that identifies this glossary.",
"type": "string"
},
"description": {
"description": "Description of the glossary instance.",
"$ref": "../../type/basic.json#/definitions/markdown"
},
"reviewers": {
"description": "User references of the reviewers for this glossary.",
"type": "array",
"items": {
"$ref": "../../type/entityReference.json"
}
},
"owner": {
"description": "Owner of this glossary",
"$ref": "../../type/entityReference.json"
},
"tags": {
"description": "Tags for this glossary",
"type": "array",
"items": {
"$ref": "../../type/tagLabel.json"
},
"default": null
}
},
"required": ["name", "description"],
"additionalProperties": false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy