{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/watttime/refs/heads/main/json-structure/watttime-login-response-structure.json", "name": "LoginResponse", "description": "LoginResponse schema from WattTime API", "type": "object", "properties": { "token": { "type": "string", "description": "JWT bearer token for subsequent API requests. Expires after 30 minutes.", "example": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.example" } } }