Skip to content

Instantly share code, notes, and snippets.

@dschulten
Last active August 29, 2015 14:06
Show Gist options
  • Save dschulten/3658780514df75103e4e to your computer and use it in GitHub Desktop.
Save dschulten/3658780514df75103e4e to your computer and use it in GitHub Desktop.
Editable event
{
"@context": {
"@vocab": "http://schema.org",
"hydra": "http://www.w3.org/ns/hydra/core#"
},
"@id": "http://www.markus-lanthaler.com/hydra/event-api/events/1",
"@type": "Event",
"name": "Walk off the Earth - REVO tour",
"description": "Live in concert",
"startDate": "2014-06-14T20:00:00Z",
"endDate": "2004-06-14T23:34:30Z"
"hydra:operation": [
"hydra:DeleteResourceOperation",
{
"@type": "hydra:ReplaceResourceOperation",
"method": "DELETE",
"hydra:supportedProperty" : [
{ "property" :"name" },
{ "property" : "description"},
{ "property" : "startDate"},
{ "property" : "endDate"},
{
"property": "performer",
"required" : false,
"hydra:supportedProperty" : [
{ "property" : "name" }
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment