API schema
Schema

FTStatsList

Array of FTStats objects

Type: object

Properties

NameTypeDescription
statslistarray of FTStats
errerr

Example shape

{
  "statslist": [
    {
      "example": "FTStats"
    }
  ],
  "err": {
    "example": "err"
  }
}