I'd love to be able to mention how I know "url" is a human.
Ex:
{
"url": "https://bob.example.com/",
"note": "I've known Bob since high school.",
"vouched-at": "2026年03月11日"
}
Though, maybe this is getting into FOAF territory.
If support for JSON comments is defined, I could just fall back to:
{
// I've known Bob since high school.
"url": "https://bob.example.com/",
"vouched-at": "2026年03月11日"
}
I'd love to be able to mention how I know "url" is a human.
Ex:
```json
{
"url": "https://bob.example.com/",
"note": "I've known Bob since high school.",
"vouched-at": "2026年03月11日"
}
```
Though, maybe this is getting into FOAF territory.
If support for JSON comments is defined, I could just fall back to:
```json
{
// I've known Bob since high school.
"url": "https://bob.example.com/",
"vouched-at": "2026年03月11日"
}
```