{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "FromEmailAccount", "description": "", "type": "object", "properties": { "id": { "type": "integer", "nullable": true }, "email": { "type": "string", "format": "email" } }, "required": [ "email", "id" ] }