{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-greengrass/refs/heads/main/json-schema/iot-greengrass-associate-service-role-to-account-response-schema.json", "title": "AssociateServiceRoleToAccountResponse", "description": "AssociateServiceRoleToAccountResponse schema", "type": "object", "properties": { "associatedAt": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "xml": { "name": "AssociatedAt" }, "description": "The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region." } ] } } }