2024-08-27 14:41:12 +05:30

1.5 KiB

title slug
createGlossary /main-concepts/metadata-standard/schemas/api/data/createglossary

CreateGlossaryRequest

Create Glossary entity request

Properties

  • name: Name that identifies this glossary. Refer to ../../type/basic.json#/definitions/entityName.
  • displayName (string): Display Name that identifies this glossary.
  • description: Description of the glossary instance. Refer to ../../type/basic.json#/definitions/markdown.
  • reviewers (array): User references of the reviewers for this glossary.
    • Items: Refer to ../../entity/teams/user.json#/definitions/entityName.
  • owner: Owner of this glossary. Refer to ../../type/entityReference.json.
  • tags (array): Tags for this glossary. Default: None.
    • Items: Refer to ../../type/tagLabel.json.
  • provider: Refer to ../../type/basic.json#/definitions/providerType.
  • mutuallyExclusive (boolean): Glossary terms that are direct children in this glossary are mutually exclusive. When mutually exclusive is true only one term can be used to label an entity. When mutually exclusive is false, multiple terms from this group can be used to label an entity. Default: false.
  • domain (string): Fully qualified name of the domain the Glossary belongs to.
  • extension: Entity extension data with custom attributes added to the entity. Refer to ../../type/basic.json#/definitions/entityExtension.

Documentation file automatically generated at 2023-10-27 13:55:46.343512.