{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceSustainabilityInspection",
	"title": "UneceSustainabilityInspection",
	"description": "The process of performing documented checks of sustainability characteristics, with a focus on discovering deviations,\nrelated to documented sustainability requirements.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "SustainabilityInspection",
			"description": "JSON-LD Type."
		},
		"applicableInspectionResult": {
			"$ref": "https://schema.twindev.org/unece/UneceInspectionResult",
			"description": "The specified inspection result applicable to this sustainability inspection."
		},
		"applicableStandard": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceStandard"
			},
			"description": "A referenced standard applicable to this sustainability inspection."
		},
		"applicableSustainabilityCharacteristic": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSustainabilityCharacteristic"
			},
			"description": "A characteristic applicable to this sustainability inspection."
		},
		"attachedBinaryFile": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceBinaryFile"
			},
			"description": "A binary file attached for this sustainability inspection."
		},
		"description": {
			"type": "string",
			"description": "A textual description of this sustainability inspection."
		},
		"executionParty": {
			"$ref": "https://schema.twindev.org/unece/UneceTradeParty",
			"description": "The party responsible for the execution of this sustainability inspection."
		},
		"executionPerson": {
			"$ref": "https://schema.twindev.org/unece/UneceInspectionPerson",
			"description": "The inspector responsible for the execution of this sustainability inspection."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "An identifier of this sustainability inspection."
		},
		"name": {
			"type": "string",
			"description": "The name, expressed as text, for this sustainability inspection."
		},
		"outsourcedIndicator": {
			"type": "boolean",
			"description": "The indication of whether or not this sustainability inspection is outsourced."
		},
		"specifiedDocument": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceDocument"
			},
			"description": "A referenced document specified for this sustainability inspection."
		},
		"specifiedInspectionEvent": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceInspectionEvent"
			},
			"description": "A specified inspection event for this sustainability inspection."
		},
		"specifiedInspectionStatus": {
			"$ref": "https://schema.twindev.org/unece/UneceInspectionStatus",
			"description": "The inspection status specified for this sustainability inspection."
		},
		"typeCode": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/unece/UneceSustainabilityInspectionTypeCodeList"
				},
				{
					"type": "string"
				}
			],
			"description": "The code specifying the type of sustainability inspection."
		}
	},
	"required": ["type"]
}
