Skip to content

Commit

Permalink
Updated based on TAP conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored May 10, 2019
1 parent b0a638b commit cf86e14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema/core-person.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
},
"logon-id": {
"type": "string",
"description": "same as identifier/network in Core Attribute Specification. Mapped to __NAME__ in midPoint"
"description": "same as identifier/network in Core Attribute Specification. Mapped to target system ID, (__NAME__, in ConnID)
},
"subject-id": {
"type": "string",
"description": "same as identifier/enterprise in Core Attribute Specification. Mapped to __UID__ in midPoint"
"description": "same as identifier/enterprise in Core Attribute Specification; created on inbound mapping(?)"
},
"priorSubject-id": {
"type": "array",
Expand All @@ -47,7 +47,7 @@
"type": "array",
"items": {
"type": "object",
"description": "same as identifier/enterprise in Core Attribute Specification. Where identifier crosswalk is mapped in midPoint",
"description": "required(?) Same as identifier/enterprise in Core Attribute Specification. Where identifier crosswalk is mapped in midPoint",

"properties": {
"source": {"type": "string"},
Expand Down

0 comments on commit cf86e14

Please sign in to comment.