Company
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
@type |
|
string |
false |
|
|
${prop.ignore} |
CompanyID |
A unique identifier for the company. |
string |
false |
|
|
${prop.ignore} |
CompanyName |
Specifies the title or name of the company. |
string |
false |
|
|
${prop.ignore} |
Address |
|
array |
false |
Address |
--- |
${prop.ignore} |
Phone |
|
array |
false |
Phone |
--- |
${prop.ignore} |
Contact |
|
array |
false |
Contact |
--- |
${prop.ignore} |
Description |
A description related to the company profile. |
string |
false |
|
|
${prop.ignore} |
WebsiteURL |
The URL to the company website. |
string |
false |
|
|
${prop.ignore} |
TimeZone |
The time zone for the company. |
string |
false |
|
|
${prop.ignore} |
ExtensionPoint |
|
ExtensionPoint |
false |
|
|
${prop.ignore} |
{
"@type" : "string",
"companyID" : "string",
"companyName" : "string",
"address" : [ {
"@type" : "string",
"streetAddress" : "string",
"cityName" : "string",
"postalCode" : "string",
"country" : "string",
"countryCode" : "string",
"stateOrTerritory" : "string",
"addressType" : { },
"extensionPoint" : { }
} ],
"phone" : [ {
"@type" : "string",
"phoneNumber" : "string",
"type" : { },
"capabilities" : [ { } ],
"primaryInd" : "boolean",
"extensionPoint" : { }
} ],
"contact" : [ {
"@type" : "string",
"birthday" : "string",
"personName" : [ { } ],
"email" : [ { } ],
"phone" : [ { } ],
"address" : [ { } ],
"socialMedia" : [ { } ],
"communicationMethod" : [ { } ],
"verification" : [ { } ],
"thirdPartySystem" : [ { } ],
"gender" : "string",
"preferredPronoun" : { },
"company" : [ { } ],
"significantDate" : [ { } ],
"extensionPoint" : { }
} ],
"description" : "string",
"websiteURL" : "string",
"timeZone" : "string",
"extensionPoint" : { }
}