OpenAPIKit icon indicating copy to clipboard operation
OpenAPIKit copied to clipboard

Codable Swift OpenAPI implementation.

Results 29 OpenAPIKit issues
Sort by recently updated
recently updated
newest added

An async-compatible take on the exploration started at https://github.com/mattpolzin/OpenAPIKit/pull/287

Currently, local dereferencing only supports looking up in the Components Object. This depends on other upcoming work that will expand `JSONReference.InternalReference` to support anchors in addition to components and paths.

v4.x

### Motivation These keywords are defined in the JSON Schema 2020-12 dialect. Release notes: https://json-schema.org/draft/2020-12/release-notes These are useful for representing generics: https://json-schema.org/blog/posts/dynamicref-and-generics Specification of dynamic scope rules: https://json-schema.org/draft/2020-12/json-schema-core#name-lexical-scope-and-dynamic-s ### Additional...

v4.x

Work in progress interface for external reference loading can be summarized by the following example: ```swift /// An example of implementing a loader context for loading external references /// into...

I wanna break my main file of openApi.json into different JSON Files. Can anyone help me how can I achieve that

Use other `vendorExtension` implementations as a reference; there's a pretty common implementation pattern.

good first issue
v3.x

As discussed here: https://github.com/apple/swift-openapi-generator/issues/25. I think I am starting to solidify an idea for this via a new method on a document (also exposed directly on OpenAPI/JSON references); we'll call...

enhancement
v3.x

While using the Swift OpenAPI generator, I was having problems generating code from my spec file. Error message: `Found at least one vendor extension property that does not begin with...

v4.x