{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Registrants", "title": "Registrants", "type": "object", "required": [ "id" ], "properties": { "id": { "type": "string", "example": "123456", "description": "Registrant ID." } } }