{
"$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-location-schema.json",
"title": "Location",
"description": "A location in a policy that is represented as a path through the JSON representation and a corresponding span.",
"type": "object",
"properties": {
"path": {
"allOf": [
{
"$ref": "#/components/schemas/PathElementList"
},
{
"description": "A path in a policy, represented as a sequence of path elements."
}
]
},
"span": {
"allOf": [
{
"$ref": "#/components/schemas/Span"
},
{
"description": "A span in a policy."
}
]
}
},
"required": [
"path",
"span"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.