Autodesk · Schema

IssueResponse

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

autodesk-issueresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IssueResponse",
  "title": "IssueResponse",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/Issue"
    }
  }
}