{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.cloudClipboardItemPayload",
"title": "cloudClipboardItemPayload",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"content": {
"type": "string",
"description": "The formatName version of the value of a cloud clipboard encoded in base64."
},
"formatName": {
"type": "string",
"description": "For a list of possible values see formatName values."
},
"@odata.type": {
"type": "string"
}
}
}