{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceAccountingAccountTypeCodeList",
	"title": "UneceAccountingAccountTypeCodeList",
	"description": "A character string used to represent the type of an accounting account.",
	"anyOf": [
		{
			"const": "unece:AccountingAccountTypeCodeList#1",
			"description": "Financial: 1."
		},
		{
			"const": "unece:AccountingAccountTypeCodeList#2",
			"description": "Subsidiary: 2."
		},
		{
			"const": "unece:AccountingAccountTypeCodeList#3",
			"description": "Budget: 3."
		},
		{
			"const": "unece:AccountingAccountTypeCodeList#4",
			"description": "Cost Accounting: 4."
		},
		{
			"const": "unece:AccountingAccountTypeCodeList#5",
			"description": "Receivable: 5."
		},
		{
			"const": "unece:AccountingAccountTypeCodeList#6",
			"description": "Payable: 6."
		},
		{
			"const": "unece:AccountingAccountTypeCodeList#7",
			"description": "Job Cost Accounting: 7."
		}
	]
}
