extracted from on openapi-processor/openapi-processor-spring/issues/150 try to automatically detect a `Map<String, String>` from `additionalProperties` without an explicit mapping: ```yaml # ... type: object additionalProperties: type: string ```