ChronicleSchema

Properties

PropertyExpected typeDescription
Properties of Base
source oneTextThe source system that describes the entity or action, such as things-todo. Provides the source namespace in which identifiers such as sourceId are interpreted.
sourceId oneTextThe identifier assigned by the source to an entity or action, such as a record ID or message ID. Represented as text and scoped to the source's own namespace; it need not be globally unique.

Subclasses

Examples

An entity with a source ID and a URL

An Entity with a name, keyed by its source and sourceId.

{
  "@type": "Entity",
  "@key": ["@type", "source", "sourceId"],
  "source": "example-notes",
  "sourceId": "note-1042",
  "name": "Seed order for spring",
  "url": "https://notes.example.com/n/1042"
}

URI https://schema.chronicle.app/Base

Esc

to move to open/ or ⌘K to search