{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/akamai/main/json-schema/appsec-config-custom-rules-usage-request-schema.json", "title": "config-custom-rules-usage-request", "additionalProperties": false, "description": "Collects data for custom rule usage analysis.", "properties": { "ruleIds": { "description": "A list of the custom rule IDs.", "items": { "type": "integer" }, "minItems": 1, "nullable": false, "type": "array", "uniqueItems": true } }, "required": [ "ruleIds" ], "type": "object", "x-akamai": { "file-path": "schemas/config-custom-rules-usage-request.yaml" } }