{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceQuantityAnalysis",
	"title": "UneceQuantityAnalysis",
	"description": "The quantity analysis for this work item.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "QuantityAnalysis",
			"description": "JSON-LD Type."
		},
		"actualQuantity": {
			"$ref": "https://schema.twindev.org/unece/UneceQuantityType",
			"description": "The actual quantity for this work item quantity analysis."
		},
		"actualQuantityDimension": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceWorkItemDimension"
			},
			"description": "A work item dimension of the actual quantity in this work item quantity analysis."
		},
		"actualQuantityPercent": {
			"type": "string",
			"description": "The percentage of a total quantity that the actual quantity of this work item quantity analysis represents."
		},
		"alternativeClassificationCode": {
			"type": "string",
			"description": "A code specifying an alternative classification value for this work item quantity analysis."
		},
		"breakdownQuantityAnalysis": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceQuantityAnalysis"
			},
			"description": "A quantity analysis breakdown of this work item quantity analysis."
		},
		"changedStatus": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceRecordedStatus"
			},
			"description": "A changed recorded status for this work item quantity analysis."
		},
		"contractualLanguageCode": {
			"type": "string",
			"description": "The code specifying the contractual language for this work item quantity analysis."
		},
		"description": {
			"type": "string",
			"description": "The textual description of this work item quantity analysis."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The unique identifier for this work item quantity analysis."
		},
		"primaryClassificationCode": {
			"type": "string",
			"description": "A code specifying a primary classification value for this work item quantity analysis."
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceQuantityAnalysisTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "The code specifying the type of work item quantity analysis."
		}
	},
	"required": ["type", "identifier"]
}
