Snippet schemas
Snippets are small pieces of data that can be visualized on a page. They can represent anything from a simple text string to a complex data structure. Snippets are strongly typed and must conform to a specific schema. You may find the schemas for all registered snippets below.asd
Schemas are given in the JSON Schema format. Generally snippets require some data to be displayed, and may also include a view field to define the default visual appearance.
Internally we organized snippets into namespaces, which are used to group related snippets. For example, snippets related to a specific measuring device or those associated with a particular workgroup are categorized under relevant namespaces.
Available snippet types
The table below lists all available snippet types, automatically generated based on the registered snippets within each namespace.
| Type | Description |
|---|---|
| text | No description available |
| array | No description available |
| doodle | No description available |
| image | No description available |
| link | No description available |
| markdown | No description available |
| Namespace | Type | Description |
|---|---|---|
| uprp | uprp/stampy | No description available |
* Markdown support is experimental. Find a list of supported features here.