Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openapi.truth-plane.patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ paths:
required: true
content:
application/json:
schema: { $ref: './schemas/control-plane/incident-events.schema.json' }
schema: { $ref: './schemas/control-plane/IncidentEvent.json' }
responses:
'200':
description: IncidentEvent recorded successfully.
Expand Down
4 changes: 2 additions & 2 deletions schemas/control-plane/incident-events.schema.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://schemas.srcos.ai/v2/control-plane/IncidentEvent.json",
"$id": "https://socioprophet.org/schemas/events/incident-events.schema.json",
"title": "IncidentEvent",
"description": "Control-plane incident lifecycle events (Freeze/Fork/Kill). Uses the same actor/run/refs/payload conventions as other control-plane lifecycle events.",
"description": "Control-plane incident lifecycle events (Freeze/Fork/Kill). Legacy schema identity; prefer schemas/control-plane/IncidentEvent.json for canonical srcos $id.",
"type": "object",
"additionalProperties": false,
"required": ["event_id", "event_name", "occurred_at", "actor", "status"],
Expand Down
Loading