Closed etiennerobaglia closed 3 years ago
Format is not defined for type: number in Web API OpenAPI Specifcation. Example:
type: number
VehicleOdometer: type: object properties: mileage: description: Vehicle mileage expressed in KM. type: number createdAt: type: string format: date-time
This lead to misfunctions with swagger's codegen feature (in particular with JAVA).
This issue has been resolved in PR #57 (v3) PR #55 (v2)!
Format is not defined for
type: number
in Web API OpenAPI Specifcation. Example:This lead to misfunctions with swagger's codegen feature (in particular with JAVA).