{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/akamai/main/json-schema/appsec-config-rename-schema.json", "title": "config-rename", "additionalProperties": false, "description": "Contains details of a security configuration.", "properties": { "description": { "description": "Describes the security configuration.", "type": "string" }, "name": { "description": "The name you assigned to the security configuration.", "type": "string" } }, "required": [ "name" ], "type": "object", "x-akamai": { "file-path": "schemas/config-rename.yaml" } }