Skip to main content

List metaschemas

Returns a list of all metaschemas configured on an instance level in Frontier. e.g user, project, organization etc

Responses

A successful response.


Schema
    metaschemas object[]
  • Array [
  • 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...