There is a `TODO remaining formats` in the code: https://github.com/core-api/python-coreschema/blob/master/coreschema/schemas.py#L22 Projects down the line need a definitive list so that they can use this feature: https://github.com/encode/django-rest-framework/pull/5511 If I were to get a list of the desired supported formats and their strings, I could crank it out. Maybe we should adopt some format values from OpenAPI? https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types
There is a
TODO remaining formatsin the code:https://github.com/core-api/python-coreschema/blob/master/coreschema/schemas.py#L22
Projects down the line need a definitive list so that they can use this feature: encode/django-rest-framework#5511
If I were to get a list of the desired supported formats and their strings, I could crank it out. Maybe we should adopt some format values from OpenAPI? https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types