We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b62f6 commit 8d3f9c3Copy full SHA for 8d3f9c3
aws_lambda_powertools/event_handler/openapi/models.py
@@ -26,7 +26,7 @@ class OpenAPIExtensions(BaseModel):
26
27
# This rule is valid for Pydantic v1 and v2
28
# If the 'openapi_extensions' field is present in the 'values' dictionary,
29
- # And if the extension starts with x-
+ # And if the extension starts with x- (must respect the RFC)
30
# update the 'values' dictionary with the contents of 'openapi_extensions',
31
# and then remove the 'openapi_extensions' field from the 'values' dictionary
32
0 commit comments