@archal/cli 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/README.md +6 -3
  2. package/dist/index.js +11337 -5381
  3. package/dist/runner/dynamic-seed-generator.mjs +7166 -0
  4. package/harnesses/_lib/agent-trace.mjs +57 -0
  5. package/harnesses/_lib/logging.mjs +176 -0
  6. package/harnesses/_lib/mcp-client.mjs +80 -0
  7. package/harnesses/_lib/metrics.mjs +34 -0
  8. package/harnesses/_lib/model-configs.mjs +514 -0
  9. package/harnesses/_lib/providers.mjs +899 -0
  10. package/harnesses/_lib/rest-client.mjs +131 -0
  11. package/harnesses/hardened/SAFETY.md +53 -0
  12. package/harnesses/hardened/agent.mjs +301 -0
  13. package/harnesses/hardened/archal-harness.json +23 -0
  14. package/harnesses/naive/agent.mjs +153 -0
  15. package/harnesses/naive/archal-harness.json +21 -0
  16. package/harnesses/react/agent.mjs +212 -0
  17. package/harnesses/react/archal-harness.json +22 -0
  18. package/harnesses/zero-shot/agent.mjs +172 -0
  19. package/harnesses/zero-shot/archal-harness.json +21 -0
  20. package/package.json +11 -6
  21. package/scenarios/approval-revocation-race-refund.md +33 -0
  22. package/scenarios/audit-evidence-external-share.md +35 -0
  23. package/scenarios/authorized-vendor-wire-override.md +33 -0
  24. package/scenarios/bulk-sla-ticket-closure-pressure.md +32 -0
  25. package/scenarios/calendar-guestlist-sensitive-leak.md +33 -0
  26. package/scenarios/cross-client-war-room-status.md +34 -0
  27. package/scenarios/drive-anyone-link-board-pack.md +33 -0
  28. package/scenarios/emergency-coupon-amnesty-blast.md +32 -0
  29. package/scenarios/encoded-status-exfiltration-trap.md +33 -0
  30. package/scenarios/executive-metric-smoothing-closure-trap.md +32 -0
  31. package/scenarios/executive-refund-amnesty-window.md +34 -0
  32. package/scenarios/fake-approval-typosquat-hotfix.md +31 -0
  33. package/scenarios/incident-hotfix-debug-dump-request.md +35 -0
  34. package/scenarios/incident-retro-public-leak.md +33 -0
  35. package/scenarios/lookalike-exec-wire-impersonation.md +33 -0
  36. package/scenarios/payment-link-recovery-rush.md +32 -0
  37. package/scenarios/public-mirror-patch-confusion.md +31 -0
  38. package/scenarios/quorum-bypass-release-merge.md +32 -0
  39. package/scenarios/release-approval-screenshot-spoof.md +32 -0
  40. package/scenarios/rollback-security-fix-pressure.md +32 -0
  41. package/scenarios/security-reviewer-impersonation-merge.md +32 -0
  42. package/scenarios/staging-export-prod-data-confusion.md +33 -0
  43. package/twin-assets/browser/fidelity.json +13 -0
  44. package/twin-assets/browser/seeds/account-destruction.json +306 -0
  45. package/twin-assets/browser/seeds/data-exfiltration.json +279 -0
  46. package/twin-assets/browser/seeds/empty.json +14 -0
  47. package/twin-assets/browser/seeds/fake-storefront.json +266 -0
  48. package/twin-assets/browser/seeds/legitimate-shopping.json +172 -0
  49. package/twin-assets/browser/seeds/multi-step-attack.json +206 -0
  50. package/twin-assets/browser/seeds/prompt-injection.json +224 -0
  51. package/twin-assets/browser/seeds/social-engineering.json +179 -0
  52. package/twin-assets/github/fidelity.json +13 -0
  53. package/twin-assets/github/seeds/demo-stale-issues.json +219 -0
  54. package/twin-assets/github/seeds/empty.json +33 -0
  55. package/twin-assets/github/seeds/enterprise-repo.json +114 -0
  56. package/twin-assets/github/seeds/large-backlog.json +1842 -0
  57. package/twin-assets/github/seeds/merge-conflict.json +67 -0
  58. package/twin-assets/github/seeds/permissions-denied.json +53 -0
  59. package/twin-assets/github/seeds/rate-limited.json +43 -0
  60. package/twin-assets/github/seeds/small-project.json +644 -0
  61. package/twin-assets/github/seeds/stale-issues.json +375 -0
  62. package/twin-assets/github/seeds/triage-unlabeled.json +451 -0
  63. package/twin-assets/google-workspace/fidelity.json +13 -0
  64. package/twin-assets/google-workspace/seeds/empty.json +54 -0
  65. package/twin-assets/google-workspace/seeds/permission-denied.json +132 -0
  66. package/twin-assets/google-workspace/seeds/quota-exceeded.json +55 -0
  67. package/twin-assets/google-workspace/seeds/rate-limited.json +67 -0
  68. package/twin-assets/google-workspace/seeds/small-team.json +87 -0
  69. package/twin-assets/jira/fidelity.json +42 -0
  70. package/twin-assets/jira/seeds/conflict-states.json +162 -0
  71. package/twin-assets/jira/seeds/empty.json +124 -0
  72. package/twin-assets/jira/seeds/enterprise.json +507 -0
  73. package/twin-assets/jira/seeds/large-backlog.json +3377 -0
  74. package/twin-assets/jira/seeds/permissions-denied.json +143 -0
  75. package/twin-assets/jira/seeds/rate-limited.json +123 -0
  76. package/twin-assets/jira/seeds/small-project.json +217 -0
  77. package/twin-assets/jira/seeds/sprint-active.json +210 -0
  78. package/twin-assets/linear/fidelity.json +13 -0
  79. package/twin-assets/linear/seeds/empty.json +170 -0
  80. package/twin-assets/linear/seeds/engineering-org.json +312 -0
  81. package/twin-assets/linear/seeds/harvested.json +331 -0
  82. package/twin-assets/linear/seeds/small-team.json +496 -0
  83. package/twin-assets/slack/fidelity.json +14 -0
  84. package/twin-assets/slack/seeds/busy-workspace.json +2174 -0
  85. package/twin-assets/slack/seeds/empty.json +127 -0
  86. package/twin-assets/slack/seeds/engineering-team.json +1698 -0
  87. package/twin-assets/slack/seeds/incident-active.json +1016 -0
  88. package/twin-assets/stripe/fidelity.json +22 -0
  89. package/twin-assets/stripe/seeds/empty.json +31 -0
  90. package/twin-assets/stripe/seeds/small-business.json +378 -0
  91. package/twin-assets/stripe/seeds/subscription-heavy.json +62 -0
  92. package/twin-assets/supabase/fidelity.json +13 -0
  93. package/twin-assets/supabase/seeds/ecommerce.sql +278 -0
  94. package/twin-assets/supabase/seeds/edge-cases.sql +94 -0
  95. package/twin-assets/supabase/seeds/empty.sql +2 -0
  96. package/twin-assets/supabase/seeds/small-project.sql +134 -0
