rivet
Version:
Suite of utilities for working with the Rivet consumer-driven API contacts testing model.
9 lines (8 loc) • 346 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
id: 'types.email',
type: 'string',
format: 'email',
pattern: '^(([^<>()\\\[\\]\\\.,;:\\s@"]+(\\.[^<>()\\[\\]\\\.,;:\\s@"]+)*)|(".+"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$'
};