Select a Schema from the Explorer panel to open its definition page. The page displays the Schema's metadata, its raw JSON definition, and the Data Models linked to it.
Schema Info
The Schema Info card displays identifying and status metadata for the Schema.
Field | Description |
|---|---|
Name | The display name of the Schema. |
ID | The unique identifier for the Schema. |
Version | The current version number of the Schema. |
Status | Whether the Schema is a Draft or Published. |
State | Whether the Schema is Active or Archived. |
| The date the Schema was created. |
| The date the Schema was last updated. |
| The Creator who last updated the Schema. |
Raw Schema
The Raw Schema section displays the full JSON definition for the Schema.
Published Schemas display a
Read-only badge and the note "Published schemas cannot be edited. Duplicate to draft to make changes." The JSON definition is locked and cannot be modified after publishing. To update a published Schema's definition, use Duplicate in the actions menu to create an editable Draft, then publish the Draft when it is ready.
Draft Schemas can be updated using the Edit action in the actions menu.
Associated Data Models
The Associated Data Models section lists all Data Models linked to this Schema as a paginated table. Each row displays the Data Model name, its last modified date, and an Open button that navigates to the Data Model's definition page.
Important: A Schema referenced by one or more Data Models cannot be archived or deleted until all associations are removed.
Schema Actions
Select the ⋮ (ellipsis) icon at the top right of the definition page to open the actions menu. The same menu is available from the ⋮ (ellipsis) icon to the right of the Schema file in the Explorer panel. Available actions depend on the Schema's current state and status.
Action | Available When | Description |
|---|---|---|
| Always | Copies the Schema's unique ID to the clipboard. |
| Always | Copies the Schema's display name to the clipboard. |
| Always | Copies a direct link to this Schema definition page to the clipboard. |
| Draft only | Updates the Schema's name or replaces its JSON definition. |
| Draft only | Locks the Schema and makes it available for Data Models. Publishing is irreversible. |
| Always | Saves the JSON Schema definition to a local file. |
| Always | Creates a new Draft copy of the Schema named "Schema (Copy)". The duplicate is fully editable. |
| Active, no Data Model references | Removes the Schema from the active list. Does not delete the Schema. |
| No Data Model references | Permanently removes the Schema. A confirmation dialog displays before deletion. |
Important: Archive and Delete Schema are blocked when any Data Model references the Schema. Remove all Data Model associations before archiving or deleting a Schema.
Changelog
Date | Change |
|---|---|
2026-08-04 | Initial publication. |