{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.moveAction",
"title": "moveAction",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"from": {
"type": "string",
"description": "The name of the location the item was moved from.",
"nullable": true
},
"to": {
"type": "string",
"description": "The name of the location the item was moved to.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}