{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://supabase-ai-saas-launch-kit.deeznotes77.chatgpt.site/measurement-schema.json",
  "title": "Kingy Supabase Launch Kit bounded event",
  "description": "A no-PII contract for optional first-party aggregate measurement. Checklist answers and readiness scores are intentionally excluded.",
  "type": "object",
  "additionalProperties": false,
  "required": ["event", "placement", "kit_version"],
  "properties": {
    "event": { "type": "string", "enum": ["launch_kit_view", "video_activated", "starting_path_selected", "launch_stage_opened", "official_source_opened", "template_copied", "negative_path_viewed", "evidence_area_prepared", "readiness_review_completed", "supabase_outbound_clicked"] },
    "placement": { "type": "string", "enum": ["launch_kit_page", "kit_video", "kit_path_selector", "kit_stage_tabs", "kit_stage_source", "kit_stage_template", "kit_test_lab", "kit_summary", "kit_completion"] },
    "detail": { "type": "string", "enum": ["supabase_ai_saas_12m", "starting", "demo", "existing", "foundation", "identity", "billing_storage", "release", "anonymous_read", "cross_user", "entitlement_write", "invalid_signature", "duplicate_event", "oversized_request", "ownership", "rls", "secrets", "billing", "storage", "limits", "negative", "ops"] },
    "kit_version": { "const": "2.0" }
  }
}
