0.41.5

(fix): Fix an issue with non-deterministic file ordering when OpenAPI is used as input.

0.41.4

(feat): The Fern OpenAPI importer now handles importing an array for the type key.

User:
properties:
name:
type: ["string"]
id:
type: ["string", "number"]

0.41.3

(feat): Allow referencing by method and path. For example, when configuring an oauth scheme you can now do:

1auth-schemes:
2 OAuth:
3 scheme: oauth
4 type: client-credentials
5 get-token:
6 endpoint: POST /oauth/token
7api:
8 auth: OAuth