Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker Bundle Information Structure

Information about the pricing bundle.

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

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

Properties

bundleNames pricingTier

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-bundle-information-structure.json",
  "name": "BundleInformation",
  "description": "Information about the pricing bundle.",
  "type": "object",
  "properties": {
    "bundleNames": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PricingBundles"
        },
        {
          "description": "The bundle names."
        }
      ]
    },
    "pricingTier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PricingTier"
        },
        {
          "description": "The pricing tier."
        }
      ]
    }
  },
  "required": [
    "bundleNames"
  ]
}