{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OIDCIdentityProviderClientId", "title": "OIDC Identity Provider Login Client Id Property", "description": "The client ID assigned to your application by the identity provider.", "type": "string", "example": "YOUR_CLIENT_ID" }