Drone · JSON-LD Context

Drone Context

JSON-LD context defining the semantic vocabulary for Drone from Drone.

62 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

drone: https://docs.drone.io/api/

Classes

Build Repo Stage Step Secret Cron Template Node User Line id login email avatar_url active admin namespace name slug scm git_http_url git_ssh_url link default_branch private visibility config_path trusted protected timeout status event trigger number ref source target author_login author_name author_email message started finished created updated stages steps expr branch os arch image data pull_request deploy_to params capacity labels filters pos out time

JSON-LD Document

Raw ↑
{
  "@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"
  }
}