Skip to content

Schemas

Schemas define the structure of your content types.

Creating a Schema

  1. Navigate to Schemas.
  2. Click "Create New Schema".
  3. Fill in ID and display name.
  4. Add fields and types.
  5. 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.

Released under the MIT License.