{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AuthenticationProvider", "title": "AuthenticationProvider", "type": "object", "properties": { "name": { "type": "string", "description": "Provider name" }, "type": { "type": "string", "description": "Fully qualified provider type class" } } }