mattpolzin / OpenAPIKit

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

Optional paths #275

Closed noamalffasy closed 1 year ago

noamalffasy commented 1 year ago

Closes #190.

Makes paths optional.

Also removing validation checks for having at least one path (I'm actually on the fence about it because one could want to check for them, could be brought back in the case of them being needed).

mattpolzin commented 1 year ago

I fixed the merge conflict that was just introduced upstream and went ahead and threw the optional validation back in because that's the only request I had before moving forward with this PR.