{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Workflow", "type": "object", "properties": { "id": { "type": "integer" }, "node_id": { "type": "string" }, "name": { "type": "string" }, "path": { "type": "string" }, "state": { "type": "string" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" }, "url": { "type": "string" }, "html_url": { "type": "string" }, "badge_url": { "type": "string" } } }