{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Contact", "type": "object", "properties": { "phoneNumber": { "type": "string", "description": "Contact phone number" }, "email": { "type": "string", "format": "email", "description": "Contact email" } } }