Are there authoritative JSON schema definitions for SCIM 2.0 schemas?

I’ve been unable to find authoritative schema definitions in JSON format for resources and messages defined in the SCIM 2.0 RFCs.

While the RFCs are pretty specific and a number of SCIM endpoint implementations do publish their JSON schemas (many slightly different or modified, sadly), it would be nice if there were a repository with an authoritative set for each of the standard URNs:

  • urn:ietf:params:scim:api:messages:2.0:BulkRequest
  • urn:ietf:params:scim:api:messages:2.0:BulkResponse
  • urn:ietf:params:scim:api:messages:2.0:Error
  • urn:ietf:params:scim:api:messages:2.0:PatchOp
  • urn:ietf:params:scim:api:messages:2.0:SearchRequest
  • urn:ietf:params:scim:schemas:core:2.0:Group
  • urn:ietf:params:scim:schemas:core:2.0:ResourceType
  • urn:ietf:params:scim:schemas:core:2.0:Schema
  • urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig
  • urn:ietf:params:scim:schemas:core:2.0:User
  • urn:ietf:params:scim:schemas:extension:enterprise:2.0:User

Can anyone point me at such a thing?

Leave a Comment