Specifies a list of cache tags to invalidate or delete.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/post-tag", "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" } }