{
	"name": "email",
	"supports": {
		"editable": true,
		"required": true,
		"attachment": true,
		"description": true,
		"placeholder": true,
		"defaultValue": true,
		"logic": true,
		"theme": true
	},
	"attributes": {
		"restrictDomains": {
			"type": "boolean",
			"default": false
		},
		"allowedDomains": {
			"type": "array",
			"default": []
		},
		"disallowedDomains": {
			"type": "array",
			"default": []
		}
	},
	"logicalOperators": [
		"is",
		"is_not",
		"starts_with",
		"contains",
		"ends_with",
		"not_contains"
	]
}