3.3.13 Record: Contact
Topic Version | 1 | Published | 10/31/2016 | |
For Standard | ETP v1.1 |
Contact information record for capabilities.
Avro Schema |
---|
{ "type": "record", "namespace": "Energistics.Datatypes", "name": "Contact", "fields": [ { "name": "organizationName", "type": ["null", "string"] }, { "name": "contactName", "type": ["null", "string"] }, { "name": "contactPhone", "type": ["null", "string"] }, { "name": "contactEmail", "type": ["null", "string"] } ] } |
Attribute |
Description |
Data Type |
Min |
Max |
---|---|---|---|---|
organizationName |
string |
0 |
1 |
|
contactName |
string |
0 |
1 |
|
contactPhone |
string |
0 |
1 |
|
contactEmail |
string |
0 |
1 |