mattpolzin / OpenAPIKit

Codable Swift OpenAPI implementation.
MIT License
281 stars 35 forks source link

Example values should be optional not required. #286

Closed mattpolzin closed 1 year ago

mattpolzin commented 1 year ago

Currently, OpenAPIKit requires a value property under an OpenAPI Example Object but the spec does not make this requirement.

Related: https://github.com/apple/swift-openapi-generator/pull/166.