{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/w3c-odrl/OdrlRightOperandType",
	"title": "OdrlRightOperandType",
	"description": "The types for ODRL Right Operand Types.",
	"oneOf": [
		{
			"const": "odrl:policyUsage",
			"description": "Reference to policy usage events"
		}
	]
}
