Skip to main content

Get metaschema

Get a metadata schema by ID.

Path Parameters
    id string required
Responses

A successful response.


Schema
    metaschema object
    id string

    The unique metaschema uuid.

    name string
    schema string

    The metaschema json schema.

    created_at date-time

    The time when the metaschema was created.

    updated_at date-time

    The time when the metaschema was updated.

Loading...