{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceExchangedDocumentContext",
	"title": "UneceExchangedDocumentContext",
	"description": "The scenario or setting of an exchanged document, such as its business process application context.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "ExchangedDocumentContext",
			"description": "JSON-LD Type."
		},
		"applicationSpecifiedParameter": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceDocumentContextParameter"
			},
			"description": "An application context parameter specified for this exchanged document context."
		},
		"bIMSpecifiedParameter": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceDocumentContextParameter"
			},
			"description": "A Business Information Master (BIM) context parameter specified for this exchanged document context."
		},
		"businessProcessSpecifiedParameter": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceDocumentContextParameter"
			},
			"description": "A business process context parameter specified for this exchanged document context."
		},
		"guidelineSpecifiedParameter": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceDocumentContextParameter"
			},
			"description": "A guideline context parameter specified for this exchanged document context."
		},
		"messageStandardSpecifiedParameter": {
			"$ref": "https://schema.twindev.org/unece/UneceDocumentContextParameter",
			"description": "The message standard document context parameter specified for this exchanged document context."
		},
		"processingTransactionDateTime": {
			"type": "string",
			"description": "The date, time, date time, or other date time value of the processing of a transaction for this exchanged document\ncontext.",
			"format": "date-time"
		},
		"scenarioSpecifiedParameter": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceDocumentContextParameter"
			},
			"description": "A scenario context parameter specified for this exchanged document context."
		},
		"specifiedTransactionId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier of a specified transaction in this exchanged document context."
		},
		"subsetSpecifiedParameter": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceDocumentContextParameter"
			},
			"description": "A subset context parameter specified for this exchanged document context."
		},
		"testIndicator": {
			"type": "boolean",
			"description": "The indication of whether or not this exchanged document context is a test."
		},
		"userSpecifiedParameter": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceDocumentContextParameter"
			},
			"description": "A user specified document context parameter specified for this exchanged document context."
		}
	},
	"required": ["type"]
}
