mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-12 03:29:53 +00:00
4.2 KiB
4.2 KiB
GlossaryTerm
This schema defines te Glossary term entities.
$id:https//:open-metadata.org/schema/entity/data/glossaryTerm.json
Type: object
This schema does not accept additional properties.
Properties
- id
required
- Unique identifier of a glossary term instance.
- $ref: ../../type/basic.json#/definitions/uuid
- name
required
- Preferred name for the glossary term.
- $ref: #/definitions/name
- displayName
- Display Name that identifies this glossary.
- Type:
string
- description
- Description of the glossary term.
- Type:
string
- fullyQualifiedName
- A unique name that identifies a glossary term. It captures name hierarchy of glossary of terms in the form of
glossaryName.parentTerm.childTerm
. - Type:
string
- Length: between 1 and 256
- A unique name that identifies a glossary term. It captures name hierarchy of glossary of terms in the form of
- synonyms
- Alternate names that are synonyms or near-synonyms for the glossary term.
- Type:
array
- Items
- $ref: #/definitions/name
- glossary
required
- Glossary that this term belongs to.
- $ref: ../../type/entityReference.json
- parent
- Parent glossary term that this term is child of. When
null
this term is the root term of the glossary. - $ref: ../../type/entityReference.json
- Parent glossary term that this term is child of. When
- children
- Other glossary terms that are children of this glossary term.
- $ref: ../../type/entityReference.json#/definitions/entityReferenceList
- relatedTerms
- Other glossary terms that are related to this glossary term.
- $ref: ../../type/entityReference.json#/definitions/entityReferenceList
- references
- Link to a reference from an external glossary.
- Type:
array
- version
- Metadata version of the entity.
- $ref: ../../type/entityHistory.json#/definitions/entityVersion
- updatedAt
- Last update time corresponding to the new version of the entity in Unix epoch time milliseconds.
- $ref: ../../type/basic.json#/definitions/timestamp
- updatedBy
- User who made the update.
- Type:
string
- href
- Link to the resource corresponding to this entity.
- $ref: ../../type/basic.json#/definitions/href
- reviewers
- User names of the reviewers for this glossary.
- $ref: ../../type/entityReference.json#/definitions/entityReferenceList
- usageCount
- Count of how many times this and it's children glossary terms are used as labels.
- Type:
integer
- tags
- Tags for this glossary term.
- Type:
array
- Items
- $ref: ../../type/tagLabel.json
- changeDescription
- Change that lead to this version of the entity.
- $ref: ../../type/entityHistory.json#/definitions/changeDescription
- status
- Status of the glossary term.
- $ref: #/definitions/status
- deleted
- When
true
indicates the entity has been soft deleted. - Type:
boolean
- Default: false
- When
Type definitions in this schema
name
- Name that identifies a glossary term.
- Type:
string
- Length: between 1 and 128
termReference
- Type:
object
- This schema does not accept additional properties.
- Properties
- name
- Name that identifies the source of an external glossary term. Example
HealthCare.gov
. - Type:
string
- Name that identifies the source of an external glossary term. Example
- endpoint
- Name that identifies the source of an external glossary term. Example
HealthCare.gov
. - Type:
string
- String format must be a "uri"
- Name that identifies the source of an external glossary term. Example
- name
status
- Type:
string
- The value is restricted to the following:
- "Draft"
- "Approved"
- "Deprecated"
- Default: "Draft"
This document was updated on: Wednesday, March 9, 2022