Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions webhook_schemas/translations_batch_exclude.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"name": {
"type": "string"
},
"email": {
"type": "string"
},
"gravatar_uid": {
"type": "string"
}
Expand All @@ -35,7 +32,6 @@
"id",
"username",
"name",
"email",
"gravatar_uid"
]
},
Expand Down
1 change: 0 additions & 1 deletion webhook_schemas/translations_batch_exclude_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"id": "24b9a53ad72e198ca332fba91bb95f57",
"username": "john.smith",
"name": "John Smith",
"email": "john.smith@example.com",
"gravatar_uid": "1bc5edb4799fd8eec67c66122f47eb73"
},
"project": {
Expand Down
4 changes: 0 additions & 4 deletions webhook_schemas/translations_batch_include.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"name": {
"type": "string"
},
"email": {
"type": "string"
},
"gravatar_uid": {
"type": "string"
}
Expand All @@ -35,7 +32,6 @@
"id",
"username",
"name",
"email",
"gravatar_uid"
]
},
Expand Down
1 change: 0 additions & 1 deletion webhook_schemas/translations_batch_include_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"id": "24b9a53ad72e198ca332fba91bb95f57",
"username": "john.smith",
"name": "John Smith",
"email": "john.smith@example.com",
"gravatar_uid": "1bc5edb4799fd8eec67c66122f47eb73"
},
"project": {
Expand Down
4 changes: 0 additions & 4 deletions webhook_schemas/translations_batch_review.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"name": {
"type": "string"
},
"email": {
"type": "string"
},
"gravatar_uid": {
"type": "string"
}
Expand All @@ -35,7 +32,6 @@
"id",
"username",
"name",
"email",
"gravatar_uid"
]
},
Expand Down
1 change: 0 additions & 1 deletion webhook_schemas/translations_batch_review_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"id": "24b9a53ad72e198ca332fba91bb95f57",
"username": "john.smith",
"name": "John Smith",
"email": "john.smith@example.com",
"gravatar_uid": "1bc5edb4799fd8eec67c66122f47eb73"
},
"project": {
Expand Down
4 changes: 0 additions & 4 deletions webhook_schemas/translations_batch_unreview.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"name": {
"type": "string"
},
"email": {
"type": "string"
},
"gravatar_uid": {
"type": "string"
}
Expand All @@ -35,7 +32,6 @@
"id",
"username",
"name",
"email",
"gravatar_uid"
]
},
Expand Down
1 change: 0 additions & 1 deletion webhook_schemas/translations_batch_unreview_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"id": "24b9a53ad72e198ca332fba91bb95f57",
"username": "john.smith",
"name": "John Smith",
"email": "john.smith@example.com",
"gravatar_uid": "1bc5edb4799fd8eec67c66122f47eb73"
},
"project": {
Expand Down
4 changes: 0 additions & 4 deletions webhook_schemas/translations_batch_unverify.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"name": {
"type": "string"
},
"email": {
"type": "string"
},
"gravatar_uid": {
"type": "string"
}
Expand All @@ -35,7 +32,6 @@
"id",
"username",
"name",
"email",
"gravatar_uid"
]
},
Expand Down
1 change: 0 additions & 1 deletion webhook_schemas/translations_batch_unverify_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"id": "24b9a53ad72e198ca332fba91bb95f57",
"username": "john.smith",
"name": "John Smith",
"email": "john.smith@example.com",
"gravatar_uid": "1bc5edb4799fd8eec67c66122f47eb73"
},
"project": {
Expand Down
4 changes: 0 additions & 4 deletions webhook_schemas/translations_batch_verify.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"name": {
"type": "string"
},
"email": {
"type": "string"
},
"gravatar_uid": {
"type": "string"
}
Expand All @@ -35,7 +32,6 @@
"id",
"username",
"name",
"email",
"gravatar_uid"
]
},
Expand Down
1 change: 0 additions & 1 deletion webhook_schemas/translations_batch_verify_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"id": "24b9a53ad72e198ca332fba91bb95f57",
"username": "john.smith",
"name": "John Smith",
"email": "john.smith@example.com",
"gravatar_uid": "1bc5edb4799fd8eec67c66122f47eb73"
},
"project": {
Expand Down
Loading