gpt4 book ai didi

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

转载 作者:行者123 更新时间:2023-12-04 01:03:46 26 4
gpt4 key购买 nike

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

例子@outlook.com

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

    "email": {
"description": "Email of the user",
"type": "string",
"pattern": "",
},

最佳答案

您可以使用 格式在 JSON Schema 中验证电子邮件。

 "email": {
"description": "Email of the user",
"type": "string",
"format": "email"
}

关于json - 如何使用 json 模式验证个人电子邮件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57578934/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com