{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HumanEmail", "title": "HumanEmail", "type": "object", "properties": { "email": { "type": "string", "format": "email" }, "isEmailVerified": { "type": "boolean" } } }