{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/Runner.json", "title": "Runner", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "description": { "type": "string" }, "ip": { "type": "string" }, "updatedAt": { "type": "string", "format": "date-time" }, "createdAt": { "type": "string", "format": "date-time" }, "lastContact": { "type": "string", "format": "date-time" } } }