web-payments / web-payments.org

Web Payments website and core specifications
https://web-payments.org/
29 stars 13 forks source link

/.well-known/web-keys uses wrong context #2

Open msporny opened 11 years ago

msporny commented 11 years ago

The current /.well-known/web-keys returns this:

{
  "@context": "http://purl.org/payswarm/v1",
  "publicKeyService": "https://dev.payswarm.com/i?form=register"
}

When it really should return this (note the change in @context):

{
  "@context": "http://purl.org/web-keys/v1",
  "publicKeyService": "https://dev.payswarm.com/i?form=register"
}