{
  "description": "Unlock schedule amount and block height",
  "title": "AddressUnlockSchedule",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "amount",
    "block_height"
  ],
  "properties": {
    "amount": {
      "type": "string",
      "description": "Micro-STX amount locked at this block height."
    },
    "block_height": {
      "type": "number"
    }
  }
}
