{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DsarRequest", "title": "DsarRequest", "type": "object", "required": [ "user_ids" ], "properties": { "user_ids": { "type": "array", "description": "Array of user IDs to retrieve data for.", "items": { "type": "string" } } } }