{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceAccountingEntryLineSourceCodeList",
	"title": "UneceAccountingEntryLineSourceCodeList",
	"description": "A character string used to represent the source of an accounting entry line.",
	"anyOf": [
		{
			"const": "unece:AccountingEntryLineSourceCodeList#1",
			"description": "Manual Input: 1."
		},
		{
			"const": "unece:AccountingEntryLineSourceCodeList#2",
			"description": "Import: 2."
		},
		{
			"const": "unece:AccountingEntryLineSourceCodeList#3",
			"description": "Exchange Profit or Loss: 3."
		},
		{
			"const": "unece:AccountingEntryLineSourceCodeList#4",
			"description": "Settlement Difference: 4."
		}
	]
}
