Siemens MindSphere · Schema

AspectRef

IoTIndustrialDigital TwinTime SeriesAsset ManagementIndustrial IoTInsights Hub

Properties

Name Type Description
name string
aspectTypeId string
View JSON Schema on GitHub

JSON Schema

siemens-mindsphere-aspectref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AspectRef",
  "title": "AspectRef",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "aspectTypeId": {
      "type": "string"
    }
  }
}