OBJECT

PearlIdentReportResults

Pearl Identification Tabular Format report.

link GraphQL Schema definition

  • type PearlIdentReportResults {
  • # This is based on the current report format as of 10/20/2018. This does not
  • # include quanitity or drilling. The title of the report.
  • report_title: String
  • # Description of the pearls, mounted jewelry and additional information.
  • item_description: String
  • # Weight of the pearls being identified In grams for mounted or strung pearls.
  • # In carats for cultured loose pearls. Or in carats and grains for natural loose
  • # pearls.
  • weight: String
  • # In millimeters. Diameter measurement for round or spherical shapes. Length x
  • # width x depth for other shapes. For multiple pearls, a range of measurements
  • # from maximum to minimum is listed.
  • measurements: String!
  • # Describes the shape of the pearls being identified.
  • shape: String
  • # Describes the overall color of the pearl.
  • bodycolor: String!
  • # Any single noticeable translucent color that overlies the bodycolor. Includes
  • # orient - multiple overlying colors or a form of iridescence that appears to be
  • # on or just below the surface. Not all pearls display overtone or orient.
  • overtone: String!
  • # Identifies the pearls including bead cultured, non-bead cultured or natural.
  • identification: String
  • # Environment in which the pearl was created: freshwater or saltwater.
  • environment: String
  • # The genus and species of the source mollusk.
  • mollusk: String
  • # The number of pearls being identified.
  • quantity: String
  • # The surface condition of the item.
  • surface: String
  • # Light reflected from the surface of the pearl.
  • luster: String
  • # The uniformity of pearls in strands, or multiple pearls in a piece of jewelry.
  • matching: String
  • # Description for the quality of the nacre surrounding the pearl.
  • nacre: String
  • # Describes if pearls are drilled, partially drilled or undrilled.
  • drilling: String
  • # Indicates any detectable treatments.
  • treatment: String
  • # Additional identifying characteristics or features that are not otherwise
  • # represented on the report.
  • report_comments: String
  • # This field will show a comment if a duplicate report is printed at a later
  • # date.
  • duplicate_comments: String
  • }