3.3.13 Record: Contact

Topic Version1Published10/31/2016
For StandardETP 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