{
  "id": "tradle.Partial",
  "type": "tradle.Model",
  "title": "Partial",
  "properties": {
    "resource": {
      "type": "object",
      "ref": "tradle.Message"
    },
    "provider": {
      "type": "object",
      "readOnly": true,
      "ref": "tradle.Organization",
      "displayName": true
    },
    "root": {
      "type": "object",
      "readOnly": true,
      "inlined": true,
      "ref": "tradle.MerkleNode"
    },
    "proof": {
      "type": "array",
      "readOnly": true,
      "inlined": true,
      "items": {
        "ref": "tradle.MerkleNode"
      }
    },
    "leaves": {
      "type": "array",
      "readOnly": true,
      "inlined": true,
      "items": {
        "ref": "tradle.MerkleLeaf"
      }
    },
    "sig": {
      "type": "string",
      "readOnly": true
    },
    "type": {
      "type": "string",
      "readOnly": true
    },
    "context": {
      "type": "string",
      "readOnly": true
    }
  }
}