Skip to content

Instantly share code, notes, and snippets.

@dschulten
Created September 21, 2014 15:21
Show Gist options
  • Save dschulten/c1aec580a25360df098a to your computer and use it in GitHub Desktop.
Save dschulten/c1aec580a25360df098a to your computer and use it in GitHub Desktop.
Event list with POST operation
{
"@context": {
"@vocab": "http://schema.org",
"hydra": "http://www.w3.org/ns/hydra/core#"
},
"@id": "http://www.markus-lanthaler.com/hydra/event-api/events/",
"@type": "hydra:Collection",
"hydra:member": [
{
"@id": "http://www.markus-lanthaler.com/hydra/event-api/events/1",
"@type" : "hydra:Link"
},
{
"@id": "http://www.markus-lanthaler.com/hydra/event-api/events/2",
"@type" : "hydra:Link"
}
],
"hydra:operation": [
{
"@id": "hydra:CreateResourceOperation",
"hydra:supportedProperty" : [
"name",
"description",
"startDate",
"endDate",
{
"@id": "performer",
"required" : false,
"hydra:supportedProperty" : [
"name"
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment