Attribute

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

Asset ManagementIndustrial IoTIoTTime Series Data

Properties

Name Type Description
defaultValue object
View JSON Schema on GitHub

JSON Schema

iot-sitewise-attribute-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-schema/iot-sitewise-attribute-schema.json",
  "title": "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>."
        }
      ]
    }
  }
}