OBJECT

IdentificationReportResults

The tabular report format is used on most gem identification reports.

link GraphQL Schema definition

  • type IdentificationReportResults {
  • # Weight given in carats, grams, or kilograms. If given in carats, recorded to
  • # the nearest hundredth of a carat. One carat is equal to 1/5 of a gram.
  • weight: String
  • # Gemstone dimensions listed as 'minimum diameter – maximum diameter x depth'
  • # for round diamonds and 'length x width x depth' for fancy-shaped gemstones.
  • measurements: String!
  • # Description of the outline of the gemstone.
  • shape: String
  • # Description of the outline of the gemstone.
  • cutting_style: String
  • # Description of the outline for the crown portion of the gemstone.
  • cutting_style_crown: String
  • # Description of the outline for the pavilion portion of the gemstone.
  • cutting_style_pavilion: String
  • # Description of the degree to which the gemstone allows light to pass through
  • # it.
  • transparency: String
  • # General description of the color.
  • color: String
  • # Description of the mounted item and additional information.
  • item_description: String
  • # Gem category based on chemical composition and crystal structure.
  • species: String
  • # The gemstone’s geographic origin.
  • geographic_origin: String
  • # Classification system which relates the geological environment in which a
  • # stone was formed to the stone's features and properties.
  • source_type: String
  • # The gemstone's locality.
  • gem_locality_information_title: String
  • # Description of gemstone’s locality information.
  • gem_locality_information: String
  • # Sub-category of species, based on color, transparency, and/or phenomenon.
  • variety: String
  • # Description of the optical effect displayed by the gemstone.
  • phenomenon: String
  • # Treatments identified.
  • treatment: String
  • # Machine readable code indicating any identified treatments. For GIA use only.
  • treatment_codes: [TreatmentCodes]
  • # 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
  • # M2M data and media.
  • m2m_rough_data: M2MRoughData @deprecated( reason: "M2M no longer supported." )
  • }