{ "@context": { "@vocab": "https://schema.org/", "drone": "https://docs.drone.io/api/", "Build": "drone:Build", "Repo": "drone:Repo", "Stage": "drone:Stage", "Step": "drone:Step", "Secret": "drone:Secret", "Cron": "drone:Cron", "Template": "drone:Template", "Node": "drone:Node", "User": "drone:User", "Line": "drone:Line", "id": "@id", "login": "schema:identifier", "email": "schema:email", "avatar_url": "schema:image", "active": "schema:Boolean", "admin": "drone:admin", "namespace": "drone:namespace", "name": "schema:name", "slug": "drone:slug", "scm": "drone:scm", "git_http_url": "schema:url", "git_ssh_url": "drone:sshUrl", "link": "schema:url", "default_branch": "drone:defaultBranch", "private": "drone:private", "visibility": "drone:visibility", "config_path": "drone:configPath", "trusted": "drone:trusted", "protected": "drone:protected", "timeout": "drone:timeout", "status": "drone:status", "event": "drone:event", "trigger": "drone:trigger", "number": "drone:buildNumber", "ref": "drone:ref", "source": "drone:source", "target": "drone:target", "author_login": "schema:author", "author_name": "schema:name", "author_email": "schema:email", "message": "schema:description", "started": "schema:startDate", "finished": "schema:endDate", "created": "schema:dateCreated", "updated": "schema:dateModified", "stages": "drone:stages", "steps": "drone:steps", "expr": "drone:cronExpression", "branch": "drone:branch", "os": "drone:os", "arch": "drone:arch", "image": "drone:dockerImage", "data": "drone:secretData", "pull_request": "drone:allowPullRequest", "deploy_to": "drone:deployTarget", "params": "drone:buildParams", "capacity": "drone:nodeCapacity", "labels": "drone:nodeLabels", "filters": "drone:nodeFilters", "pos": "drone:logLineNumber", "out": "drone:logMessage", "time": "schema:dateCreated" } }