TypeSummaryFormatterOptions: {
    required: string[];
    title: string;
    type: TypeSummaryFormatterOptionsType;
    [key: string]: unknown;
}

If present, contains the formatter_options that can be entered in the format_extra_variables field in the POST /dataset api.

Type declaration

  • [key: string]: unknown
  • required: string[]

    Required properties

  • title: string

    The title of the Formatter object

  • type: TypeSummaryFormatterOptionsType

    The Schema type (an object)