Skip to content

Commit 985bbe9

Browse files
Update pkg/ffapi/openapi3.go
Co-authored-by: Enrique Lacal <enrique.lacal@kaleido.io> Signed-off-by: Chris Bygrave <chris.bygrave@kaleido.io>
1 parent 8e4e655 commit 985bbe9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/ffapi/openapi3.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ type BaseURLVariable struct {
7676

7777
var (
7878
customRegexRemoval = regexp.MustCompile(`{(\w+)\:[^}]+}`)
79+
// Check ffExtension key starts with "x-"
7980
ffExtensionKeyRegexp = regexp.MustCompile(`^x-.+$`)
8081
)
8182

0 commit comments

Comments
 (0)