Autodesk · Schema

StreamsResponse

Fortune 10003D ModelingArchitectureBIMCADConstructionDesignDigital TwinsEngineeringManufacturingMedia and EntertainmentSustainability

Properties

Name Type Description
streams array
View JSON Schema on GitHub

JSON Schema

autodesk-streamsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StreamsResponse",
  "title": "StreamsResponse",
  "type": "object",
  "properties": {
    "streams": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "streamId": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "elementKey": {
            "type": "string"
          },
          "propertyId": {
            "type": "string"
          },
          "lastValue": {},
          "lastTimestamp": {
            "type": "string",
            "format": "date-time"
          }
        }
      }
    }
  }
}