{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/VideoChannelSummary.json", "title": "VideoChannelSummary", "properties": { "id": { "$ref": "#/components/schemas/id" }, "name": { "type": "string" }, "displayName": { "type": "string" }, "url": { "type": "string", "format": "url" }, "host": { "type": "string", "format": "hostname" }, "avatars": { "type": "array", "items": { "$ref": "#/components/schemas/ActorImage" } } } }