Consider implementing a link to the AI policy:
{
"version": "0.1.1",
"url": "https://example.com/~alice",
"ai-policy-url" : "https://example.com/~alice/how-i-write.html",
"updated_at" : "2026年01月15日",
"vouches": [
{
"url": "https://bob.example.com",
"vouched_at": "2026年01月15日"
}
]
}
Consider implementing a link to the AI policy:
```json
{
"version": "0.1.1",
"url": "https://example.com/~alice",
"ai-policy-url" : "https://example.com/~alice/how-i-write.html",
"updated_at" : "2026年01月15日",
"vouches": [
{
"url": "https://bob.example.com",
"vouched_at": "2026年01月15日"
}
]
}
```