{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "UserInviteParam", "description": "User invite parameters", "type": "object", "properties": { "email": { "type": "string" }, "name": { "type": "string", "nullable": true } } }