Map schemaThe variant for a map value — a closed struct (via properties) or an open map (via values).

This document describes the onyx-map-schema type — a meta-schema variant. Its formal schema is attached (the schemaDefinition in this document's metadata), so the app can show it and create values of this type.

Shape

A closed struct with these fields:

    type (required)string enum: map

    properties — map ⟨ * : schema

    required — list of string

    valuesschema

    namestring

    descriptionstring

    params — map ⟨ * : schema

Depends on

Do you like what you are reading? Subscribe to receive updates.

Unsubscribe anytime