{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DeleteSAMLProviderRequest", "title": "DeleteSAMLProviderRequest", "type": "object", "required": [ "SAMLProviderArn" ], "properties": { "SAMLProviderArn": { "allOf": [ { "$ref": "#/components/schemas/arnType" }, { "description": "The Amazon Resource Name (ARN) of the SAML provider to delete." } ] } } }