{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceSpecifiedInspection",
	"title": "UneceSpecifiedInspection",
	"description": "The process of performing documented checks, such as on materials or processes, with a focus on discovering deviations,\nerrors or faults related to documented requirements.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "SpecifiedInspection",
			"description": "JSON-LD Type."
		},
		"attachedBinaryFile": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceBinaryFile"
			},
			"description": "A binary file attached to this specified inspection."
		},
		"description": {
			"type": "string",
			"description": "A textual description of this specified inspection."
		},
		"executionParty": {
			"$ref": "https://schema.twindev.org/unece/UneceTradeParty",
			"description": "The party executing this specified inspection."
		},
		"executionPerson": {
			"$ref": "https://schema.twindev.org/unece/UneceInspectionPerson",
			"description": "The inspector executing this specified inspection."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier of this specified inspection."
		},
		"name": {
			"type": "string",
			"description": "The name, expressed as text, for this specified inspection."
		},
		"outsourcedIndicator": {
			"type": "boolean",
			"description": "The indication of whether or not this specified inspection is outsourced."
		},
		"reportedInspectionResult": {
			"$ref": "https://schema.twindev.org/unece/UneceInspectionResult",
			"description": "The result reported for this specified inspection."
		},
		"specifiedDocument": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceDocument"
			},
			"description": "A referenced document for this specified inspection."
		},
		"specifiedInspectionEvent": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceInspectionEvent"
			},
			"description": "An inspection event for this specified inspection."
		},
		"specifiedInspectionStatus": {
			"$ref": "https://schema.twindev.org/unece/UneceInspectionStatus",
			"description": "The status for this specified inspection."
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceSpecifiedInspectionTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "The code specifying the type of inspection."
		}
	},
	"required": ["type"]
}
