eklaban
3 years agoNew Contributor
Swaggerhub date exported without quotes using yaml resolved option
Hoping someone might have an answer for this weird yaml resolved export issue.
We have a standard date field defined as follows:
BirthDate:
type: string
description: Birth Date
format: date
Then we have an Example/Sample of the API with this field in it farther below, as follows:
BirthDate: "1929-09-14"
When we export using the YAML Resolved option, the quotes get removed which then causes issues when we try to either re-import it or use our local Swagger Editor.
Any ideas on why this is happening? We are inclined to think this is a bug...