Autodesk · Schema

BucketsResponse

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
items array
next string
View JSON Schema on GitHub

JSON Schema

autodesk-bucketsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BucketsResponse",
  "title": "BucketsResponse",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Bucket"
      }
    },
    "next": {
      "type": "string"
    }
  }
}