{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Email", "type": "object", "properties": { "type": { "type": "string", "description": "Denotes the type of email (For example, home)" }, "value": { "type": "string", "description": "Denotes email address." } } }