diff --git a/testsuite/data/src/test/resources/io/smallrye/openapi/testdata/ignore.synthetic-classes-interfaces.json b/testsuite/data/src/test/resources/io/smallrye/openapi/testdata/ignore.synthetic-classes-interfaces.json index 724a8722f..f732d54bf 100644 --- a/testsuite/data/src/test/resources/io/smallrye/openapi/testdata/ignore.synthetic-classes-interfaces.json +++ b/testsuite/data/src/test/resources/io/smallrye/openapi/testdata/ignore.synthetic-classes-interfaces.json @@ -75,6 +75,7 @@ "post" : { "tags" : [ "PeopleResource" ], "requestBody" : { + "required": true, "content" : { "application/json" : { "schema" : { @@ -151,6 +152,7 @@ } } ], "requestBody" : { + "required": true, "content" : { "application/json" : { "schema" : {