Conversation
There was a problem hiding this comment.
Thank you for submitting it @t2y!
Anyway, I'm not sure whether there is a "param" type or not.
Quoting from the RFC 7643 section 10.2.1 at page 96:
Process of Identifier Assignment:
Identifiers with namespace type "schema" (e.g.,
"urn:ietf:params:scim:schemas") are assigned after the review of
the assigned contact via the SCIM public mailing list,
"scim@ietf.org", as documented in [Section 10.3](https://datatracker.ietf.org/doc/html/rfc7643#section-10.3).
Namespaces with type "api" (e.g., "urn:ietf:params:scim:api") and
"param" (e.g., "urn:ietf:params:scim:param") are reserved for
IETF-approved SCIM specifications.
To my understanding, it's just like the API type: reserved for IETF-approved SCIM specifications. That's why I created it, too.
What do you think?
|
Oh, I didn't notice that statement. It indicates that Either one of these is incorrect, I guess. Should we call for a report to the SCIM WG? Of course, you can reject this PR until the specification is clarified. |
I guess that would be the best thing to do.
No need to. We can keep it open till more clear info emerges! |
According to https://datatracker.ietf.org/doc/html/rfc7643#section-10.2.1, there is no
paramin the type definition.