Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit bbd73a7

Browse files
committed
Quotes invalid property names
1 parent 2353ce6 commit bbd73a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Currently, the following languages/frameworks are supported:
4242
- accessing array items in array instances so some_val in some_val = array_inst[0] will have the correct type hint
4343
- endpoint inputs + responses
4444
- Format support for: int32, int64, float, double, binary, date, datetime, uuid
45-
- Invalid (in python) property names supported like from, 1var, hi-there etc in
45+
- Invalid (in python) property names supported like `from`, `1var`, `hi-there` etc in
4646
- schema property names
4747
- endpoint parameter names
4848
- Openapi spec inline schemas supported at any depth

0 commit comments

Comments
 (0)