{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IdentityProviderEnabled", "title": "Identity Provider Enabled Property", "description": "Indicates whether the identity provider is enabled.\nOnly one identity provider can be active at a time, such as SAML or OIDC.\n", "type": "boolean", "example": true, "default": false }