{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/_WelcomeInviter", "title": "_WelcomeInviter", "type": "object", "properties": { "name": { "type": "string" }, "email": { "type": "string", "format": "email" } }, "required": [ "email", "name" ] }