-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
area/generatorAffects: plugin, CLI, config file.Affects: plugin, CLI, config file.kind/enhancementImprovements to existing feature.Improvements to existing feature.
Milestone
Description
Motivation
{
"time": "2023-12-06T20:45:17.385Z",
"url": "https://example.com"
}
For the above json data. The currently valid openapi.yml
will use string
to represent "time" and "url".
I'm hoping to somehow add support for URL and Date types directly on swift-openapi-generator.
Proposed solution
-
Add a variant for OpenAPI 3.1 to allow "url" and "date" for type. (Not recommended)
-
...
Alternatives considered
None
Additional information
No response
cmcgee1024
Metadata
Metadata
Assignees
Labels
area/generatorAffects: plugin, CLI, config file.Affects: plugin, CLI, config file.kind/enhancementImprovements to existing feature.Improvements to existing feature.