{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$ref": "#/definitions/AgentforceDeployResult",
  "definitions": {
    "AgentforceDeployResult": {
      "type": "object",
      "properties": {
        "metadataFiles": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "deployed": {
          "type": "boolean"
        },
        "targetOrg": {
          "type": "string"
        },
        "profile": {
          "type": "string"
        },
        "cwd": {
          "type": "string"
        }
      },
      "required": ["metadataFiles", "deployed", "profile", "cwd"],
      "additionalProperties": false
    }
  }
}
