{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/discogs/refs/heads/main/json-structure/discogs-video-structure.json", "name": "Video", "description": "Video schema from Discogs API", "type": "object", "properties": { "uri": { "type": "uri" }, "duration": { "type": "int32" }, "title": { "type": "string" }, "description": { "type": "string" }, "embed": { "type": "boolean" } } }