{ "type": "object", "properties": { "emails": { "type": "array", "description": "", "example": "user@example.com", "items": { "type": "string" } } }, "required": [ "emails" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Invitees" }