Autodesk · Schema

JobResult

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
jobId string
outputs object Output values from the graph evaluation.
downloadUrl string URL to download binary output if applicable.
View JSON Schema on GitHub

JSON Schema

autodesk-jobresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobResult",
  "title": "JobResult",
  "type": "object",
  "properties": {
    "jobId": {
      "type": "string"
    },
    "outputs": {
      "type": "object",
      "additionalProperties": true,
      "description": "Output values from the graph evaluation."
    },
    "downloadUrl": {
      "type": "string",
      "format": "uri",
      "description": "URL to download binary output if applicable."
    }
  }
}