ProjectTemplateObservationSpec Schema
Description: One ordered ObservationSpec blueprint bundled by a ProjectTemplate.
Replaces the old `project_template_observation_templates` junction to
live `kind='template'` observations (C3). `data` is a versioned
ObservationSpec envelope (see ``skynet_sdk.versioning``); `position`
orders entries and `label` is the short tag shown on the project page
(e.g. "B filter").
Properties
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| project_template_id | Integer |
No description |
| schema_kind | String(80) |
No description |
| schema_version | Integer |
No description |
| data | JSONB |
No description |
| position | Integer |
No description |
| label | String(120) (Optional) |
No description |
Relationships
| Relationship Name | Type |
|---|---|
| project_template | ProjectTemplate |