I have a property in a response defined as: ``` filename: nullable: true type: string ``` but when empty: ``` {"id":"invalid_response","message":"...properties/filename does not allow null values"} ```