Closed ffflorian closed 5 years ago
This PR will fix the conversion of the following example definition:
{ "Pet": { "description": "This\nis\na\nvery\nlong\ndescription", "type": "string" }, }
Before
After
... and fixes two typos, too.
Thank you!
This PR will fix the conversion of the following example definition:
Before
After
... and fixes two typos, too.