{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceScenarioTypeCodeList",
	"title": "UneceScenarioTypeCodeList",
	"description": "A character string used to represent the type of scenario.",
	"anyOf": [
		{
			"const": "unece:ScenarioTypeCodeList#1",
			"description": "Initial scenario: 1."
		},
		{
			"const": "unece:ScenarioTypeCodeList#2",
			"description": "Final scenario: 2."
		},
		{
			"const": "unece:ScenarioTypeCodeList#3",
			"description": "Intermediate: 3."
		}
	]
}
