{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/ServerBlock.json", "title": "ServerBlock", "properties": { "byAccount": { "$ref": "#/components/schemas/Account" }, "blockedServer": { "type": "object", "properties": { "host": { "type": "string", "format": "hostname" } } }, "createdAt": { "type": "string", "format": "date-time" } } }