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.
- String :
- # Gemstone dimensions listed as 'minimum diameter – maximum diameter x depth'
- # for round diamonds and 'length x width x depth' for fancy-shaped gemstones.
- String! :
- # Description of the outline of the gemstone.
- String :
- # Description of the outline of the gemstone.
- String :
- # Description of the outline for the crown portion of the gemstone.
- String :
- # Description of the outline for the pavilion portion of the gemstone.
- String :
- # Description of the degree to which the gemstone allows light to pass through
- # it.
- String :
- # General description of the color.
- String :
- # Description of the mounted item and additional information.
- String :
- # Gem category based on chemical composition and crystal structure.
- String :
- # The gemstone’s geographic origin.
- String :
- # Classification system which relates the geological environment in which a
- # stone was formed to the stone's features and properties.
- String :
- # The gemstone's locality.
- String :
- # Description of gemstone’s locality information.
- String :
- # Sub-category of species, based on color, transparency, and/or phenomenon.
- String :
- # Description of the optical effect displayed by the gemstone.
- String :
- # Treatments identified.
- String :
- # Machine readable code indicating any identified treatments. For GIA use only.
- TreatmentCodes] : [
- # Additional identifying characteristics or features that are not otherwise
- # represented on the report.
- String :
- # This field will show a comment if a duplicate report is printed at a later
- # date.
- String :
- # M2M data and media.
- M2MRoughData @deprecated( reason: "M2M no longer supported." ) :
- # Classification system which states the identification of the material and
- # whether it has been treated.
- String :
- }