Skip to content

Commit

Permalink
fix: temporary workaround for alloff issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Jul 13, 2022
1 parent 67f121a commit ad5e8b4
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .openapi/connector_mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1267,15 +1267,9 @@ components:
ConnectorType:
description: >-
Represents a connector type supported by the API
oneOf:
- required:
- name
- version
- schema
- required:
- name
- version
- json_schema
required:
- name
- version
allOf:
- $ref: "#/components/schemas/ObjectReference"
- type: object
Expand Down

0 comments on commit ad5e8b4

Please sign in to comment.