{
  "description": "POST request that initiates a transfer of tokens to a specified testnet address",
  "title": "RunFaucetResponse",
  "type": "object",
  "additionalProperties": false,
  "required": ["success"],
  "properties": {
    "success": {
      "type": "boolean",
      "description": "Indicates if the faucet call was successful"
    },
    "txId": {
      "type": "string",
      "description": "The transaction ID for the faucet call"
    },
    "txRaw": {
      "type": "string",
      "description": "Raw transaction in hex string representation"
    }
  }
}
