-
Notifications
You must be signed in to change notification settings - Fork 7
/
schemas.yaml
174 lines (174 loc) · 6.21 KB
/
schemas.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
---
schemas:
authorization:
"$ref": schemas/authorization.yaml#/authorization
authorization_with_token:
"$ref": schemas/authorization_with_token.yaml#/authorization_with_token
bitbucket_sync:
"$ref": schemas/bitbucket_sync.yaml#/bitbucket_sync
bitbucket_sync_export_response:
"$ref": schemas/bitbucket_sync_export_response.yaml#/bitbucket_sync_export_response
gitlab_sync:
"$ref": schemas/gitlab_sync.yaml#/gitlab_sync
gitlab_sync_export:
"$ref": schemas/gitlab_sync_export.yaml#/gitlab_sync_export
gitlab_sync_history:
"$ref": schemas/gitlab_sync_history.yaml#/gitlab_sync_history
blacklisted_key:
"$ref": schemas/blacklisted_key.yaml#/blacklisted_key
comment:
"$ref": schemas/comment.yaml#/comment
comment_reaction:
"$ref": schemas/comment_reaction.yaml#/comment_reaction
custom_metadata_property:
"$ref": schemas/custom_metadata_property.yaml#/custom_metadata_property
custom_metadata_data_type:
"$ref": schemas/custom_metadata_data_type.yaml#/data_type
key_preview:
"$ref": schemas/key_preview.yaml#/key_preview
affected_count:
"$ref": schemas/affected_count.yaml#/affected_count
account:
"$ref": schemas/account.yaml#/account
account_details:
"$ref": schemas/account_details.yaml#/account_details
member:
"$ref": schemas/member.yaml#/member
member_project_detail:
"$ref": schemas/member_project_detail.yaml#/member_project_detail
invitation:
"$ref": schemas/invitation.yaml#/invitation
figma_attachment:
"$ref": schemas/figma_attachment.yaml#/figma_attachment
glossary:
"$ref": schemas/glossary.yaml#/glossary
glossary_term:
"$ref": schemas/glossary_term.yaml#/glossary_term
glossary_term_translation:
"$ref": schemas/glossary_term_translation.yaml#/glossary_term_translation
project_short:
"$ref": schemas/project_short.yaml#/project_short
project_locales:
"$ref": schemas/project_locales.yaml#/project_locales
project_report:
"$ref": schemas/project_report.yaml#/project_report
locale_preview:
"$ref": schemas/locale_preview.yaml#/locale_preview
locale:
"$ref": schemas/locale.yaml#/locale
locale_download:
"$ref": schemas/locale_download.yaml#/locale_download
locale_statistics:
"$ref": schemas/locale_statistics.yaml#/locale_statistics
locale_report:
"$ref": schemas/locale_report.yaml#/locale_report
locale_details:
"$ref": schemas/locale_details.yaml#/locale_details
locale_user_preview:
"$ref": schemas/locale_user_preview.yaml#/locale_user_preview
locale_team_preview:
"$ref": schemas/locale_team_preview.yaml#/locale_team_preview
upload:
"$ref": schemas/upload.yaml#/upload
format:
"$ref": schemas/format.yaml#/format
project:
"$ref": schemas/project.yaml#/project
project_details:
"$ref": schemas/project_details.yaml#/project_details
styleguide:
"$ref": schemas/styleguide.yaml#/styleguide
styleguide_preview:
"$ref": schemas/styleguide_preview.yaml#/styleguide_preview
styleguide_details:
"$ref": schemas/styleguide_details.yaml#/styleguide_details
tag:
"$ref": schemas/tag.yaml#/tag
tag_with_stats:
"$ref": schemas/tag_with_stats.yaml#/tag_with_stats
translation:
"$ref": schemas/translation.yaml#/translation
translation_details:
"$ref": schemas/translation_details.yaml#/translation_details
translation_key:
"$ref": schemas/translation_key.yaml#/translation_key
translation_key_details:
"$ref": schemas/translation_key_details.yaml#/translation_key_details
affected_resources:
"$ref": schemas/affected_resources.yaml#/affected_resources
translation_order:
"$ref": schemas/translation_order.yaml#/translation_order
translation_version:
"$ref": schemas/translation_version.yaml#/translation_version
translation_version_with_user:
"$ref": schemas/translation_version_with_user.yaml#/translation_version_with_user
user_preview:
"$ref": schemas/user_preview.yaml#/user_preview
user:
"$ref": schemas/user.yaml#/user
current_user:
"$ref": schemas/current_user.yaml#/user
webhook:
"$ref": schemas/webhook.yaml#/webhook
webhook_delivery:
"$ref": schemas/webhook_delivery.yaml#/webhook_delivery
space:
"$ref": schemas/space.yaml#/space
team:
"$ref": schemas/team.yaml#/team
team_detail:
"$ref": schemas/team_detail.yaml#/team_detail
team_short:
"$ref": schemas/team_short.yaml#/team_short
job:
"$ref": schemas/job.yaml#/job
job_details:
"$ref": schemas/job_details.yaml#/job_details
job_preview:
"$ref": schemas/job_preview.yaml#/job_preview
job_locale:
"$ref": schemas/job_locale.yaml#/job_locale
job_template:
"$ref": schemas/job_template.yaml#/job_template
job_template_details:
"$ref": schemas/job_template_details.yaml#/job_template_details
job_template_locales:
"$ref": schemas/job_template_locale.yaml#/job_template_locale
job_comment:
"$ref": schemas/job_comment.yaml#/job_comment
branch:
"$ref": schemas/branch.yaml#/branch
distribution_preview:
"$ref": schemas/distribution_preview.yaml#/distribution_preview
distribution:
"$ref": schemas/distribution.yaml#/distribution
release_preview:
"$ref": schemas/release_preview.yaml#/release_preview
release:
"$ref": schemas/release.yaml#/release
release_trigger:
"$ref": schemas/release_trigger.yaml#/release_trigger
screenshot:
"$ref": schemas/screenshot.yaml#/screenshot
screenshot_marker:
"$ref": schemas/screenshot_marker.yaml#/screenshot_marker
variable:
"$ref": schemas/variable.yaml#/variable
icu:
"$ref": schemas/icu.yaml#/skeleton
notification:
"$ref": schemas/notification.yaml#/notification
notification_group:
"$ref": schemas/notification_group.yaml#/notification_group
notification_group_detail:
"$ref": schemas/notification_group_detail.yaml#/notification_group_detail
organization_job_template:
"$ref": schemas/organization_job_template.yaml#/organization_job_template
organization_job_template_details:
"$ref": schemas/organization_job_template_details.yaml#/organization_job_template_details
key_link:
"$ref": schemas/key_link.yaml#/key_link
repo_sync:
"$ref": schemas/repo_sync.yaml#/repo_sync
repo_sync_event:
"$ref": schemas/repo_sync_event.yaml#/repo_sync_event