{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/productVideo_Full", "title": "productVideo_Full", "description": "A product video model.\n", "allOf": [ { "$ref": "#/components/schemas/productVideo_Base" }, { "type": "object", "properties": { "id": { "type": "integer", "description": "The unique numeric ID of the product video; increments sequentially.\n" }, "product_id": { "type": "integer", "description": "The unique numeric identifier for the product with which the image is associated.\n" }, "length": { "type": "string", "description": "Length of the video. This will be filled in according to data on a host site.\n" } } } ], "x-internal": false }