TECO Energy · Schema

Tampa Electric Customer Account

A Tampa Electric customer account for electric or gas utility service.

EnergyUtilitiesElectricNatural GasSmart GridTampa BayFortune 1000

Properties

Name Type Description
accountNumber string Unique customer account number.
customerName string Account holder name.
serviceAddress object
accountType string
serviceType string
status string
currentBalance number Current account balance in USD.
dueDate string Payment due date for current balance.
paperlessBilling boolean Whether paperless billing is enabled.
View JSON Schema on GitHub

JSON Schema

teco-energy-account-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/teco-energy/main/json-schema/teco-energy-account-schema.json",
  "title": "Tampa Electric Customer Account",
  "description": "A Tampa Electric customer account for electric or gas utility service.",
  "type": "object",
  "properties": {
    "accountNumber": {
      "type": "string",
      "description": "Unique customer account number."
    },
    "customerName": {
      "type": "string",
      "description": "Account holder name."
    },
    "serviceAddress": {
      "type": "object",
      "properties": {
        "streetAddress": { "type": "string" },
        "city": { "type": "string" },
        "state": { "type": "string", "default": "FL" },
        "zipCode": { "type": "string", "pattern": "^[0-9]{5}$" }
      },
      "required": ["streetAddress", "zipCode"]
    },
    "accountType": {
      "type": "string",
      "enum": ["residential", "commercial", "industrial"]
    },
    "serviceType": {
      "type": "string",
      "enum": ["electric", "gas", "electric-and-gas"]
    },
    "status": {
      "type": "string",
      "enum": ["active", "inactive", "pending"]
    },
    "currentBalance": {
      "type": "number",
      "format": "double",
      "description": "Current account balance in USD."
    },
    "dueDate": {
      "type": "string",
      "format": "date",
      "description": "Payment due date for current balance."
    },
    "paperlessBilling": {
      "type": "boolean",
      "description": "Whether paperless billing is enabled."
    }
  },
  "required": ["accountNumber", "customerName", "serviceAddress", "accountType", "serviceType", "status"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/teco-energy-account"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.