Autodesk · Schema

ObjectDetail

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
bucketKey string
objectKey string
objectId string URN-encoded object identifier.
sha1 string
size integer
contentType string
location string
View JSON Schema on GitHub

JSON Schema

autodesk-objectdetail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ObjectDetail",
  "title": "ObjectDetail",
  "type": "object",
  "properties": {
    "bucketKey": {
      "type": "string"
    },
    "objectKey": {
      "type": "string"
    },
    "objectId": {
      "type": "string",
      "description": "URN-encoded object identifier."
    },
    "sha1": {
      "type": "string"
    },
    "size": {
      "type": "integer"
    },
    "contentType": {
      "type": "string"
    },
    "location": {
      "type": "string",
      "format": "uri"
    }
  }
}