Skip to content

Commit 7304a0b

Browse files
authored
fix: remove assigner property from examples where appropriate (#216)
fix: remove assigner property where it's not in the schemas
1 parent b901ee6 commit 7304a0b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

artifacts/src/main/resources/catalog/example/dataset.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
{
99
"@type": "Offer",
1010
"@id": "urn:uuid:2828282:3dd1add8-4d2d-569e-d634-8394a8836a88",
11-
"assigner": "http://example.com/Provider",
1211
"permission": [
1312
{
1413
"action": "use",

artifacts/src/main/resources/negotiation/example/contract-offer-message_initial.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"offer": {
88
"@type": "Offer",
99
"@id": "urn:uuid:d526561f-528e-4d5a-ae12-9a9dd9b7a518",
10-
"assigner": "urn:tsdshhs636378",
1110
"target": "urn:uuid:3dd1add8-4d2d-569e-d634-8394a8836a88",
1211
"permission": [
1312
{

0 commit comments

Comments
 (0)