RFC Errata
RFC 9553, "JSContact: A JSON Representation of Contact Data", May 2024
Source of RFC: calext (art)
Errata ID: 8266
Status: Reported
Type: Technical
Publication Format(s) : TEXT, PDF, HTML
Reported By: n4n5
Date Reported: 2025-01-27
Section 2.6.2. Figure 36 says:
"directories": {
"dir1": {
"kind": "entry",
"uri": "https://dir.example.com/addrbook/jdoe/Jean%20Dupont.vcf"
},
"dir2": {
"kind": "directory",
"uri": "ldap://ldap.example/o=Example%20Tech,ou=Engineering",
"pref": 1
}
It should say:
"directories": {
"dir1": {
"kind": "entry",
"uri": "https://dir.example.com/addrbook/jdoe/Jean%20Dupont.vcf"
},
"dir2": {
"kind": "directory",
"uri": "ldap://ldap.example/o=Example%20Tech,ou=Engineering",
"pref": 1
}
}
Notes:
Missing end bracket
