Skip to content

Commit

Permalink
Remove pattern_properties from Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tyzhnenko committed Jan 27, 2024
1 parent d1b92b8 commit 5fd714d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openapidocs/v31.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ class Schema(OpenAPIElement):
format: Union[None, str, ValueFormat] = None
required: Optional[List[str]] = None
properties: Optional[Dict[str, Union["Schema", "Reference"]]] = None
pattern_properties: Optional[Dict[str, Union["Schema", "Reference"]]] = None
default: Optional[Any] = None
deprecated: Optional[bool] = None
example: Any = None
Expand Down

0 comments on commit 5fd714d

Please sign in to comment.