{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SAMLIdentityProviderMetadataURL", "title": "SAML Identity Provider Metadata URL", "description": "The identity provider's metadata URL where the identity provider's metadata can be obtained.", "type": "string", "format": "uri", "example": "https://mocksaml.com/api/saml/metadata" }