Organization
An entity, such as a company, an institution, or an association, comprising of one or more Person.
Name
DataType
Description
Array
The various Internet locations that help disambiguate a person or organization, such as their FaceBook, LinkedIn, YouTube and Twitter Address.
Array
A collection of PhoneNumber. Which foreign key is used will be determined by the object the phone number is in.
{
"Organization" :
{
"@context" : "https://grcschema.org/",
"@id" : "URL",
"@type" : "Organization",
"affiliations" :
[
{
"affiliation" : "String"
}
],
"description" : "String",
"elementId" : "String",
"email" : "Email",
"emailAddresses" :
[
{
"email" : "Email"
}
],
"founded" : "String",
"hierarchicalParent" :
{
"@id" : "URL",
"@type" : "HierarchicalParent",
"elementId" : "String"
},
"legalName" : "String",
"names" :
[
{
"name" : "String"
}
],
"organizationalCategories" :
[
{
"organizationalCategory" :
{
"@id" : "URL",
"@type" : "OrganizationalCategory",
"elementId" : "String"
}
}
],
"organizationalCharacter" :
{
"@type" : "OrganizationalCharacter",
"communicationCharacter" : "String",
"decisionMakingCharacter" : "String",
"departmentalizationCharacter" : "String",
"linesOfAuthorityCharacter" : "String",
"organizationalCharacterIndex" : "String",
"organizationalStructure" : "String",
"spanOfControlCharacter" : "String",
"specializationCharacter" : "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"
}
}
}
],
"primaryDomain" : "URL",
"schemaVersion" : "b1",
"socialAddresses" :
[
{
"socialAddress" :
{
"@type" : "SocialAddress",
"socialAccount" : "String",
"socialType" : "String"
}
}
],
"topLevelDomains" :
[
{
"domain" : "URL"
}
],
"url" : "URL"
}
}