| Set a concise non-empty title at the top level of the schema to explain what the definition is about | |
| Set a non-empty description at the top level of the schema to explain what the definition is about in detail | |
| Set a non-empty examples array at the top level of the schema to illustrate the expected data | |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/carbonateContentDetermined/enum – /properties/carbonateContentDetermined/type |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/organicMatterContentDetermined/enum – /properties/organicMatterContentDetermined/type |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/qualityRegime/enum – /properties/qualityRegime/type |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/rockReached/enum – /properties/rockReached/type |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/underReview/enum – /properties/underReview/type |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/volumetricMassDensityDetermined/enum – /properties/volumetricMassDensityDetermined/type |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/volumetricMassDensitySolidsDetermined/enum – /properties/volumetricMassDensitySolidsDetermined/type |
| Setting `type` alongside `enum` is considered an anti-pattern, as the enumeration choices already imply their respective types | /properties/waterContentDetermined/enum – /properties/waterContentDetermined/type |