HydraCG / Specifications

Specifications created by the Hydra W3C Community Group
Other
139 stars 25 forks source link

missing comma at example 6 #8

Closed arnau closed 11 years ago

arnau commented 11 years ago

There is a missing comma at example 6 “A representation of an issue augmented with a delete operation”. Should be:

{
  "@context": "http://purl.org/hydra/core/context.jsonld",
  "@id": "/an-issue",
  "title": "An exemplary issue representation",
  "description": "This issue can be deleted with an HTTP DELETE request",
  "operations": [
    {
      "@type": "DeleteResourceOperation",
      "method": "DELETE"
    }
  ]
}
lanthaler commented 11 years ago

Thanks a lot for reporting this Arnau. I fixed it in 70f67d43dd197e82cc99028a2d527995675b2877

arnau commented 11 years ago

I've seen some other little discrepancies I better pull-request it.

lanthaler commented 11 years ago

As long as the changes are editorial that’s fine, otherwise lets discuss them first on the mailing list.

arnau commented 11 years ago

Absolutely :) BTW, I sent two emails to the list but it seems they didn't reach. Do you know what could happen?

lanthaler commented 11 years ago

Did you get an archive approval request from W3C (see http://www.w3.org/2002/09/aa/)? Did you approve it?

arnau commented 11 years ago

Yes I did On Aug 25, 2013 11:30 AM, "Markus Lanthaler" notifications@github.com wrote:

Did you get an archive approval request from W3C (see http://www.w3.org/2002/09/aa/)? Did you approve it?

— Reply to this email directly or view it on GitHubhttps://github.com/HydraCG/Specifications/issues/8#issuecomment-23224708 .

lanthaler commented 11 years ago

OK, we had that problem before. I’ll ping W3C’s webmaster to approve your mails (unfortunately I don’t have the necessary permissions to do it myself).