Schema Types

Schema types define the structure and format of data. They provide a blueprint for what kind of data is expected, how it is organised, and the rules it must follow. In the context of APIs, schema types typically include definitions for input options, output formats, and data validation.

Schema Type

Description
String Text
Number Integer or Decimal
Boolean True or False
Object Structured data
Array List of items