{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-identity-center/refs/heads/main/json-structure/sso-admin-create-account-assignment-response-structure.json", "name": "CreateAccountAssignmentResponse", "description": "CreateAccountAssignmentResponse schema from AWS IAM Identity Center", "type": "object", "properties": { "AccountAssignmentCreationStatus": { "allOf": [ { "$ref": "#/components/schemas/AccountAssignmentOperationStatus" }, { "description": "The status object for the account assignment creation operation." } ] } } }