{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PatchedAddPersonsToStaticCohortRequest", "title": "PatchedAddPersonsToStaticCohortRequest", "type": "object", "properties": { "person_ids": { "type": "array", "items": { "type": "string", "format": "uuid" }, "description": "List of person UUIDs to add to the cohort" } } }