Skip to content

Commit

Permalink
Merge pull request #7 from fern-hookdeck/teis/openapi-for-fern
Browse files Browse the repository at this point in the history
Resolved errors in openapispec causing generate to fail
  • Loading branch information
TeisJayaswal authored Feb 27, 2023
2 parents 9772e24 + 74740b0 commit 3061518
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fern/api/definition/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ components:
- fatal
TransformationContentEnv:
type: object
$ref: "#/components/schemas/EmptyProperties"
properties: {}
additionalProperties:
type: string
IssueTriggerTransformationConfigs:
Expand Down Expand Up @@ -252,7 +252,7 @@ components:
nullable: true
AttemptErrorBody:
type: object
$ref: "#/components/schemas/EmptyProperties"
properties: {}
nullable: true
AttemptNumber:
type: number
Expand Down Expand Up @@ -831,7 +831,7 @@ components:
- POLLING
CreateIntegrationConfig:
type: object
$ref: "#/components/schemas/EmptyProperties"
properties: {}
additionalProperties: false
APIKeyIntegrationConfigs:
type: object
Expand Down Expand Up @@ -1035,7 +1035,7 @@ components:
additionalProperties: false
DetachedIntegrationFromSource:
type: object
$ref: "#/components/schemas/EmptyProperties"
properties: {}
additionalProperties: false
DeletedIntegration:
type: object
Expand Down Expand Up @@ -2059,7 +2059,7 @@ components:
additionalProperties: false
TransformationEnv:
type: object
$ref: "#/components/schemas/EmptyProperties"
properties: {}
additionalProperties:
type: string
nullable: true
Expand Down

0 comments on commit 3061518

Please sign in to comment.