Closed webron closed 10 years ago
The current implementation in the schema allows for any object.
It should be limited to primitives only. We may consider adding arrays too (of primitives and arrays) since arrays of arrays become supported for models.
This was documented in the spec itself. An issue was created for the schema here - https://github.com/wordnik/swagger-spec/issues/119.
The current implementation in the schema allows for any object.
It should be limited to primitives only. We may consider adding arrays too (of primitives and arrays) since arrays of arrays become supported for models.