Mintlify · Schema

AgentJob

Documentation

Properties

Name Type Description
sessionId string
subdomain string
branch string
haultReason string
pullRequestLink string
title string
createdAt string
View JSON Schema on GitHub

JSON Schema

mintlify-agentjob-schema.json Raw ↑
{
  "$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"
    }
  }
}