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 bfb0b50 commit 5bdeed9Copy full SHA for 5bdeed9
README.md
@@ -141,7 +141,9 @@ It requires a lit bit of tweaking:
141
* There is a lot of optinal fields so we reduce merging threshold
142
143
```
144
-json_to_models -s flat -f attrs -m Swagger testing_tools/swagger.json --dict-keys-fields securityDefinitions paths responses definitions properties --merge percent_50 number
+json_to_models -s flat -f attrs -m Swagger testing_tools/swagger.json
145
+ --dict-keys-fields securityDefinitions paths responses definitions properties
146
+ --merge percent_50 number
147
148
149
```python
0 commit comments