{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "bug_lane_count": { "type": "integer" }, "canonical_owner": { "type": "string" }, "canonical_owner_label": { "type": "string" }, "details_state": { "type": "string" }, "found_date_max": { "type": "string" }, "found_date_min": { "type": "string" }, "generated_utc": { "type": "string" }, "ledger_sha256": { "type": "string" }, "public_commitment_lane_stage_count": { "type": "integer" }, "public_safe_note": { "type": "string" }, "record_id": { "type": "string" }, "record_type": { "type": "string" }, "research_lead_count": { "type": "integer" }, "responsible_disclosure_email_receipt_count": { "type": "integer" }, "responsible_disclosure_ledger_link_count": { "type": "integer" }, "review_date": { "type": "string" }, "row_count": { "type": "integer" }, "row_counts_by_kind": { "additionalProperties": { "type": "integer" }, "type": "object" }, "source_lane": { "type": "string" }, "source_ledger_kind": { "type": "string" }, "total_private_row_count": { "type": "integer" }, "visibility_policy": { "type": "string" }, "visibility_profile": { "type": "string" } }, "required": [ "record_id", "record_type", "source_ledger_kind", "source_lane", "canonical_owner", "canonical_owner_label", "visibility_profile", "visibility_policy", "details_state", "review_date", "ledger_sha256", "row_count", "row_counts_by_kind", "found_date_min", "found_date_max", "public_commitment_lane_stage_count", "public_safe_note", "generated_utc" ], "title": "Responsible disclosure source ledger summary row", "type": "object" }