Skip to content

Commit

Permalink
feat chaotic: additionalProperties is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
lirik90 committed Dec 1, 2024
1 parent 9140947 commit ffb5750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaotic/chaotic/front/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def visit_children(self, cb: Callable[[Schema, Schema], None]) -> None:
@dataclasses.dataclass
class SchemaObjectRaw:
type: str
additionalProperties: Any
additionalProperties: Any = False
properties: Optional[dict] = None
required: Optional[List[str]] = None
nullable: bool = False
Expand Down

0 comments on commit ffb5750

Please sign in to comment.