{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PatchSupplementalSignalsResponseContent", "title": "PatchSupplementalSignalsResponseContent", "type": "object", "additionalProperties": true, "properties": { "akamai_enabled": { "type": "boolean", "description": "Indicates if incoming Akamai Headers should be processed" } } }