{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/VPCRename", "title": "VPCRename", "type": "object", "required": [ "name" ], "properties": { "name": { "type": "string", "description": "The new name for the VPC.", "example": "my-renamed-vpc" } } }