diff --git a/.openapi/connector_mgmt.yaml b/.openapi/connector_mgmt.yaml index 3013cabb..561242f9 100644 --- a/.openapi/connector_mgmt.yaml +++ b/.openapi/connector_mgmt.yaml @@ -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