{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceDocumentLineDocument",
	"title": "UneceDocumentLineDocument",
	"description": "A collection of data for a line on a piece of written, printed or electronic matter that provides information or\nevidence.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "DocumentLineDocument",
			"description": "JSON-LD Type."
		},
		"buyerAssignedCategoryCode": {
			"type": "string",
			"description": "The code specifying the category assigned by the buyer for this document line."
		},
		"categoryCode": {
			"type": "string",
			"description": "The code specifying the category of this document line."
		},
		"documentLineDocumentRequestedResponseTypeCode": {
			"type": "string",
			"description": "The code specifying the type of response requested for this document line."
		},
		"documentLineStatusCode": {
			"$ref": "https://schema.twindev.org/unece/UneceLineStatusCodeList",
			"description": "The code specifying the status of this document line."
		},
		"effectiveSpecifiedPeriod": {
			"$ref": "https://schema.twindev.org/unece/UneceSpecifiedPeriod",
			"description": "The period within which this document line is effective."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The identifier of this document line document."
		},
		"includedNote": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceNote"
			},
			"description": "A note included in this document line."
		},
		"issueDateTime": {
			"type": "string",
			"description": "The date, time, date time, or other date time value for the issuance of this document line.",
			"format": "date-time"
		},
		"latestRevisionDateTime": {
			"type": "string",
			"description": "The date, time, date time, or other date time value for the latest revision of this document line.",
			"format": "date-time"
		},
		"lineId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The unique identifier of this document line."
		},
		"lineStatusReason": {
			"type": "string",
			"description": "A reason, expressed as text, for the line status in this document line."
		},
		"lineStatusReasonCode": {
			"type": "string",
			"description": "The code specifying the line status reason for this document line."
		},
		"parentLineId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The unique identifier of the parent line to this document line."
		},
		"publicationDateTime": {
			"type": "string",
			"description": "The date, time, date time, or other date time value of the publication of this document line.",
			"format": "date-time"
		},
		"referenceAcknowledgementDocument": {
			"$ref": "https://schema.twindev.org/unece/UneceAcknowledgementDocument",
			"description": "The acknowledgement document referenced in this document line."
		},
		"referenceDocument": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceDocument"
			},
			"description": "A document referenced from this document line."
		},
		"responseReasonCode": {
			"type": "string",
			"description": "The code specifying the response reason of this document line."
		},
		"subordinateLineId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "An identifier of a subordinate line of this document line."
		},
		"uUIDLineId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The universally unique identifier (UUID) of this document line."
		}
	},
	"required": ["type"]
}
