{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceRangeTypeCodeList",
	"title": "UneceRangeTypeCodeList",
	"description": "Values for UneceRange typeCode property.",
	"anyOf": [
		{
			"const": "unece:definedRange",
			"description": "A defined range specified for this operational parameter."
		},
		{
			"const": "unece:requestedRange",
			"description": "A requested range specified for this control setting parameter."
		},
		{
			"const": "unece:valueRange",
			"description": "A range specified for a value of this metric characteristic.\nA range specified for a value of this product batch characteristic.\nA range specified for a value of this product characteristic.\nA range specified for the value of this agricultural characteristic.\nA range specified for the value of this organization characteristic.\nA range specified for the value of this process characteristic.\nA range specified for the value of this sustainability characteristic.\nA range specified for the value of this technical characteristic."
		}
	]
}
