{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.versionAction",
"title": "versionAction",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"newVersion": {
"type": "string",
"description": "The name of the new version that was created by this action.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}