小编Ric*_*ves的帖子

如何使用 json 模式验证个人电子邮件

问题是我不知道如何使用 Json Schema 验证个人电子邮件,这是什么模式?

例子@outlook.com

我已经尝试在 google 中查找,但找不到任何内容。

    "email": {
        "description": "Email of the user",
        "type": "string",
        "pattern": "",
    },
Run Code Online (Sandbox Code Playgroud)

schema json

4
推荐指数
2
解决办法
3288
查看次数

标签 统计

json ×1

schema ×1