cosmic_types_create
Create custom content types with structured schemas in Cosmic CMS. Define metafields to organize and manage content effectively.
Instructions
Create a new object type with a custom schema. Define metafields to structure your content. Requires write access.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Object type title (plural form, e.g., "Blog Posts") | |
| slug | Yes | Object type slug (URL-friendly identifier, e.g., "blog-posts") | |
| singular | No | Singular form of the title (e.g., "Blog Post") | |
| metafields | No | Array of metafield definitions | |
| options | No | Object type options |