{ "type": "object", "required": [ "identityProviderArn" ], "properties": { "identityProviderArn": { "allOf": [ { "$ref": "#/components/schemas/ARN" }, { "description": "The ARN of the identity provider." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateIdentityProviderResponse", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-create-identity-provider-response-schema.json", "description": "CreateIdentityProviderResponse schema from Amazon WorkSpaces Web API" }