AlertSubscriptionSpec
AlertSubscriptionSpec Schema¶
Description: One ordered ObservationSpec blueprint attached to an AlertSubscription.
Properties¶
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| subscription_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 |
| substitution | JSONB (Optional) |
No description |
Relationships¶
| Relationship Name | Type |
|---|---|
| subscription | AlertSubscription |