{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/config-rename", "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" } }