Properties
| Name | Type | Description |
|---|---|---|
| sessionId | string | |
| subdomain | string | |
| branch | string | |
| haultReason | string | |
| pullRequestLink | string | |
| title | string | |
| createdAt | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AgentJob",
"title": "AgentJob",
"type": "object",
"properties": {
"sessionId": {
"type": "string"
},
"subdomain": {
"type": "string"
},
"branch": {
"type": "string"
},
"haultReason": {
"type": "string"
},
"pullRequestLink": {
"type": "string"
},
"title": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "date-time"
}
}
}