Skip to content

Commit 9b3ac60

Browse files
committed
fixes #14 Add "primary" attribute to user addresses in default-schemas.json
1 parent 71d0283 commit 9b3ac60

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scim2_server/resources/default-schemas.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,15 @@
520520
"mutability": "readWrite",
521521
"returned": "default",
522522
"uniqueness": "none"
523+
},
524+
{
525+
"name": "primary",
526+
"type": "boolean",
527+
"multiValued": false,
528+
"description": "A Boolean value indicating the 'primary' or preferred attribute value for this attribute. The primary attribute value 'true' MUST appear no more than once.",
529+
"required": false,
530+
"mutability": "readWrite",
531+
"returned": "default"
523532
}
524533
],
525534
"mutability": "readWrite",

0 commit comments

Comments
 (0)