Properties
| Name | Type | Description |
|---|---|---|
| created | object | |
| downloadedFrom | object | |
| height | object | |
| name | object | |
| opacity | object | |
| padding | object | |
| position | object | |
| scale | object | |
| size | object | |
| uid | object | |
| width | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/stream_watermarks",
"title": "stream_watermarks",
"properties": {
"created": {
"$ref": "#/components/schemas/stream_watermark_created"
},
"downloadedFrom": {
"$ref": "#/components/schemas/stream_downloadedFrom"
},
"height": {
"$ref": "#/components/schemas/stream_height"
},
"name": {
"$ref": "#/components/schemas/stream_name"
},
"opacity": {
"$ref": "#/components/schemas/stream_opacity"
},
"padding": {
"$ref": "#/components/schemas/stream_padding"
},
"position": {
"$ref": "#/components/schemas/stream_position"
},
"scale": {
"$ref": "#/components/schemas/stream_scale"
},
"size": {
"$ref": "#/components/schemas/stream_watermark_size"
},
"uid": {
"$ref": "#/components/schemas/stream_watermark_identifier"
},
"width": {
"$ref": "#/components/schemas/stream_width"
}
},
"type": "object"
}