{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "PatchedSAMLProviderUpdate", "description": "PatchedSAMLProviderUpdate schema from Docupilot accounts API", "type": "object", "properties": { "metadata_url": { "type": "string", "format": "uri", "description": "Metadata URL of the Identity Provider" }, "name": { "type": "string", "description": "Name of the SAML provider" } } }