{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-usercredits-structure.json", "name": "UserCredits", "description": "UserCredits schema from Censys Platform API", "type": "object", "required": [ "balance" ], "additionalProperties": false, "properties": { "balance": { "type": "int64", "description": "The current credit balance for the user." }, "resets_at": { "type": "datetime", "description": "The date that the user's credits will be reset." } } }