Skip to content

Not validating security or securitySchema objects #49

@barry-m

Description

@barry-m

Doesn't seem to support OAS 3.0 security and securitySchema objects. I've tried various configuration, but never seems to validate.

Components object:
securitySchemes: ApiKeyAuth: type: apiKey in: header name: x-api-key headers: 'x-api-key': description: API access key schema: type: "string" required: true

Operation object:
'/channels/{channelUuid}/groups/{groupUuid}': get: summary: Get a single group for a channel organization operationId: getGroup tags: - Groups security: - x-api-key: - apiKey

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions