{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "name": "methodRefreshed",
  "type": "object",
  "properties": {
    "token": {
      "type": "string",
      "description": "Full method ID to use in future calls to chargeHive"
    },
    "method": {
      "$ref": "method.json"
    },
    "meta": {
      "type": "object",
      "description": "Additional response information"
    }
  }
}