wqx
Version:
Water Quality Exchange (WQX): JSON Schema
30 lines (29 loc) • 503 B
JavaScript
export default {
$id: 'https://epa.gov/wqx/ResultWeightBasis',
title: 'Result Weight Basis',
description: '',
type: 'string',
enum: [
'Ash Weight',
'Ash-Free Dry',
'Bulk Weight',
'Dead',
'Drained Weight',
'Dry',
'Duplicate',
'Escaped',
'Freeze-Dried Wt',
'Gravimetric Dry',
'Interstitial',
'Lipid',
'Not Sampled',
'Recaptured',
'Sampled',
'Sieved Weight',
'TSP',
'Wet',
'high wt',
'low wt'
],
maxLength: 15
}