{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/akamai/main/json-schema/fast-purge-post-cpcode-schema.json", "title": "post-cpcode", "additionalProperties": false, "description": "Specifies a list of CP codes to invalidate or delete.", "properties": { "objects": { "description": "For CP code-based operations, an array of the CP codes you want to purge.", "items": { "type": "integer" }, "type": "array" } }, "required": [ "objects" ], "type": "object", "x-akamai": { "file-path": "schemas/post-cpcode.yaml" } }