legacy_http_goldens_manifest.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "schema_version": "legacy-http-golden-manifest/v1",
  3. "host_baseline_commit": "1495d063",
  4. "legacy_source": {
  5. "kind": "deployed-legacy-service",
  6. "base_url": "https://pattern.aiddit.com",
  7. "source_commit": "unavailable-from-deployment",
  8. "captured_at": "2026-07-19T16:00:00Z"
  9. },
  10. "redaction": {
  11. "rules": [
  12. "No authorization header, cookie, principal identifier, or database credential is stored.",
  13. "Payload hashes cover the unmodified public response bytes; payload bodies are not checked in."
  14. ]
  15. },
  16. "captures": [
  17. {
  18. "name": "run-454-detail",
  19. "method": "GET",
  20. "route": "/api/pattern/script_builds/454",
  21. "status": 200,
  22. "sha256": "87a2d7bc11e70391c92cb52013365d758338e0d918dd47339c5a83c214cd42f6",
  23. "comparison": "legacy-fields-exact-overlay-declared",
  24. "legacy_top_level_fields": [
  25. "success",
  26. "topic",
  27. "build",
  28. "paragraphs",
  29. "elements",
  30. "decision_traces",
  31. "post_datas",
  32. "script_datas"
  33. ],
  34. "allowed_overlay_fields": []
  35. },
  36. {
  37. "name": "run-454-log",
  38. "method": "GET",
  39. "route": "/api/pattern/script_builds/454/log",
  40. "status": 200,
  41. "sha256": "ac62b87aac1999ab8eb94c8a71b0be5f35457e11cdc89b10c3d10cf7ec7eaa07",
  42. "comparison": "legacy-fields-exact-overlay-declared",
  43. "legacy_top_level_fields": [
  44. "success",
  45. "log_content",
  46. "live",
  47. "status"
  48. ],
  49. "allowed_overlay_fields": []
  50. }
  51. ],
  52. "uncaptured_routes": [
  53. "start",
  54. "upload",
  55. "list",
  56. "prefill",
  57. "retry",
  58. "delete",
  59. "favorite",
  60. "overview",
  61. "stop",
  62. "trace_messages"
  63. ]
  64. }