{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceInstalmentPayment",
	"title": "UneceInstalmentPayment",
	"description": "A discharge of obligations in respect of funds or securities, transferred through one of several payments, between two\nor more parties.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "InstalmentPayment",
			"description": "JSON-LD Type."
		},
		"dueDateTime": {
			"type": "string",
			"description": "The due date for this instalment payment.",
			"format": "date-time"
		},
		"paidAmount": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceAmountType"
			},
			"description": "A monetary value paid or to be paid for this instalment payment."
		},
		"sequenceId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The sequence identifier for this instalment payment."
		},
		"specifiedFinancingRequestResultDocument": {
			"$ref": "https://schema.twindev.org/unece/UneceFinancingRequestResultDocument",
			"description": "The financing request result document specified for this instalment payment."
		}
	},
	"required": ["type"]
}
