{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PersonDeletePropertyRequest", "title": "PersonDeletePropertyRequest", "type": "object", "properties": { "$unset": { "type": "string", "description": "The property key to remove from this person." } }, "required": [ "$unset" ] }