Logo
NeoArc Studio

Schema

Define data structures with fields, types, and validation rules

You are editing a schema. Schemas define data structures with typed fields and validation rules.

Field types

TypeDescription
stringText values with optional format (email, uri, date-time, etc.)
numberNumeric values (integer or decimal)
booleanTrue/false values
arrayList of items of a specified type
objectNested structure with its own fields
$refReference to another schema

Key actions

Learn more