Skip to content

Commit

Permalink
chore: Generate the JSON Schema (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Dec 5, 2024
1 parent ee092bd commit 34e8e7f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"subscription": {
"type": "string",
"description": "The resource name of the subscription for which this event was generated. The format of the value is `projects/{project-id}/subscriptions/{subscription-id}`."
},
"deliveryAttempt": {
"type": "integer",
"description": "The approximate number of times that Pub/Sub has attempted to deliver the associated message to a subscriber. More precisely, this is 1 + (number of NACKs) + (number of ack_deadline exceeds) for this message. Upon the first delivery of a given message, `delivery_attempt` will have a value of 1. The value is calculated at best effort and is approximate. If a DeadLetterPolicy is not set on the subscription, this will be 0."
}
},
"additionalProperties": true,
Expand Down

0 comments on commit 34e8e7f

Please sign in to comment.