Introduction to defining schemas

Arbizal SchemasCopied!

Arbizal schemas form the foundation of Arbizal - a well defined schema, with specific components and data types will help dictate how data is parsed. We’re here to help you optimize schemas for your use case so please feel free to reach out if you want some assistance - team@arbizal.com

SchemasCopied!

  • Tips & Best Practices

    • Limit schema nesting to 3–4 levels.

    • Use an array type to handle a variable number of entities and define the element types of those arrays.

    • Choose descriptive field names and include detailed descriptions—this is also a good place to add formatting guidance or data examples.

    • Group like contexts within the same general data structure - so for patient demographics, you might create a “patient” root key as a dictionary of sub-keys with their age, address, and phone number.