问题是我不知道如何使用 Json Schema 验证个人电子邮件,这是什么模式?
例子@outlook.com
我已经尝试在 google 中查找,但找不到任何内容。
"email": { "description": "Email of the user", "type": "string", "pattern": "", },
schema json
json ×1
schema ×1