{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MoveUsersStartJobObject", "title": "MoveUsersStartJobObject", "type": "object", "required": [ "usersList" ], "properties": { "usersList": { "type": "array", "items": { "$ref": "#/components/schemas/UsersListItem" }, "description": "Specifies the users to be moved from the source location." } } }