Open robaca opened 8 months ago
When adding the --title parameter, I get a schema with the following content:
--title
{ "definitions": { "SomePropertyType": { ... } }, "properties": { "someProperty": { "$ref": "#/definitions/SomePropertyType", "title": "someProperty" } } }
When adding the
--title
parameter, I get a schema with the following content: