Autodesk · Schema

ProgressResponse

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
Photoscene object
View JSON Schema on GitHub

JSON Schema

autodesk-progressresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProgressResponse",
  "title": "ProgressResponse",
  "type": "object",
  "properties": {
    "Photoscene": {
      "type": "object",
      "properties": {
        "photosceneid": {
          "type": "string"
        },
        "progressmsg": {
          "type": "string",
          "description": "Current processing stage description."
        },
        "progress": {
          "type": "string",
          "description": "Processing progress percentage."
        }
      }
    }
  }
}