{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DdosProtectionConfiguration", "title": "DdosProtectionConfiguration", "type": "object", "description": "The DDoS Protection configuration for a Fastly service.", "properties": { "product": { "type": "object", "description": "Details about the DDoS Protection product.", "properties": { "id": { "type": "string", "description": "The product identifier." } } }, "configuration": { "type": "object", "description": "The DDoS Protection configuration settings.", "properties": { "mode": { "type": "string", "description": "The operating mode of DDoS Protection." } } } } }