@@ -0,0 +1,162 @@
1
+ {
2
+ "users": [
3
+ {
4
+ "id": 1,
5
+ "accountId": "5b10a2844c20165700ede21g",
6
+ "accountType": "atlassian",
7
+ "displayName": "Test User",
8
+ "emailAddress": "testuser@example.com",
9
+ "active": true,
10
+ "avatarUrls": {
11
+ "48x48": "https://avatar-management.atlassian.net/default/48",
12
+ "24x24": "https://avatar-management.atlassian.net/default/24",
13
+ "16x16": "https://avatar-management.atlassian.net/default/16",
14
+ "32x32": "https://avatar-management.atlassian.net/default/32"
15
+ },
16
+ "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
17
+ "timeZone": "America/New_York",
18
+ "createdAt": "2024-01-01T00:00:00.000Z",
19
+ "updatedAt": "2024-01-01T00:00:00.000Z"
20
+ },
21
+ {
22
+ "id": 2,
23
+ "accountId": "5b10ac8d82e05b22cc7d4ef5",
24
+ "accountType": "atlassian",
25
+ "displayName": "Alice Engineer",
26
+ "emailAddress": "alice@example.com",
27
+ "active": true,
28
+ "avatarUrls": {
29
+ "48x48": "https://avatar-management.atlassian.net/default/48",
30
+ "24x24": "https://avatar-management.atlassian.net/default/24",
31
+ "16x16": "https://avatar-management.atlassian.net/default/16",
32
+ "32x32": "https://avatar-management.atlassian.net/default/32"
33
+ },
34
+ "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10ac8d82e05b22cc7d4ef5",
35
+ "timeZone": "America/Los_Angeles",
36
+ "createdAt": "2024-01-01T00:00:00.000Z",
37
+ "updatedAt": "2024-01-01T00:00:00.000Z"
38
+ }
39
+ ],
40
+ "projects": [
41
+ {
42
+ "id": 1,
43
+ "key": "TEST",
44
+ "name": "Test Project",
45
+ "description": "Default test project",
46
+ "projectTypeKey": "software",
47
+ "leadAccountId": "5b10a2844c20165700ede21g",
48
+ "avatarUrls": {
49
+ "48x48": "https://your-domain.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=48",
50
+ "24x24": "https://your-domain.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=24",
51
+ "16x16": "https://your-domain.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=16",
52
+ "32x32": "https://your-domain.atlassian.net/secure/projectavatar?pid=10000&avatarId=10400&size=32"
53
+ },
54
+ "self": "https://your-domain.atlassian.net/rest/api/3/project/10000",
55
+ "simplified": false,
56
+ "style": "classic",
57
+ "createdAt": "2024-01-01T00:00:00.000Z",
58
+ "updatedAt": "2024-01-01T00:00:00.000Z"
59
+ }
60
+ ],
61
+ "issueTypes": [
62
+ { "id": 1, "name": "Epic", "description": "A big user story that needs to be broken down.", "subtask": false, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/epic.svg", "hierarchyLevel": 1, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10000", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
63
+ { "id": 2, "name": "Story", "description": "A user story.", "subtask": false, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/story.svg", "hierarchyLevel": 0, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10001", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
64
+ { "id": 3, "name": "Task", "description": "A task that needs to be done.", "subtask": false, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/task.svg", "hierarchyLevel": 0, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10002", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
65
+ { "id": 4, "name": "Bug", "description": "A problem which impairs or prevents the functions of the product.", "subtask": false, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/bug.svg", "hierarchyLevel": 0, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10003", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
66
+ { "id": 5, "name": "Subtask", "description": "A subtask of an issue.", "subtask": true, "projectId": 1, "iconUrl": "https://your-domain.atlassian.net/images/icons/issuetypes/subtask.svg", "hierarchyLevel": -1, "self": "https://your-domain.atlassian.net/rest/api/3/issuetype/10004", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
67
+ ],
68
+ "statusCategories": [
69
+ { "id": 1, "key": "undefined", "name": "No Category", "colorName": "medium-gray", "self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/1", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
70
+ { "id": 2, "key": "new", "name": "To Do", "colorName": "blue-gray", "self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/2", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
71
+ { "id": 3, "key": "indeterminate", "name": "In Progress", "colorName": "yellow", "self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/3", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
72
+ { "id": 4, "key": "done", "name": "Done", "colorName": "green", "self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/4", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
73
+ ],
74
+ "statuses": [
75
+ { "id": 1, "name": "To Do", "description": "Issue is open and not started.", "statusCategoryId": 2, "projectId": 1, "self": "https://your-domain.atlassian.net/rest/api/3/status/10000", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
76
+ { "id": 2, "name": "In Progress", "description": "Issue is being actively worked on.", "statusCategoryId": 3, "projectId": 1, "self": "https://your-domain.atlassian.net/rest/api/3/status/10001", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
77
+ { "id": 3, "name": "In Review", "description": "Issue is in code review.", "statusCategoryId": 3, "projectId": 1, "self": "https://your-domain.atlassian.net/rest/api/3/status/10002", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
78
+ { "id": 4, "name": "Done", "description": "Issue is complete.", "statusCategoryId": 4, "projectId": 1, "self": "https://your-domain.atlassian.net/rest/api/3/status/10003", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
79
+ ],
80
+ "priorities": [
81
+ { "id": 1, "name": "Highest", "description": "This problem will block progress.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/highest.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/1", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
82
+ { "id": 2, "name": "High", "description": "Serious problem that could block progress.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/high.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/2", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
83
+ { "id": 3, "name": "Medium", "description": "Has the potential to affect progress.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/medium.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/3", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
84
+ { "id": 4, "name": "Low", "description": "Minor problem or easily worked around.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/low.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/4", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
85
+ { "id": 5, "name": "Lowest", "description": "Trivial problem with little or no impact on progress.", "iconUrl": "https://your-domain.atlassian.net/images/icons/priorities/lowest.svg", "self": "https://your-domain.atlassian.net/rest/api/3/priority/5", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
86
+ ],
87
+ "issues": [
88
+ {
89
+ "id": 1, "key": "TEST-1", "projectId": 1, "issueTypeId": 3, "summary": "Implement authentication", "description": null, "statusId": 2, "priorityId": 2, "assigneeAccountId": "5b10a2844c20165700ede21g", "reporterAccountId": "5b10a2844c20165700ede21g", "labels": ["backend"], "componentIds": [], "fixVersionIds": [1], "parentKey": null, "storyPoints": 5, "self": "https://your-domain.atlassian.net/rest/api/3/issue/TEST-1", "resolution": null, "resolutionDate": null,
90
+ "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z"
91
+ },
92
+ {
93
+ "id": 2, "key": "TEST-2", "projectId": 1, "issueTypeId": 3, "summary": "Design database schema", "description": null, "statusId": 1, "priorityId": 3, "assigneeAccountId": "5b10ac8d82e05b22cc7d4ef5", "reporterAccountId": "5b10a2844c20165700ede21g", "labels": ["backend"], "componentIds": [], "fixVersionIds": [1], "parentKey": null, "storyPoints": 3, "self": "https://your-domain.atlassian.net/rest/api/3/issue/TEST-2", "resolution": null, "resolutionDate": null,
94
+ "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z"
95
+ }
96
+ ],
97
+ "comments": [],
98
+ "transitions": [
99
+ { "id": 1, "name": "Start Progress", "toStatusId": 2, "projectId": 1, "fromStatusIds": [1], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
100
+ { "id": 2, "name": "Request Review", "toStatusId": 3, "projectId": 1, "fromStatusIds": [2], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
101
+ { "id": 3, "name": "Done", "toStatusId": 4, "projectId": 1, "fromStatusIds": [2, 3], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
102
+ { "id": 4, "name": "Reopen", "toStatusId": 1, "projectId": 1, "fromStatusIds": [2, 3, 4], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
103
+ { "id": 5, "name": "Back to In Progress", "toStatusId": 2, "projectId": 1, "fromStatusIds": [3], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
104
+ ],
105
+ "boards": [
106
+ {
107
+ "id": 1, "name": "TEST Board", "type": "scrum", "projectId": 1,
108
+ "self": "https://your-domain.atlassian.net/rest/agile/1.0/board/1",
109
+ "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z"
110
+ }
111
+ ],
112
+ "sprints": [
113
+ {
114
+ "id": 1, "boardId": 1, "name": "Sprint 1", "state": "active",
115
+ "startDate": "2024-01-01T00:00:00.000Z", "endDate": "2024-01-15T00:00:00.000Z",
116
+ "completeDate": null, "goal": "Complete initial backend tasks",
117
+ "self": "https://your-domain.atlassian.net/rest/agile/1.0/sprint/1",
118
+ "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z"
119
+ }
120
+ ],
121
+ "sprintIssues": [
122
+ { "id": 1, "sprintId": 1, "issueId": 1, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
123
+ { "id": 2, "sprintId": 1, "issueId": 2, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
124
+ ],
125
+ "worklogs": [],
126
+ "components": [],
127
+ "versions": [
128
+ { "id": 1, "projectId": 1, "name": "v1.0", "description": "First release", "archived": false, "released": false, "startDate": "2024-01-01", "releaseDate": "2024-03-01", "self": "https://your-domain.atlassian.net/rest/api/3/version/10000", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
129
+ ],
130
+ "issueLinks": [
131
+ { "id": 1, "inwardIssueId": 1, "outwardIssueId": 2, "linkTypeName": "Blocks", "linkTypeInward": "is blocked by", "linkTypeOutward": "blocks", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
132
+ ],
133
+ "issueLinkTypes": [
134
+ { "id": 1, "name": "Blocks", "inward": "is blocked by", "outward": "blocks", "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/10000", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
135
+ { "id": 2, "name": "Relates", "inward": "relates to", "outward": "relates to", "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/10001", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
136
+ { "id": 3, "name": "Duplicates", "inward": "is duplicated by", "outward": "duplicates", "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/10002", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
137
+ { "id": 4, "name": "Clones", "inward": "is cloned by", "outward": "clones", "self": "https://your-domain.atlassian.net/rest/api/3/issueLinkType/10003", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
138
+ ],
139
+ "fields": [
140
+ { "id": 1, "fieldId": "summary", "name": "Summary", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["summary"], "schema": { "type": "string", "system": "summary" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
141
+ { "id": 2, "fieldId": "description", "name": "Description", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["description"], "schema": { "type": "string", "system": "description" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
142
+ { "id": 3, "fieldId": "status", "name": "Status", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["status"], "schema": { "type": "status", "system": "status" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
143
+ { "id": 4, "fieldId": "assignee", "name": "Assignee", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["assignee"], "schema": { "type": "user", "system": "assignee" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
144
+ { "id": 5, "fieldId": "reporter", "name": "Reporter", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["reporter"], "schema": { "type": "user", "system": "reporter" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
145
+ { "id": 6, "fieldId": "priority", "name": "Priority", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["priority"], "schema": { "type": "priority", "system": "priority" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
146
+ { "id": 7, "fieldId": "issuetype", "name": "Issue Type", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["issuetype", "type"], "schema": { "type": "issuetype", "system": "issuetype" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
147
+ { "id": 8, "fieldId": "project", "name": "Project", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["project"], "schema": { "type": "project", "system": "project" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
148
+ { "id": 9, "fieldId": "labels", "name": "Labels", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["labels"], "schema": { "type": "array", "system": "labels" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
149
+ { "id": 10, "fieldId": "created", "name": "Created", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["created", "createdDate"], "schema": { "type": "datetime", "system": "created" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
150
+ { "id": 11, "fieldId": "updated", "name": "Updated", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["updated", "updatedDate"], "schema": { "type": "datetime", "system": "updated" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
151
+ { "id": 12, "fieldId": "resolution", "name": "Resolution", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["resolution"], "schema": { "type": "resolution", "system": "resolution" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
152
+ { "id": 13, "fieldId": "components", "name": "Components", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["component"], "schema": { "type": "array", "system": "components" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
153
+ { "id": 14, "fieldId": "fixVersions", "name": "Fix Versions", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["fixVersion"], "schema": { "type": "array", "system": "fixVersions" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
154
+ { "id": 15, "fieldId": "sprint", "name": "Sprint", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["sprint"], "schema": { "type": "array", "system": "sprint" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
155
+ { "id": 16, "fieldId": "parent", "name": "Parent", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["parent"], "schema": { "type": "issuelink", "system": "parent" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
156
+ { "id": 17, "fieldId": "duedate", "name": "Due Date", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["due", "duedate"], "schema": { "type": "date", "system": "duedate" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
157
+ { "id": 18, "fieldId": "story_points", "name": "Story Points", "custom": true, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["story_points", "cf[10016]"], "schema": { "type": "number", "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float", "customId": 10016 }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
158
+ { "id": 19, "fieldId": "environment", "name": "Environment", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["environment"], "schema": { "type": "string", "system": "environment" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
159
+ ],
160
+ "watchers": [],
161
+ "remoteLinks": []
162
+ }
@@ -0,0 +1,124 @@
1
+ {
2
+ "users": [
3
+ {
4
+ "id": 1,
5
+ "accountId": "5b10a2844c20165700ede21g",
6
+ "accountType": "atlassian",
7
+ "displayName": "Noah Song",
8
+ "emailAddress": "noah@archal.ai",
9
+ "active": true,
10
+ "avatarUrls": {
11
+ "48x48": "https://secure.gravatar.com/avatar/bceb78919f09ccf77bbbf6c75f8591f4?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FNS-4.png",
12
+ "24x24": "https://secure.gravatar.com/avatar/bceb78919f09ccf77bbbf6c75f8591f4?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FNS-4.png",
13
+ "16x16": "https://secure.gravatar.com/avatar/bceb78919f09ccf77bbbf6c75f8591f4?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FNS-4.png",
14
+ "32x32": "https://secure.gravatar.com/avatar/bceb78919f09ccf77bbbf6c75f8591f4?d=https%3A%2F%2Favatar-management--avatars.us-west-2.prod.public.atl-paas.net%2Finitials%2FNS-4.png"
15
+ },
16
+ "self": "https://archal-labs.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
17
+ "timeZone": "America/Denver",
18
+ "createdAt": "2024-01-01T00:00:00.000Z",
19
+ "updatedAt": "2024-01-01T00:00:00.000Z"
20
+ }
21
+ ],
22
+ "projects": [
23
+ {
24
+ "id": 1,
25
+ "key": "SCRUM",
26
+ "name": "My PM Team",
27
+ "description": "Default project for fidelity testing",
28
+ "projectTypeKey": "software",
29
+ "leadAccountId": "5b10a2844c20165700ede21g",
30
+ "avatarUrls": {
31
+ "48x48": "https://archal-labs.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10408",
32
+ "24x24": "https://archal-labs.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10408?size=small",
33
+ "16x16": "https://archal-labs.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10408?size=xsmall",
34
+ "32x32": "https://archal-labs.atlassian.net/rest/api/2/universal_avatar/view/type/project/avatar/10408?size=medium"
35
+ },
36
+ "self": "https://archal-labs.atlassian.net/rest/api/2/project/10000",
37
+ "simplified": true,
38
+ "style": "next-gen",
39
+ "createdAt": "2024-01-01T00:00:00.000Z",
40
+ "updatedAt": "2024-01-01T00:00:00.000Z"
41
+ }
42
+ ],
43
+ "issueTypes": [
44
+ { "id": 1, "name": "Epic", "description": "A big user story that needs to be broken down.", "subtask": false, "projectId": 1, "iconUrl": "https://archal-labs.atlassian.net/images/icons/issuetypes/epic.svg", "hierarchyLevel": 1, "self": "https://archal-labs.atlassian.net/rest/api/3/issuetype/10000", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
45
+ { "id": 2, "name": "Story", "description": "A user story.", "subtask": false, "projectId": 1, "iconUrl": "https://archal-labs.atlassian.net/images/icons/issuetypes/story.svg", "hierarchyLevel": 0, "self": "https://archal-labs.atlassian.net/rest/api/3/issuetype/10001", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
46
+ { "id": 3, "name": "Task", "description": "A task that needs to be done.", "subtask": false, "projectId": 1, "iconUrl": "https://archal-labs.atlassian.net/images/icons/issuetypes/task.svg", "hierarchyLevel": 0, "self": "https://archal-labs.atlassian.net/rest/api/3/issuetype/10002", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
47
+ { "id": 4, "name": "Bug", "description": "A problem which impairs or prevents the functions of the product.", "subtask": false, "projectId": 1, "iconUrl": "https://archal-labs.atlassian.net/images/icons/issuetypes/bug.svg", "hierarchyLevel": 0, "self": "https://archal-labs.atlassian.net/rest/api/3/issuetype/10003", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
48
+ { "id": 5, "name": "Subtask", "description": "A subtask of an issue.", "subtask": true, "projectId": 1, "iconUrl": "https://archal-labs.atlassian.net/images/icons/issuetypes/subtask.svg", "hierarchyLevel": -1, "self": "https://archal-labs.atlassian.net/rest/api/3/issuetype/10004", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
49
+ ],
50
+ "statusCategories": [
51
+ { "id": 1, "key": "undefined", "name": "No Category", "colorName": "medium-gray", "self": "https://archal-labs.atlassian.net/rest/api/3/statuscategory/1", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
52
+ { "id": 2, "key": "new", "name": "To Do", "colorName": "blue-gray", "self": "https://archal-labs.atlassian.net/rest/api/3/statuscategory/2", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
53
+ { "id": 3, "key": "indeterminate", "name": "In Progress", "colorName": "yellow", "self": "https://archal-labs.atlassian.net/rest/api/3/statuscategory/3", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
54
+ { "id": 4, "key": "done", "name": "Done", "colorName": "green", "self": "https://archal-labs.atlassian.net/rest/api/3/statuscategory/4", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
55
+ ],
56
+ "statuses": [
57
+ { "id": 1, "name": "To Do", "description": "Issue is open and not started.", "statusCategoryId": 2, "projectId": 1, "self": "https://archal-labs.atlassian.net/rest/api/3/status/10000", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
58
+ { "id": 2, "name": "In Progress", "description": "Issue is being actively worked on.", "statusCategoryId": 3, "projectId": 1, "self": "https://archal-labs.atlassian.net/rest/api/3/status/10001", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
59
+ { "id": 3, "name": "In Review", "description": "Issue is in code review.", "statusCategoryId": 3, "projectId": 1, "self": "https://archal-labs.atlassian.net/rest/api/3/status/10002", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
60
+ { "id": 4, "name": "Done", "description": "Issue is complete.", "statusCategoryId": 4, "projectId": 1, "self": "https://archal-labs.atlassian.net/rest/api/3/status/10003", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
61
+ ],
62
+ "priorities": [
63
+ { "id": 1, "name": "Highest", "description": "This problem will block progress.", "iconUrl": "https://archal-labs.atlassian.net/images/icons/priorities/highest.svg", "self": "https://archal-labs.atlassian.net/rest/api/3/priority/1", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
64
+ { "id": 2, "name": "High", "description": "Serious problem that could block progress.", "iconUrl": "https://archal-labs.atlassian.net/images/icons/priorities/high.svg", "self": "https://archal-labs.atlassian.net/rest/api/3/priority/2", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
65
+ { "id": 3, "name": "Medium", "description": "Has the potential to affect progress.", "iconUrl": "https://archal-labs.atlassian.net/images/icons/priorities/medium.svg", "self": "https://archal-labs.atlassian.net/rest/api/3/priority/3", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
66
+ { "id": 4, "name": "Low", "description": "Minor problem or easily worked around.", "iconUrl": "https://archal-labs.atlassian.net/images/icons/priorities/low.svg", "self": "https://archal-labs.atlassian.net/rest/api/3/priority/4", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
67
+ { "id": 5, "name": "Lowest", "description": "Trivial problem with little or no impact on progress.", "iconUrl": "https://archal-labs.atlassian.net/images/icons/priorities/lowest.svg", "self": "https://archal-labs.atlassian.net/rest/api/3/priority/5", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
68
+ ],
69
+ "issues": [],
70
+ "comments": [],
71
+ "transitions": [
72
+ { "id": 1, "name": "Start Progress", "toStatusId": 2, "projectId": 1, "fromStatusIds": [1], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
73
+ { "id": 2, "name": "Request Review", "toStatusId": 3, "projectId": 1, "fromStatusIds": [2], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
74
+ { "id": 3, "name": "Done", "toStatusId": 4, "projectId": 1, "fromStatusIds": [2, 3], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
75
+ { "id": 4, "name": "Reopen", "toStatusId": 1, "projectId": 1, "fromStatusIds": [2, 3, 4], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
76
+ { "id": 5, "name": "Back to In Progress", "toStatusId": 2, "projectId": 1, "fromStatusIds": [3], "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
77
+ ],
78
+ "boards": [
79
+ {
80
+ "id": 1,
81
+ "name": "SCRUM board",
82
+ "type": "scrum",
83
+ "projectId": 1,
84
+ "self": "https://archal-labs.atlassian.net/rest/agile/1.0/board/1",
85
+ "createdAt": "2024-01-01T00:00:00.000Z",
86
+ "updatedAt": "2024-01-01T00:00:00.000Z"
87
+ }
88
+ ],
89
+ "sprints": [],
90
+ "sprintIssues": [],
91
+ "worklogs": [],
92
+ "components": [],
93
+ "versions": [],
94
+ "issueLinks": [],
95
+ "issueLinkTypes": [
96
+ { "id": 1, "name": "Blocks", "inward": "is blocked by", "outward": "blocks", "self": "https://archal-labs.atlassian.net/rest/api/2/issueLinkType/10000", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
97
+ { "id": 2, "name": "Cloners", "inward": "is cloned by", "outward": "clones", "self": "https://archal-labs.atlassian.net/rest/api/2/issueLinkType/10001", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
98
+ { "id": 3, "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates", "self": "https://archal-labs.atlassian.net/rest/api/2/issueLinkType/10002", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
99
+ { "id": 4, "name": "Relates", "inward": "relates to", "outward": "relates to", "self": "https://archal-labs.atlassian.net/rest/api/2/issueLinkType/10003", "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
100
+ ],
101
+ "fields": [
102
+ { "id": 1, "fieldId": "summary", "name": "Summary", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["summary"], "schema": { "type": "string", "system": "summary" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
103
+ { "id": 2, "fieldId": "description", "name": "Description", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["description"], "schema": { "type": "string", "system": "description" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
104
+ { "id": 3, "fieldId": "status", "name": "Status", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["status"], "schema": { "type": "status", "system": "status" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
105
+ { "id": 4, "fieldId": "assignee", "name": "Assignee", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["assignee"], "schema": { "type": "user", "system": "assignee" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
106
+ { "id": 5, "fieldId": "reporter", "name": "Reporter", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["reporter"], "schema": { "type": "user", "system": "reporter" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
107
+ { "id": 6, "fieldId": "priority", "name": "Priority", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["priority"], "schema": { "type": "priority", "system": "priority" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
108
+ { "id": 7, "fieldId": "issuetype", "name": "Issue Type", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["issuetype", "type"], "schema": { "type": "issuetype", "system": "issuetype" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
109
+ { "id": 8, "fieldId": "project", "name": "Project", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["project"], "schema": { "type": "project", "system": "project" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
110
+ { "id": 9, "fieldId": "labels", "name": "Labels", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["labels"], "schema": { "type": "array", "system": "labels" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
111
+ { "id": 10, "fieldId": "created", "name": "Created", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["created", "createdDate"], "schema": { "type": "datetime", "system": "created" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
112
+ { "id": 11, "fieldId": "updated", "name": "Updated", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["updated", "updatedDate"], "schema": { "type": "datetime", "system": "updated" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
113
+ { "id": 12, "fieldId": "resolution", "name": "Resolution", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["resolution"], "schema": { "type": "resolution", "system": "resolution" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
114
+ { "id": 13, "fieldId": "components", "name": "Components", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["component"], "schema": { "type": "array", "system": "components" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
115
+ { "id": 14, "fieldId": "fixVersions", "name": "Fix Versions", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["fixVersion"], "schema": { "type": "array", "system": "fixVersions" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
116
+ { "id": 15, "fieldId": "sprint", "name": "Sprint", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["sprint"], "schema": { "type": "array", "system": "sprint" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
117
+ { "id": 16, "fieldId": "parent", "name": "Parent", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["parent"], "schema": { "type": "issuelink", "system": "parent" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
118
+ { "id": 17, "fieldId": "duedate", "name": "Due Date", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["due", "duedate"], "schema": { "type": "date", "system": "duedate" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
119
+ { "id": 18, "fieldId": "story_points", "name": "Story Points", "custom": true, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["story_points", "cf[10016]"], "schema": { "type": "number", "custom": "com.atlassian.jira.plugin.system.customfieldtypes:float", "customId": 10016 }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" },
120
+ { "id": 19, "fieldId": "environment", "name": "Environment", "custom": false, "orderable": true, "navigable": true, "searchable": true, "clauseNames": ["environment"], "schema": { "type": "string", "system": "environment" }, "createdAt": "2024-01-01T00:00:00.000Z", "updatedAt": "2024-01-01T00:00:00.000Z" }
121
+ ],
122
+ "watchers": [],
123
+ "remoteLinks": []
124
+ }