Skip to content

Create an Unresolved* typealias for all supported OpenAPI types #12

Closed
@czechboy0

Description

@czechboy0

For easier handling of potentially referenceable OpenAPI types in the generator, e.g. Either<JSONReference<JSONSchema>, JSONSchema>?, we should create a typealias called Unresolved* (e.g. UnresolvedSchema). This is already present for some of the types, but not all.

The full list right now is:

  • schemas
  • parameters
  • (response) headers
  • request bodies
  • responses

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/generatorAffects: plugin, CLI, config file.kind/enhancementImprovements to existing feature.size/SSmall task. (A couple of hours of work.)🔨 semver/patchNo public API change.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions