{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Video",
"type": "object",
"description": "A PageElement kind representing a video.\n",
"properties": {
"url": {
"type": "string",
"description": "An URL to a video. The URL is valid as long as the source video exists and sharing settings do not change.\n"
},
"source": {
"type": "string",
"description": "The video source."
},
"id": {
"type": "string",
"description": "The video source's unique identifier for this video.\n"
}
}
}