Autodesk · Schema

HooksResponse

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
links object
data array
View JSON Schema on GitHub

JSON Schema

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