Skip to content

Commit

Permalink
Update core-person.json
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored Jul 20, 2018
1 parent b56f081 commit a2bfd99
Showing 1 changed file with 16 additions and 94 deletions.
110 changes: 16 additions & 94 deletions core-person.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,100 +5,24 @@
"type": "object",
"required": [ "name", "email" ],
"properties": {
"fn": {
"description": "Formatted Name",
"type": "string"
"name": {
"$ref": "#/components/schemas/name"
},
"name" : {
"type" : "array",
"items" : {
"$ref" : "#/components/schemas/name"
}
"userName": {
"$ref": "#/components/schemas/userName"
},
"familyName": {
"type": "string"
"institutionalId": {
"$ref": "#/components/schemas/institutionalId"
},
"givenName": {
"type": "string"
},
"additionalName": {
"type": "array",
"items": {
"type": "string"
}
},
"honorificPrefix": {
"type": "array",
"items": {
"type": "string"
}
},
"honorificSuffix": {
"type": "array",
"items": {
"type": "string"
}
},
"nickname": {
"type": "string"
},
"url": {
"type": "string"
"birthDate": {
"$ref": "#/components/schemas/birthDate"
},
"email": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"value": {
"type": "string"
}
}
},
"tel": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"value": {
"type": "string"
}
}
},
"tz": {
"type": "string"
},
"photo": {
"type": "string"
},
"logo": {
"type": "string"
},
"sound": {
"type": "string"
},
"bday": {
"type": "string"
},
"title": {
"type": "string"
"$ref": "#/components/schemas/email"
},
"role": {
"type": "string"
"phoneNumber": {
"$ref": "#/components/schemas/phoneNumber"
},
"org": {
"type": "object",
"properties": {
"organizationName": {
"type": "string"
},
"organizationUnit": {
"type": "string"
}
}
}
},
"components":
{
Expand All @@ -123,6 +47,9 @@
"type": "string"
}
},
"userName": {
"type": "string"
},
"institutionalId": {
"type": "string"
},
Expand All @@ -146,11 +73,6 @@
},
"phoneType": {
"type": "string"
},
"required": [
"familyName"
]
}
}
}
}
}
}

0 comments on commit a2bfd99

Please sign in to comment.