Contains match target settings and a list of objects containing match targets with their assigned sequence number.
Type: objectProperties: 2Required: 2
API DiscoveryAPI SecurityCloud SecurityPosture ManagementRuntime ProtectionThreat Protection
match-targets-sequence is a JSON Structure definition published by Akamai API Security, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/akamai-api-security/refs/heads/main/json-structure/api-security-match-targets-sequence-structure.json",
"name": "match-targets-sequence",
"description": "Contains match target settings and a list of objects containing match targets with their assigned sequence number.",
"type": "object",
"properties": {
"targetSequence": {
"description": "Contains the ID and sequence of a match target.",
"items": {
"additionalProperties": false,
"properties": {
"sequence": {
"description": "The position in the sequence of match targets.",
"type": "int32"
},
"targetId": {
"description": "Uniquely identifies the match target.",
"type": "int32"
}
},
"required": [
"sequence",
"targetId"
],
"type": "object"
},
"type": "array"
},
"type": {
"description": "Describes the type of match target, either `WEBSITE` or `API`.",
"enum": [
"WEBSITE",
"API"
],
"type": "string"
}
},
"required": [
"type",
"targetSequence"
],
"additionalProperties": false
}
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.