{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceAssertion",
	"title": "UneceAssertion",
	"description": "A statement that user needs of the present are met without compromising the needs of future generations.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "Assertion",
			"description": "JSON-LD Type."
		},
		"applicableStandard": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceStandard"
			},
			"description": "A referenced standard applicable to this sustainability assertion."
		},
		"description": {
			"type": "string",
			"description": "A textual description of this sustainability assertion."
		},
		"descriptionCode": {
			"type": "string",
			"description": "The code specifying the description for this sustainability assertion."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "An identifier of this sustainability assertion."
		},
		"includedCharacteristic": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceSustainabilityCharacteristic"
			},
			"description": "A sustainability characteristic included in this sustainability assertion."
		},
		"issuingPartyId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "An identifier of a party issuing this sustainability assertion."
		},
		"relatedPolicy": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UnecePolicy"
			},
			"description": "A compliance policy related to this sustainability assertion."
		},
		"statusCode": {
			"type": "string",
			"description": "The code specifying the status of this sustainability assertion."
		}
	},
	"required": ["type"]
}
