mirror of https://github.com/perkeep/perkeep.git
schema/nodeaddr: add GivenName, FamilyName
Change-Id: I82b5365d24acf14537719e903e463f0030e80ec5
This commit is contained in:
parent
0e708f0b74
commit
96ed8597a4
|
@ -93,6 +93,12 @@ const (
|
||||||
// AddressCountry is http://schema.org/addressCountry
|
// AddressCountry is http://schema.org/addressCountry
|
||||||
AddressCountry = "addressCountry"
|
AddressCountry = "addressCountry"
|
||||||
|
|
||||||
|
// GivenName is http://schema.org/givenName
|
||||||
|
GivenName = "givenName"
|
||||||
|
|
||||||
|
// FamilyName is http://schema.org/familyName
|
||||||
|
FamilyName = "familyName"
|
||||||
|
|
||||||
// CamliPathOrderColon is the prefix "camliPathOrder:".
|
// CamliPathOrderColon is the prefix "camliPathOrder:".
|
||||||
// The attribute key should be followed by a uint64. The attribute value
|
// The attribute key should be followed by a uint64. The attribute value
|
||||||
// is an existing value of a camliPath element.
|
// is an existing value of a camliPath element.
|
||||||
|
|
Loading…
Reference in New Issue