parthp2107 a07bc411dc
updated json schema and schema docs (#3219)
* updated json schema and schema docs

* added glossay to readme
2022-03-08 09:23:53 +05:30

4.0 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: Monday, March 7, 2022