{ "$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-request-structure.json", "name": "FunctionsRequest", "description": "FunctionsRequest 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." } ] } }, "description": "The function request body." } }