3.3 KiB

Database

This schema defines Database entity. Database is a collection of schemas. They are also referred to as Database Catalog.

$id: https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/data/database.json

Type: object

Properties

Definitions

databaseName

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