{
  "$schema": "http://json-schema.org/draft-04/schema",
  "title": "TransferState",
  "description": "The state of a transfer",
  "type": "string",
  "enum": [
    "proposed",
    "prepared",
    "executed",
    "rejected"
  ]
}
