Specifies a list of cache tags to invalidate or delete.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/akamai/main/json-schema/fast-purge-post-tag-schema.json", "title": "post-tag", "additionalProperties": false, "description": "Specifies a list of cache tags to invalidate or delete.", "properties": { "objects": { "description": "An array of cache tag strings you want to purge.", "items": { "type": "string" }, "type": "array" } }, "required": [ "objects" ], "type": "object", "x-akamai": { "file-path": "schemas/post-tag.yaml" } }