From cbeeb0744600c6675614c3a9e6f5c07523f9f404 Mon Sep 17 00:00:00 2001 From: sebbader-sap <107036549+sebbader-sap@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:51:07 +0100 Subject: [PATCH] fix reference to class name for "Offer" (#246) --- negotiation/message/schema/contract-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/negotiation/message/schema/contract-schema.json b/negotiation/message/schema/contract-schema.json index 96e1ed4..a489418 100644 --- a/negotiation/message/schema/contract-schema.json +++ b/negotiation/message/schema/contract-schema.json @@ -102,7 +102,7 @@ ], "required": [ "@type", "odrl:assigner" ] }, - "#/definitions/Offer": { + "Offer": { "type": "object", "allOf": [ {