{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "artifact_sha256": { "type": "string" }, "event_type": { "description": "Examples: first_disclosure_email_sent, acknowledgement_received, more_time_requested, no_response_window_elapsed, public_safe_row_published.", "type": "string" }, "event_utc": { "type": "string" }, "public_safe_note": { "type": "string" }, "record_id": { "type": "string" } }, "required": [ "record_id", "event_type", "event_utc", "public_safe_note" ], "title": "Responsible disclosure timeline receipt row", "type": "object" }