cvent / deprecated-json-schema-2-poco

Converts JSON schemas to C# POCOs
18 stars 27 forks source link

extends on single line, "title" is ignored #26

Open crodier opened 9 years ago

crodier commented 9 years ago

if you use a title with extends, and extends is on one single line like: "extends": { "$ref": "requestBase.json"},

with a 'title' element, the class name is 'DefaultClassName.cs' instead of what is given in 'title.'

The workaround is to make the extends use multiple lines, and the class name then correctly matches the title.