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 f8a319a commit 0ef1cb3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions core-person.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"email": {
"$ref": "#/components/schemas/email"
},
"phoneNumber": {
"$ref": "#/components/schemas/phoneNumber"
"phone": {
"$ref": "#/components/schemas/phone"
}
},
"components":
Expand All @@ -46,6 +46,7 @@
"nameType": {
"type": "string"
}
}
},
"userName": {
"type": "string"
Expand All @@ -64,7 +65,9 @@
},
"emailType": {
"type": "string"
},
}
}
},
"phone": {
"type": "object",
"properties": {
Expand All @@ -74,5 +77,8 @@
"phoneType": {
"type": "string"
}
}
}
}
}
}

0 comments on commit 0ef1cb3

Please sign in to comment.