swagger-blocks
swagger-blocks copied to clipboard
additionalProperties not supported
See http://swagger.io/specification/
swagger-blocks supports
- items
- allOf
- properties
Swagger-blocks does not support
- additionalProperties
Yup that looks right, we need to add that. If you need a workaround right now you can specify arbitrary properties with key
, like:
key :additionalProperties, {
'$ref' => '#/definitions/ComplexModel',
}