parthp2107 794cf64787
updated schema docs (#3329)
* updated schema docs

* addressing ingestion-core version bump
2022-03-10 12:55:35 +05:30

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

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
    • endpoint
      • Name that identifies the source of an external glossary term. Example HealthCare.gov.
      • Type: string
      • String format must be a "uri"

status

  • Type: string
  • The value is restricted to the following:
    1. "Draft"
    2. "Approved"
    3. "Deprecated"
  • Default: "Draft"

This document was updated on: Wednesday, March 9, 2022