!!! Overview
An [HTTP GET] ([SCIM Read Request]) to this [endpoint] is used to retrieve information about [SCIM Resource] schemas supported by a [SCIM Service Provider].  

[{$pagename}] is one of the [SCIM Discovery Mechanisms] and allows introspection on [SCIM Resources] and SCIM

An [HTTP GET] to the [endpoint] "/Schemas" SHALL return all supported [SCIM Schemas] in ListResponse format.  

Individual schema definitions can be returned by appending the schema [URI] to the /Schemas [endpoint] as in [SCIM Retrieving a Known Resource].  For example:
%%prettify 
{{{
/Schemas/urn:ietf:params:scim:schemas:core:2.0:User
}}} /%

The contents of each schema returned are described in Section 7 of [RFC 7643].  

An [Example JSON Representation for SCIM Resource Schema].

!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]