Frostbyte · JSON Structure

Frostbyte Credit Balance Structure

Structural shape of the credit-balance response (field names, types, units).

Type: Properties: 0
Developer ToolsUtility APIsGeolocationCryptocurrencyScreenshotsDNSScrapingAI Agents

Frostbyte Credit Balance Structure is a JSON Structure definition published by Frostbyte. It conforms to the https://json-structure.org/draft/0.1 meta-schema.

Meta-schema: https://json-structure.org/draft/0.1

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/0.1",
  "$id": "https://api-evangelist.github.io/frostbyte/json-structure/frostbyte-credit-balance-structure.json",
  "title": "FrostbyteCreditBalanceStructure",
  "description": "Structural shape of the credit-balance response (field names, types, units).",
  "fields": [
    { "name": "key",        "type": "string",    "purpose": "identifier",  "sensitive": true  },
    { "name": "credits",    "type": "integer",   "purpose": "balance",     "unit": "credit"   },
    { "name": "expires_at", "type": "timestamp", "purpose": "expiry"                          },
    { "name": "expires_in", "type": "string",    "purpose": "ttl-human"                       },
    { "name": "note",       "type": "string",    "purpose": "annotation"                      }
  ]
}