{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-identity-center/refs/heads/main/json-schema/sso-admin-describe-account-assignment-deletion-status-response-schema.json", "title": "DescribeAccountAssignmentDeletionStatusResponse", "description": "DescribeAccountAssignmentDeletionStatusResponse schema from AWS IAM Identity Center", "type": "object", "properties": { "AccountAssignmentDeletionStatus": { "allOf": [ { "$ref": "#/components/schemas/AccountAssignmentOperationStatus" }, { "description": "The status object for the account assignment deletion operation." } ] } } }