class ContactPoint < SchemaType
    validated_attr :area_served,         type: Array,   allow_nil: true
    validated_attr :available_language,  type: Array,   allow_nil: true
    validated_attr :contact_option,      type: String,  allow_nil: true
    validated_attr :contact_type,        type: String,  presence:  true