{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AwsHook", "type": "object", "properties": { "api_provider": { "type": "string" }, "api_aws_role_arn": { "type": "string", "description": "The ARN (Amazon resource name) of the IAM role." } } }