{
  "title": "PoxStacker",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "stacker_address",
    "stacked_amount",
    "pox_address",
    "stacker_type"
  ],
  "properties": {
    "stacker_address": {
      "type": "string"
    },
    "stacked_amount": {
      "type": "string"
    },
    "pox_address": {
      "type": "string"
    },
    "stacker_type": {
      "type": "string",
      "enum": ["solo", "pooled"]
    }
  }
}
