Amazon IoT SiteWise · JSON Structure

Iot Sitewise Attribute Structure

Contains an asset attribute property. For more information, see Attributes in the IoT SiteWise User Guide.

Type: object Properties: 1
Asset ManagementIndustrial IoTIoTTime Series Data

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

Properties

defaultValue

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-attribute-structure.json",
  "name": "Attribute",
  "description": "Contains an asset attribute property. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-properties.html#attributes\">Attributes</a> in the <i>IoT SiteWise User Guide</i>.",
  "type": "object",
  "properties": {
    "defaultValue": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DefaultValue"
        },
        {
          "description": "The default value of the asset model property attribute. All assets that you create from the asset model contain this attribute value. You can update an attribute's value after you create an asset. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/update-attribute-values.html\">Updating attribute values</a> in the <i>IoT SiteWise User Guide</i>."
        }
      ]
    }
  }
}