{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-access-analyzer/refs/heads/main/json-schema/iam-access-analyzer-create-analyzer-response-schema.json",
"title": "CreateAnalyzerResponse",
"description": "The response to the request to create an analyzer.",
"type": "object",
"properties": {
"arn": {
"allOf": [
{
"$ref": "#/components/schemas/AnalyzerArn"
},
{
"description": "The ARN of the analyzer that was created by the request."
}
]
}
}
}