{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PatchedRemovePersonRequest", "title": "PatchedRemovePersonRequest", "type": "object", "properties": { "person_id": { "type": "string", "format": "uuid", "description": "Person UUID to remove from the cohort" } } }