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