- From: Tomasz Pluskiewicz via GitHub <sysbot+gh@w3.org>
- Date: Thu, 22 Dec 2016 12:46:56 +0000
- To: public-hydra-logs@w3.org
Is that how a complete example would look like?
``` json
{
"@context": {},
"@type": "Event",
"name": "John's Birthday Party",
"operations": {
"@type": "RsvpAction",
"target": "https://events-organizer.com/rsvp?eventId=123",
"method": "POST",
"expects": {
"supportedProperties": {
"property": "rsvpStatus",
"required": true
}
}
}
}
```
--
GitHub Notification of comment by tpluscode
Please view or discuss this issue at
https://github.com/HydraCG/Specifications/issues/3#issuecomment-268792700
using your GitHub account
Received on Thursday, 22 December 2016 12:46:58 UTC