Closed geryogam closed 6 years ago
"collasped": true does not work in definitions. Sample schema:
"collasped": true
definitions
{ "type": "object", "properties": { "foo": { "$ref": "#/definitions/foo" }, "bar": { "$ref": "#/definitions/bar" } }, "definitions": { "foo": { "type": "object", "options": { "collapsed": true } }, "bar": { "type": "array", "options": { "collapsed": true } } } }
"collasped": true
does not work indefinitions
. Sample schema: