Contact 对象
所公开的 API 的联系人信息。
固定字段
字段名 | 类型 | 描述 |
---|---|---|
name | string | 人或组织的名称。 |
url | string | 指向联系人信息的 URL 地址,必须是 URL 地址格式。 |
string | 人或组织的 email 地址,必须是 email 地址格式。 |
这个对象可能会被规范扩展扩展。
Contact 对象示例
{
"name": "API Support",
"url": "http://www.example.com/support",
"email": "support@example.com"
}
name: API Support
url: http://www.example.com/support
email: support@example.com