BatchScreenItem(BatchScreenItem)
One name to screen in a batch. name reuses the EntityScreenRequest
length bound (1..256) so an empty / oversized name fails closed at 422 with
the SAME validation as the single-screen endpoint. id is an optional
client-supplied echo id; when omitted the response uses the item's 0-based
index so a client can always correlate results to inputs.
{
"name": "string",
"country": "string",
"dob": "string",
"nationality": "string",
"id": "string"
}