Autodesk · Schema

FileUploadResponse

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
photosceneid string
Files object
View JSON Schema on GitHub

JSON Schema

autodesk-fileuploadresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FileUploadResponse",
  "title": "FileUploadResponse",
  "type": "object",
  "properties": {
    "photosceneid": {
      "type": "string"
    },
    "Files": {
      "type": "object",
      "properties": {
        "file": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "filename": {
                "type": "string"
              },
              "fileid": {
                "type": "string"
              },
              "filesize": {
                "type": "integer"
              },
              "msg": {
                "type": "string"
              }
            }
          }
        }
      }
    }
  }
}