accountDeletionDate:
oneOf:
- $ref: ./Date.yaml
- nullable: true
I think something is wrong with this piece but I don't know enough about the OpenAPI specification to fix it.
I tried doing some of the things in those links but I ended up just making it worse
I think something is wrong with this piece but I don't know enough about the OpenAPI specification to fix it.
Here are some links I've found regarding this:
Redocly/redoc#1303
https://stackoverflow.com/questions/40920441/how-to-specify-a-property-can-be-null-or-a-reference-with-swagger
I tried doing some of the things in those links but I ended up just making it worse