Person
This describes a known person.
{
"Person" :
{
"@context" : "https://grcschema.org/",
"@id" : "URL",
"@type" : "Person",
"coreMetaData" :
{
"@type" : "CoreMetaData",
"checksum" : "String",
"created" :
{
"@type" : "Created",
"Person" :
{
"@id" : "URL",
"@type" : "Person",
"elementId" : "String",
"name" : "String"
},
"organization" :
{
"@id" : "URL",
"@type" : "Organization",
"elementId" : "String",
"name" : "String"
},
"timeStamp" : "Datetime"
},
"deprecatedBy" : "URL",
"live" : "Boolean",
"modified" :
{
"@type" : "Modified",
"Person" :
{
"@id" : "URL",
"@type" : "Person",
"elementId" : "String",
"name" : "String"
},
"organization" :
{
"@id" : "URL",
"@type" : "Organization",
"elementId" : "String",
"name" : "String"
},
"timeStamp" : "Datetime"
},
"notes" : "String",
"status" : "String",
"supersededBy" : "URL",
"validated" : "Integer"
},
"disambiguated" :
{
"@id" : "URL",
"@type" : "Disambiguated",
"elementId" : "String",
"live" : "Boolean"
},
"elementId" : "String",
"email" : "Email",
"emailAddresses" :
[
{
"email" : "Email"
}
],
"languages" :
{
"@type" : "Languages",
"language" :
{
"@id" : "URL",
"@type" : "Language",
"elementId" : "String",
"languageCodeAlpha2" : "String",
"languageCodeAlpha3" : "String",
"name" : "String"
}
},
"membership" :
{
"@type" : "Membership",
"accountGroups" :
[
{
"accountGroup" :
{
"@id" : "URL",
"@type" : "AccountGroup",
"elementId" : "String",
"name" : "String"
}
}
],
"accountInitiatives" :
[
{
"accountInitiative" :
{
"@id" : "URL",
"@type" : "AccountInitiative",
"elementId" : "String",
"name" : "String"
}
}
],
"affiliations" :
[
{
"affiliation" : "String"
}
],
"organizations" :
[
{
"organization" :
{
"@id" : "URL",
"@type" : "Organization",
"elementId" : "String",
"name" : "String"
}
}
]
},
"personName" :
{
"@id" : "URL",
"@type" : "PersonName",
"elementId" : "String",
"name" : "String"
},
"phoneNumbers" :
[
{
"phoneNumber" : "String"
}
],
"postalAddresses" :
[
{
"postalAddress" :
{
"@type" : "PostalAddress",
"address1" : "String",
"address2" : "String",
"city" : "String",
"countryCodeAlpha3" : "String",
"postalCode" : "String",
"primary" : "String",
"stateTerritoryProvince" :
{
"@type" : "StateTerritoryProvince",
"name" : "String",
"stateCode" : "String"
}
}
}
],
"schemaVersion" : "1",
"socialAddresses" :
[
{
"socialAddress" :
{
"@type" : "SocialAddress",
"socialAccount" : "String",
"socialType" : "String"
}
}
]
}
}