Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker Functions Response Structure

FunctionsResponse schema

Type: object Properties: 0
3D VisualizationDigital TwinIndustrial IoTIoT

FunctionsResponse is a JSON Structure definition published by Amazon IoT TwinMaker. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-functions-response-structure.json",
  "name": "FunctionsResponse",
  "description": "FunctionsResponse schema",
  "type": "object",
  "additionalProperties": {
    "type": "object",
    "properties": {
      "requiredProperties": {
        "allOf": [
          {
            "$ref": "#/components/schemas/RequiredProperties"
          },
          {
            "description": "The required properties of the function."
          }
        ]
      },
      "scope": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Scope"
          },
          {
            "description": "The scope of the function."
          }
        ]
      },
      "implementedBy": {
        "allOf": [
          {
            "$ref": "#/components/schemas/DataConnector"
          },
          {
            "description": "The data connector."
          }
        ]
      },
      "isInherited": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Boolean"
          },
          {
            "description": "Indicates whether this function is inherited."
          }
        ]
      }
    },
    "description": "The function response."
  }
}