Amazon IoT SiteWise · JSON Structure

Iot Sitewise Portal Resource Structure

Identifies an IoT SiteWise Monitor portal.

Type: object Properties: 1 Required: 1
Asset ManagementIndustrial IoTIoTTime Series Data

PortalResource is a JSON Structure definition published by Amazon IoT SiteWise, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-structure/iot-sitewise-portal-resource-structure.json",
  "name": "PortalResource",
  "description": "Identifies an IoT SiteWise Monitor portal.",
  "type": "object",
  "properties": {
    "id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ID"
        },
        {
          "description": "The ID of the portal."
        }
      ]
    }
  },
  "required": [
    "id"
  ]
}