Skip to content

Commit

Permalink
Teach CLI to tolerate x-stripeEvent metadata (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Sep 25, 2023
1 parent fe928e3 commit 9f3b3ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/spec/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ var supportedSchemaFields = []string{
// passed through our Spec and should be ignored
"x-stripeParam",
"x-stripeResource",
"x-stripeEvent",

// This is currently a hint for the server-side so I haven't included it in
// Schema yet. If we do start validating responses that come out of
Expand Down

0 comments on commit 9f3b3ba

Please sign in to comment.