Autodesk · Schema

ResultResponse

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
Photoscene object
View JSON Schema on GitHub

JSON Schema

autodesk-resultresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResultResponse",
  "title": "ResultResponse",
  "type": "object",
  "properties": {
    "Photoscene": {
      "type": "object",
      "properties": {
        "photosceneid": {
          "type": "string"
        },
        "scenelink": {
          "type": "string",
          "format": "uri",
          "description": "Temporary download URL for the result."
        },
        "filesize": {
          "type": "integer"
        }
      }
    }
  }
}