{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MoveUsersStartJobResponse", "title": "MoveUsersStartJobResponse", "type": "object", "required": [ "response" ], "properties": { "response": { "$ref": "#/components/schemas/StartJobResponseObject", "description": "Contains the response for the user moves." } } }