{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AuthMethods", "title": "AuthMethods", "type": "array", "items": { "description": "Auth Methods enabled for this strategy", "type": "string" }, "example": [ "bearer" ] }