Skip to content

Commit 8d3f9c3

Browse files
Adding more tests
1 parent d8b62f6 commit 8d3f9c3

File tree

1 file changed

+1
-1
lines changed
  • aws_lambda_powertools/event_handler/openapi

1 file changed

+1
-1
lines changed

aws_lambda_powertools/event_handler/openapi/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class OpenAPIExtensions(BaseModel):
2626

2727
# This rule is valid for Pydantic v1 and v2
2828
# If the 'openapi_extensions' field is present in the 'values' dictionary,
29-
# And if the extension starts with x-
29+
# And if the extension starts with x- (must respect the RFC)
3030
# update the 'values' dictionary with the contents of 'openapi_extensions',
3131
# and then remove the 'openapi_extensions' field from the 'values' dictionary
3232

0 commit comments

Comments
 (0)