Schemas
Schemas define the structure of your content types.
Creating a Schema
- Navigate to Schemas.
- Click "Create New Schema".
- Fill in ID and display name.
- Add fields and types.
- Save.
Field Types
- string, text, markdown, number, boolean, date, datetime, media, array, object
Editing & Validation
- Changing a schema will validate existing content.
- Invalid content will be flagged and must be updated.
Best Practices
- Start simple and iterate.
- Keep required fields minimal.
- Use nested objects for complex data.