{ "$schema": "https://json-structure.org/meta/core/v0/#", "name": "AccessToken", "description": "An OAuth access token, returned by the access-token endpoints.", "$id": "https://raw.githubusercontent.com/api-evangelist/stackexchange/refs/heads/main/json-structure/stackexchange-api-v2-3-access-token-structure.json", "type": "object", "properties": { "access_token": { "type": "string" }, "expires_on_date": { "type": "int64" }, "account_id": { "type": "int64" }, "scope": { "type": "array", "items": { "type": "string" } } } }