Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
  "http://c2.io/claims": [
    {
      "type": "http://www.example.com/ABC",
      "value": {
        {"param": 18},
        {"param2": "foo"}
      }
    }
  ]
}

This example represents a claim supplied in response to the previous example, with a param attribute that conforms to the template and an additional attribute param2.

...