{
  "id": "tradle.ShareContext",
  "title": "Share Context",
  "type": "tradle.Model",
  "properties": {
    "context": {
      "type": "object",
      "ref": "tradle.ProductApplication"
    },
    "with": {
      "type": "array",
      "items": {
        "type": "object",
        "ref": "tradle.Identity"
      }
    }
  },
  "required": [
    "with",
    "context"
  ]
}
