Documentation Index

Fetch the complete documentation index at: https://docs.unqork.io/llms.txt

Use this file to discover all available pages before exploring further.

Schema Definition Page

Prev Next

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.

Braces 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.

Calendar Created

The date the Schema was created.

Calendar Modified

The date the Schema was last updated.

User Modified By

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 Lock 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.

Network 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

ClipboardCopy Copy ID

Always

Copies the Schema's unique ID to the clipboard.

ClipboardType Copy Name

Always

Copies the Schema's display name to the clipboard.

Link Copy Link

Always

Copies a direct link to this Schema definition page to the clipboard.

Pencil Edit

Draft only

Updates the Schema's name or replaces its JSON definition.

Lock Publish

Draft only

Locks the Schema and makes it available for Data Models. Publishing is irreversible.

Download Download

Always

Saves the JSON Schema definition to a local file.

CopyPlus Duplicate

Always

Creates a new Draft copy of the Schema named "Schema (Copy)". The duplicate is fully editable.

Archive Archive

Active, no Data Model references

Removes the Schema from the active list. Does not delete the Schema.

Trash2 Delete 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.