Table of Contents

productAnalysisType

Description

Used to specify analysis of a product (for example, nutrient or energy).

Properties

Name Description Required Type
Id Id of a component or factor (e.g. nutrient or energy) identified in the analysis of a product specified as a scheme and id No identifierType
Name Human readable description of the test result Yes string
Percent Percentage of the factor in the product according to the analysis Yes Number

Examples

Example 1

{
  "id": {
    "scheme": "com.testinglab.test",
    "id": "WP"
  },
  "name": "Water Soluble Phosphorus",
  "percent": 26
}