Skip to content

Commit

Permalink
Merge pull request #121 from SimonSchreinermacher/master
Browse files Browse the repository at this point in the history
Allow Recipient fields to have type Service
  • Loading branch information
b-tix GmbH authored Oct 30, 2023
2 parents 4089aa1 + 648137e commit dd47f51
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/AuthorizeAction.src.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
{ "@id": "http://schema4i.org/ContactPoint" },
{ "@id": "http://schema4i.org/Organization" },
{ "@id": "http://schema4i.org/Person" },
{ "@id": "http://schema4i.org/UserAccount" }
{ "@id": "http://schema4i.org/UserAccount" },
{ "@id": "http://schema4i.org/Service" }
]
},
"context": {
Expand Down
3 changes: 2 additions & 1 deletion src/CommunicateAction.src.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"Recipient": [
{ "@id": "http://schema4i.org/ContactPoint" },
{ "@id": "http://schema4i.org/Organization" },
{ "@id": "http://schema4i.org/Person" }
{ "@id": "http://schema4i.org/Person" },
{ "@id": "http://schema4i.org/Service" }
]
},
"context": {
Expand Down
9 changes: 6 additions & 3 deletions src/Message.src.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,24 @@
{ "@id": "http://schema4i.org/Organization" },
{ "@id": "http://schema4i.org/Person" },
{ "@id": "http://schema4i.org/Credentials" },
{ "@id": "http://schema4i.org/UserAccount" }
{ "@id": "http://schema4i.org/UserAccount" },
{ "@id": "http://schema4i.org/Service" }
],
"CCRecipient": [
{ "@id": "http://schema4i.org/ContactPoint" },
{ "@id": "http://schema4i.org/Organization" },
{ "@id": "http://schema4i.org/Person" },
{ "@id": "http://schema4i.org/Credentials" },
{ "@id": "http://schema4i.org/UserAccount" }
{ "@id": "http://schema4i.org/UserAccount" },
{ "@id": "http://schema4i.org/Service" }
],
"Recipient": [
{ "@id": "http://schema4i.org/ContactPoint" },
{ "@id": "http://schema4i.org/Organization" },
{ "@id": "http://schema4i.org/Person" },
{ "@id": "http://schema4i.org/Credentials" },
{ "@id": "http://schema4i.org/UserAccount" }
{ "@id": "http://schema4i.org/UserAccount" },
{ "@id": "http://schema4i.org/Service" }
],
"Sender": [
{ "@id": "http://schema4i.org/ContactPoint" },
Expand Down
3 changes: 2 additions & 1 deletion src/SendAction.src.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"Recipient": [
{ "@id": "http://schema4i.org/ContactPoint" },
{ "@id": "http://schema4i.org/Organization" },
{ "@id": "http://schema4i.org/Person" }
{ "@id": "http://schema4i.org/Person" },
{ "@id": "http://schema4i.org/Service" }
]
},
"context": {
Expand Down

0 comments on commit dd47f51

Please sign in to comment.