{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
        "automatedStatus": {
            "type": "string"
        },
        "buildId": {
            "type": "number"
        },
        "comment": {
            "type": "string"
        },
        "organizationUrl": {
            "type": "string"
        },
        "override": {
            "type": "boolean"
        },
        "pat": {
            "type": "string"
        },
        "planId": {
            "type": "number"
        },
        "project": {
            "type": "string"
        },
        "runName": {
            "type": "string"
        },
        "suiteId": {
            "type": "number"
        }
    },
    "required": [
        "organizationUrl",
        "pat",
        "planId",
        "project",
        "runName",
        "suiteId"
    ],
    "type": "object"
}

