Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker Component Property Group Response Structure

The component property group response.

Type: object Properties: 3 Required: 3
3D VisualizationDigital TwinIndustrial IoTIoT

ComponentPropertyGroupResponse is a JSON Structure definition published by Amazon IoT TwinMaker, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

groupType propertyNames isInherited

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-twinmaker/refs/heads/main/json-structure/iot-twinmaker-component-property-group-response-structure.json",
  "name": "ComponentPropertyGroupResponse",
  "description": "The component property group response.",
  "type": "object",
  "properties": {
    "groupType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GroupType"
        },
        {
          "description": "The group type."
        }
      ]
    },
    "propertyNames": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PropertyNames"
        },
        {
          "description": "The names of properties"
        }
      ]
    },
    "isInherited": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "A Boolean value that specifies whether the property group is inherited from a parent entity"
        }
      ]
    }
  },
  "required": [
    "groupType",
    "propertyNames",
    "isInherited"
  ]
}