Free-form text or constrained to specific values (enum). Great for classifications and open-ended text.
Floating-point decimal numbers (e.g., 3.14, 0.5). Use for measurements, percentages, and continuous values.
Whole numbers only (e.g., 42, -5, 0). Use for counts, indices, and discrete quantities.
True or false only. Use for yes/no decisions, presence/absence, or binary classifications.
Ordered list of items (strings, numbers, objects, etc.). Use for multiple related values like tags or nested records.
Nested structure with its own fields/properties. Use for complex data with multiple related attributes.
🧱
Your schema is empty
Pick a type above to add your first field. You can combine string, number, integer, boolean, array, and object to build any schema you need.