{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceAccessRightsTypeCodeList",
	"title": "UneceAccessRightsTypeCodeList",
	"description": "A character string used to represent the type of access rights.",
	"anyOf": [
		{
			"const": "unece:AccessRightsTypeCodeList#P",
			"description": "Prohibited: P."
		},
		{
			"const": "unece:AccessRightsTypeCodeList#R",
			"description": "Restricted: R."
		},
		{
			"const": "unece:AccessRightsTypeCodeList#U",
			"description": "Unlimited: U."
		}
	]
}
