Siemens MindSphere · Schema

AssetListResponse

IoTIndustrialDigital TwinTime SeriesAsset ManagementIndustrial IoTInsights Hub

Properties

Name Type Description
_embedded object
page object
_links object
View JSON Schema on GitHub

JSON Schema

siemens-mindsphere-assetlistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AssetListResponse",
  "title": "AssetListResponse",
  "type": "object",
  "properties": {
    "_embedded": {
      "type": "object",
      "properties": {
        "assets": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/Asset"
          }
        }
      }
    },
    "page": {
      "$ref": "#/components/schemas/PageMetadata"
    },
    "_links": {
      "$ref": "#/components/schemas/HALLinks"
    }
  }
}