Open crodier opened 9 years ago
if you use a title with extends, and extends is on one single line like: "extends": { "$ref": "requestBase.json"},
"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.
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.