$schema: http://json-schema.org/draft-07/schema#
$ref: #/definitions/Screenshare
definitions
Screenshare
- Type:
object
- Properties
- videoId
required
- Type:
string
- Type:
- aspectRatio
required
- Type:
number
- Type:
- videoId
default values
{
"videoId": "",
"aspectRatio": 1
}