{ "type": "object", "properties": { "UserPoolId": { "allOf": [ { "$ref": "#/components/schemas/UserPoolIdType" }, { "description": "The user pool ID for the user pool that the users are being imported into." } ] }, "JobId": { "allOf": [ { "$ref": "#/components/schemas/UserImportJobIdType" }, { "description": "The job ID for the user import job." } ] } }, "required": [ "UserPoolId", "JobId" ], "description": "Represents the request to stop the user import job.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-idp-stop-user-import-job-request-schema.json", "title": "StopUserImportJobRequest" }