{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceEmission",
	"title": "UneceEmission",
	"description": "A calculation of the pollution (including noise, heat, and radiation etc.) discharged into the environment by a\nresidential, commercial, or industrial facility or by a means of transport, such as a vessel, aircraft or truck.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "Emission",
			"description": "JSON-LD Type."
		},
		"affectedDistanceMeasure": {
			"$ref": "https://schema.twindev.org/unece/UneceLinearUnitMeasureType",
			"description": "The affected distance over which this calculated emission is measured."
		},
		"pollutionMeasure": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceMeasureType"
			},
			"description": "A measure of the pollution calculated for this emission."
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceEmissionTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "The code specifying the type of this calculated emission."
		},
		"weightUnitWeightMeasure": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceWeightUnitMeasureType"
			},
			"description": "A weight for which this calculated emission is measured."
		}
	},
	"required": ["type"]
}
