{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/w3c-odrl/OdrlRuleType",
	"title": "OdrlRuleType",
	"description": "The types for ODRL Rules.",
	"oneOf": [
		{
			"const": "Permission",
			"description": "Permission type."
		},
		{
			"const": "Prohibition",
			"description": "Prohibition type."
		},
		{
			"const": "Duty",
			"description": "Duty type."
		}
	]
}
