Logo
NeoArc Studio

Getting Started with Schemas

Create data schemas to define the structure of your APIs and documents. Learn about the four schema types and how to build your first schema.

Schemas define the structure of data in your systems. They describe what fields exist, what types those fields have, and what validation rules apply. The visual schema editor makes it easy to create and maintain schemas without writing JSON or YAML by hand.

Why Use Schemas

Schema Types

NeoArc Studio supports four schema types, each for different purposes:

Example Object Schemas

Example Enum Schemas

Creating Your First Schema

Schema Properties

Every schema has these core properties:

Adding Fields

For Object and Scalar schemas, click Add Field to add a new field. Each field requires:

Field Types Overview

Example: User Schema

A typical user object schema might include:

Next Steps