2022-03-22 11:44:28 -07:00

5.7 KiB

Database

Database

This schema defines the Database entity. A database also referred to as Database Catalog is a collection of tables.

$id:https://open-metadata.org/schema/entity/data/database.json

Type: object

This schema does not accept additional properties.

Properties

<<<<<<< HEAD

a07bc411 (updated json schema and schema docs (#3219))

Type definitions in this schema

<<<<<<< HEAD

databaseName

  • Name that identifies the database.
  • Type: string
  • Length: between 1 and 128

a07bc411 (updated json schema and schema docs (#3219))

databaseName

  • Name that identifies the database.
  • Type: string
  • The value must match this pattern: ^[^.]*$
  • Length: between 1 and 128

<<<<<<< HEAD This document was updated on: Tuesday, January 25, 2022

This document was updated on: Monday, March 7, 2022

a07bc411 (updated json schema and schema docs (#3219))