{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/w3c-odrl/OdrlProhibition",
	"title": "OdrlProhibition",
	"description": "Interface for Prohibition Rules.\nhttps://www.w3.org/TR/odrl-model/#prohibition",
	"type": "object",
	"properties": {
		"remedy": {
			"anyOf": [
				{
					"$ref": "https://schema.twindev.org/w3c-odrl/OdrlDuty"
				},
				{
					"type": "array",
					"items": {
						"$ref": "https://schema.twindev.org/w3c-odrl/OdrlDuty"
					}
				}
			],
			"description": "The remedies that must be fulfilled if prohibition is violated."
		}
	},
	"allOf": [
		{
			"$ref": "https://schema.twindev.org/w3c-odrl/OdrlRule"
		}
	]
}
