SchemaDefinition
Schema definition as defined in RFC 7643 Section 7
attributes object[]required
The schema's attribute definitions
Suggested canonical values for the attribute
Indicates if the attribute is case-sensitive
The attribute's human-readable description
Indicates if the attribute is multi-valued
Indicates when the attribute value can be modified
Possible values: [readOnly, readWrite, immutable, writeOnly]
The attribute's name
For reference attributes, the SCIM resource types that may be referenced
Indicates if the attribute is required
Indicates when the attribute is returned
Possible values: [always, never, default, request]
Sub-attributes for complex attributes
The attribute's data type
Possible values: [string, boolean, decimal, integer, dateTime, reference, complex]
Indicates how uniqueness is enforced
Possible values: [none, server, global]
The schema's human-readable description
The unique URI of the schema
meta object
Resource metadata as defined in RFC 7643 Section 3.1
The timestamp when the resource was created
The timestamp when the resource was last modified
The URI of the resource
The name of the resource type (e.g., User, Group)
The version of the resource. Used for ETag-based versioning. Weak ETags are prefixed with W/
The schema's human-readable name
Possible values: [urn:ietf:params:scim:schemas:core:2.0:Schema]
{
"attributes": [
{
"canonicalValues": [
"string"
],
"caseExact": true,
"description": "string",
"multiValued": true,
"mutability": "readOnly",
"name": "string",
"referenceTypes": [
"string"
],
"required": true,
"returned": "always",
"subAttributes": [
null
],
"type": "string",
"uniqueness": "none"
}
],
"description": "string",
"id": "string",
"meta": {
"created": "2024-07-29T15:51:28.071Z",
"lastModified": "2024-07-29T15:51:28.071Z",
"location": "string",
"resourceType": "string",
"version": "string"
},
"name": "string",
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:Schema"
]
}