Autodesk · Schema

PagedAppBundles

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
paginationToken string
data array
View JSON Schema on GitHub

JSON Schema

autodesk-pagedappbundles-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PagedAppBundles",
  "title": "PagedAppBundles",
  "type": "object",
  "properties": {
    "paginationToken": {
      "type": "string"
    },
    "data": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}