{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AWSCredentialsRequest", "title": "AWSCredentialsRequest", "type": "object", "properties": { "credentials": { "type": "object", "properties": { "iamRole": { "type": "string", "description": "The ARN of the IAM role to use." } }, "example": "example_value" } } }