Autodesk · Schema

PhotosceneResponse

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
Photoscene object
View JSON Schema on GitHub

JSON Schema

autodesk-photosceneresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PhotosceneResponse",
  "title": "PhotosceneResponse",
  "type": "object",
  "properties": {
    "Photoscene": {
      "type": "object",
      "properties": {
        "photosceneid": {
          "type": "string"
        }
      }
    }
  }
}