{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Artifact", "type": "object", "properties": { "id": { "type": "integer" }, "node_id": { "type": "string" }, "name": { "type": "string" }, "size_in_bytes": { "type": "integer" }, "url": { "type": "string" }, "archive_download_url": { "type": "string" }, "expired": { "type": "boolean" }, "created_at": { "type": "string" }, "expires_at": { "type": "string" }, "updated_at": { "type": "string" }, "workflow_run": { "type": "object" } } }