{
"$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-get-service-role-for-account-response-schema.json",
"title": "GetServiceRoleForAccountResponse",
"description": "GetServiceRoleForAccountResponse 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."
}
]
},
"roleArn": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"xml": {
"name": "RoleArn"
},
"description": "The ARN of the service role that is associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region."
}
]
}
}
}