{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-structure/inspector-map-filter-list-structure.json",
"name": "MapFilterList",
"description": "MapFilterList schema",
"type": "array",
"items": {
"type": "object",
"required": [
"comparison",
"key"
],
"properties": {
"comparison": {
"allOf": [
{
"$ref": "#/components/schemas/MapComparison"
},
{
"description": "The operator to use when comparing values in the filter."
}
]
},
"key": {
"allOf": [
{
"$ref": "#/components/schemas/MapKey"
},
{
"description": "The tag key used in the filter."
}
]
},
"value": {
"allOf": [
{
"$ref": "#/components/schemas/MapValue"
},
{
"description": "The tag value used in the filter."
}
]
}
},
"description": "An object that describes details of a map filter."
}
}
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.