Logo
NeoArc Studio

Schema Editor Reference

Complete reference for the schema editor including schema types, field types, validation rules, and lineage tracking.

The Schema Editor offers complete data modelling capabilities with multiple schema types, a full set of field types, comprehensive validation rules, and full cross-field validation support.

Reference Topics

Schema editor reference pages
TopicCoverage
Schema TypesObject, scalar, enum, and union schemas
Field TypesAll field types with extensive type specialisations
Validation RulesComprehensive field-level validation rules
Cross-Field ValidationCross-field validation rules
LineageField-to-model mapping and traceability

Schema Properties

Common schema properties
PropertyTypeDescription
idstringUnique schema identifier
namestringDisplay name (alphanumeric)
descriptionstringRich text description
versionstringSemantic version
typeenumSchema type: object, scalar, enum, or union
deprecatedbooleanDeprecation flag
extendsarrayParent schema paths for inheritance
linksarrayRelated documentation links
examplesarraySample payloads
tagsarrayOrganisational tags

Key Features

Related Documentation