schema/nodeaddr: add GivenName, FamilyName

Change-Id: I82b5365d24acf14537719e903e463f0030e80ec5
This commit is contained in:
Kate Pek 2016-04-29 21:30:25 -05:00
parent 0e708f0b74
commit 96ed8597a4
1 changed files with 6 additions and 0 deletions

View File

@ -93,6 +93,12 @@ const (
// AddressCountry is http://schema.org/addressCountry
AddressCountry = "addressCountry"
// GivenName is http://schema.org/givenName
GivenName = "givenName"
// FamilyName is http://schema.org/familyName
FamilyName = "familyName"
// CamliPathOrderColon is the prefix "camliPathOrder:".
// The attribute key should be followed by a uint64. The attribute value
// is an existing value of a camliPath element.