Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 13, 2024
1 parent c785410 commit bc08c82
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 15 deletions.
5 changes: 2 additions & 3 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -80717,15 +80717,14 @@
"type": "object"
},
"timestamp": {
"description": "The time of the event. Measured in seconds since the Unix epoch.",
"description": "The time of the event. Measured in seconds since the Unix epoch. Defaults to current timestamp if not specified.",
"format": "unix-time",
"type": "integer"
}
},
"required": [
"event_name",
"payload",
"timestamp"
"payload"
],
"type": "object"
}
Expand Down
3 changes: 1 addition & 2 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73183,13 +73183,12 @@ paths:
timestamp:
description: >-
The time of the event. Measured in seconds since the Unix
epoch.
epoch. Defaults to current timestamp if not specified.
format: unix-time
type: integer
required:
- event_name
- payload
- timestamp
type: object
required: true
responses:
Expand Down
5 changes: 2 additions & 3 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -59659,15 +59659,14 @@
"type": "object"
},
"timestamp": {
"description": "The time of the event. Measured in seconds since the Unix epoch.",
"description": "The time of the event. Measured in seconds since the Unix epoch. Defaults to current timestamp if not specified.",
"format": "unix-time",
"type": "integer"
}
},
"required": [
"event_name",
"payload",
"timestamp"
"payload"
],
"type": "object"
}
Expand Down
5 changes: 2 additions & 3 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -69330,15 +69330,14 @@
"type": "object"
},
"timestamp": {
"description": "The time of the event. Measured in seconds since the Unix epoch.",
"description": "The time of the event. Measured in seconds since the Unix epoch. Defaults to current timestamp if not specified.",
"format": "unix-time",
"type": "integer"
}
},
"required": [
"event_name",
"payload",
"timestamp"
"payload"
],
"type": "object"
}
Expand Down
3 changes: 1 addition & 2 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63244,13 +63244,12 @@ paths:
timestamp:
description: >-
The time of the event. Measured in seconds since the Unix
epoch.
epoch. Defaults to current timestamp if not specified.
format: unix-time
type: integer
required:
- event_name
- payload
- timestamp
type: object
required: true
responses:
Expand Down
3 changes: 1 addition & 2 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54048,13 +54048,12 @@ paths:
timestamp:
description: >-
The time of the event. Measured in seconds since the Unix
epoch.
epoch. Defaults to current timestamp if not specified.
format: unix-time
type: integer
required:
- event_name
- payload
- timestamp
type: object
required: true
responses:
Expand Down

0 comments on commit bc08c82

Please sign in to comment.