v1

latestOpenAPI 3.0.0raw.githubusercontent.com2024-06-14254049.0 KB
Schemas

Create a schema

Creates a new schema in the specified catalog.

post/schemas

Request body

namestring required

Name of schema, relative to parent catalog.

catalog_namestring required

Name of parent catalog.

commentstring

User-provided free-form text description.

propertiesSecurablePropertiesMap

A map of key-value properties attached to the securable.

Response

The new schema was successfully created.

namestring

Name of schema, relative to parent catalog.

catalog_namestring

Name of parent catalog.

commentstring

User-provided free-form text description.

propertiesSecurablePropertiesMap

A map of key-value properties attached to the securable.

full_namestring

Full name of schema, in form of catalog_name.schema_name.

created_atinteger

Time at which this schema was created, in epoch milliseconds.

updated_atinteger

Time at which this schema was last modified, in epoch milliseconds.

schema_idstring

Unique identifier for the schema.