From 96ed8597a49b9c7d8ffd19f9941efceea1dc4c52 Mon Sep 17 00:00:00 2001 From: Kate Pek Date: Fri, 29 Apr 2016 21:30:25 -0500 Subject: [PATCH] schema/nodeaddr: add GivenName, FamilyName Change-Id: I82b5365d24acf14537719e903e463f0030e80ec5 --- pkg/schema/nodeattr/nodeattr.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkg/schema/nodeattr/nodeattr.go b/pkg/schema/nodeattr/nodeattr.go index 4fd6e09f7..22210c0ff 100644 --- a/pkg/schema/nodeattr/nodeattr.go +++ b/pkg/schema/nodeattr/nodeattr.go @@ -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.