{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "affected_area": { "type": "string" }, "commitment_path": { "type": "string" }, "commitment_sha256": { "type": "string" }, "disclosure_clock_state": { "type": "string" }, "disclosure_state": { "type": "string" }, "private_intake_state": { "type": "string" }, "project": { "type": "string" }, "proof_manifest_sha256": { "type": "string" }, "public_action_state": { "type": "string" }, "public_safe_summary": { "type": "string" }, "published_utc": { "type": "string" }, "record_id": { "type": "string" }, "record_type": { "type": "string" }, "staged_utc": { "type": "string" }, "technical_packet_state": { "type": "string" }, "validation_summary": { "type": "string" } }, "required": [ "record_id", "record_type", "project", "affected_area", "disclosure_state", "public_safe_summary", "validation_summary", "proof_manifest_sha256", "commitment_path", "commitment_sha256", "technical_packet_state", "private_intake_state", "disclosure_clock_state", "public_action_state", "staged_utc", "published_utc" ], "title": "Responsible disclosure public-safe commitment row", "type": "object" }