From 95a63ab35d36e0e8f272824de0219afa3c7d8962 Mon Sep 17 00:00:00 2001 From: Helen Ye Date: Thu, 26 Sep 2024 12:22:25 -0400 Subject: [PATCH] Add x-stripeMostCommon as a valid schema field --- pkg/spec/spec.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/spec/spec.go b/pkg/spec/spec.go index ecf17fe6..59315f19 100644 --- a/pkg/spec/spec.go +++ b/pkg/spec/spec.go @@ -89,6 +89,7 @@ var supportedSchemaFields = []string{ "x-expansionResources", "x-resourceId", "x-stripeOperations", + "x-stripeMostCommon", // This is currently being used to store additional metadata for our SDKs. It's // passed through our Spec and should be ignored