{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/akamai/main/json-schema/fast-purge-post-url-schema.json", "title": "post-url", "additionalProperties": false, "description": "Specifies a list of URLs or ARLs to invalidate or delete. You can submit URLs and ARLs in the same purge request.", "properties": { "objects": { "description": "Lists URLs or ARLs to purge. Purges content for both `http` and `https` schemes.", "items": { "type": "string" }, "type": "array" } }, "required": [ "objects" ], "type": "object", "x-akamai": { "file-path": "schemas/post-url.yaml" } }