AnnaBo
5 years agoNew Contributor
How to define HashMap <Long,Object> ?
Hi I understood how to define a HashMap <String, Object> with OpenApi - but I need to define one with Long: <Long,Object>. How can I achieve that?
- 5 years ago
This is not supported. OpenAPI Specification only supports maps with string keys.