Siemens MindSphere · Schema

AspectTypeListResponse

IoTIndustrialDigital TwinTime SeriesAsset ManagementIndustrial IoTInsights Hub

Properties

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

JSON Schema

siemens-mindsphere-aspecttypelistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AspectTypeListResponse",
  "title": "AspectTypeListResponse",
  "type": "object",
  "properties": {
    "_embedded": {
      "type": "object",
      "properties": {
        "aspectTypes": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/AspectType"
          }
        }
      }
    },
    "page": {
      "$ref": "#/components/schemas/PageMetadata"
    }
  }
}