{
  "$schema": "http://json-schema.org/draft-04/schema",
  "title": "TransferStateReceipt",
  "description": "Signed receipt",
  "type": "object",
  "allOf": [
    { "$ref": "SignedMessageTemplate.json" }
  ]
}
