{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/wordnik/refs/heads/main/json-structure/wordnik-authentication-token-structure.json", "name": "AuthenticationToken", "description": "AuthenticationToken schema from Wordnik", "type": "object", "properties": { "token": { "type": "string" }, "userId": { "type": "int64" }, "userSignature": { "type": "string" } } }