SavedSpec Schema
Description: Entity-owned, reusable ObservationSpec saved by a user (C3).
First-class in v1 because integrations attach a saved spec as their
auto-create blueprint. `data` is a versioned ObservationSpec envelope
(see ``skynet_sdk.versioning``).
Properties
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| uid | UUID |
No description |
| owner_id | Integer |
No description |
| creator_id | Integer |
No description |
| name | String(200) |
No description |
| description | String(500) (Optional) |
No description |
| schema_kind | String(80) |
No description |
| schema_version | Integer |
No description |
| data | JSONB |
No description |
| is_deleted | Boolean |
No description |
| created_at | DateTime |
No description |
| updated_at | DateTime |
No description |