interface DatasetSchemaGetResponse {
    description: string;
    required: string[];
    title: string;
    type: "object";
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

description: string

The Metadata description

required: string[]

Required properties

title: string

The Metadata title

type: "object"

The Metadata type (an object)