As a Developer I found an issue with a Openapi specification where a property has been defined as a Map of Numbers. Result is a Error
Controversial part
Configuration: type: object properties: configuration: type: object additionalProperties: type: number example: "ES": 0.8 "US": 0.2
Error
Cannot invoke "com.fasterxml.jackson.databind.JsonNode.fields()" because the return value of "com.sngular.api.generator.plugin.common.tools.ApiTool.getNode(com.fasterxml.jackson.databind.JsonNode, String)" is null
Thanks
As a Developer I found an issue with a Openapi specification where a property has been defined as a Map of Numbers. Result is a Error Controversial part
Configuration: type: object properties: configuration: type: object additionalProperties: type: number example: "ES": 0.8 "US": 0.2
Error
Cannot invoke "com.fasterxml.jackson.databind.JsonNode.fields()" because the return value of "com.sngular.api.generator.plugin.common.tools.ApiTool.getNode(com.fasterxml.jackson.databind.JsonNode, String)" is null
Thanks