sdmp / sdmp.github.io

The main front-page and docs for the sdmp project.
https://sdmp.io
2 stars 2 forks source link

Containers #17

Closed jmhobbs closed 8 years ago

jmhobbs commented 9 years ago

According to the container page

When communicating between nodes and when publishing resources, 
the data is placed inside a JSON Web Signature (JWS) object. This 
JSON object is the SDMP container, and must be used for all 
communication and for all published content in the SDMP.

Is this the container schema?

Or is there some higher level wrapper for resources?

Also, what is the payload schema for? It seems to just be a thinner version of the container.

saibotsivad commented 8 years ago

I believe I have cleared this up with https://github.com/sdmp/sdmp.github.io/pull/22 where I describe "containers" and "resources" a bit more clearly.

Please feel free to re-open this issue once this pull request is merged, if it does not answer your question to your satisfaction.