{ "type": "array", "title": "Embedded videos", "items": { "type": "object", "title": "Embed", "options": { "collapsed": "true" }, "headerTemplate": "{{self.id}}", "properties": { "id": { "type": "string" }, "url": { "type": "string", "links": [ { "rel": "Preview video", "class": "link-info", "href": "{{self}}" } ] }, "url_extras": { "type": "string" }, "proportions": { "type": "string", "enum": [ "16x9", "4x3" ] }, "description": { "type": "string" } }, "required": [ "id", "url", "url_extras", "proportions", "description" ] } }