RFC Errata
RFC 7643, "System for Cross-domain Identity Management: Core Schema", September 2015
Note: This RFC has been updated by RFC 9865
Source of RFC: scim (sec)See Also: RFC 7643 w/ inline errata
Errata ID: 6727
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Will Springer
Date Reported: 2021-10-28
Verifier Name: Deb Cooley
Date Verified: 2025-10-28
Section 8.7.2 says:
{
"name" : "description",
"type" : "string",
"multiValued" : false,
"description" : "The schema's human-readable name. When
applicable, service providers MUST specify the name,
e.g., 'User'.",
"required" : false,
"caseExact" : false,
"mutability" : "readOnly",
"returned" : "default",
"uniqueness" : "none"
},
It should say:
{
"name" : "description",
"type" : "string",
"multiValued" : false,
"description" : "The schema's human-readable description. When
applicable, service providers MUST specify the description.",
"required" : false,
"caseExact" : false,
"mutability" : "readOnly",
"returned" : "default",
"uniqueness" : "none"
},
Notes:
The previous description was that for the "name" attribute. Updated to the standard text for the "description" attribute.
