"description": "",
"anyOf": [
{
"description": "",
"$ref": "#/definitions/407005"
},
{
"type": "null"
}
]
}```
Instead of adding a nullable attribute with the ref to the property.
This creates issue's with code-generators for the open-api-spec.
It seems like it doesn’t link the correct definition anymore, combined with the description in the anyOf definition of the ref creates an invalid yaml, the description in the anyOf isn’t a real problem (more that the spec disallows it, but generating still works).
But the wrong definition reference gives issue’s ofcourse.