{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/w3c-odrl/OdrlStatusType",
	"title": "OdrlStatusType",
	"description": "The types for ODRL Status.",
	"oneOf": [
		{
			"const": "active",
			"description": "Active type."
		},
		{
			"const": "inactive",
			"description": "Inactive type."
		},
		{
			"const": "pending",
			"description": "Pending type."
		},
		{
			"const": "revoked",
			"description": "Revoked type."
		}
	]
}
