{
  "description": "Token Offering Locked",
  "title": "AddressTokenOfferingLocked",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "total_locked",
    "total_unlocked",
    "unlock_schedule"
  ],
  "properties": {
    "total_locked": {
      "type": "string",
      "description": "Micro-STX amount still locked at current block height."
    },
    "total_unlocked": {
      "type": "string",
      "description": "Micro-STX amount unlocked at current block height."
    },
    "unlock_schedule": {
      "type": "array",
      "items": {
        "$ref": "./unlock-schedule.schema.json"
      }
    }
  }
}
