Expand description
Embedded core SCIM schemas for schema discovery functionality.
This module provides the core SCIM schemas (User, Group, ServiceProviderConfig) embedded as static strings, eliminating the need for external schema files for basic schema discovery functionality.
Functionsยง
- core_
group_ schema - Returns the core Group schema as a JSON string.
- core_
user_ schema - Returns the core User schema as a JSON string.
- service_
provider_ config_ schema - Returns the ServiceProviderConfig schema as a JSON string.