StateFieldSchema interface

Schema for one state field. fieldType is a JSON-schema type name; itemType is the element type when fieldType is "array".

Signature:

export interface StateFieldSchema

Properties

Property Type Description

description?

string

(Optional)

fieldType

"string" | "number" | "integer" | "boolean" | "array"

itemType?

"string" | "number" | "integer" | "boolean"

(Optional)

name

string