Re: [Specifications] Should we introduce a property to associate operations and their target directly to an entity?

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