{"$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/sp-global/main/json-schema/kensho-nerd-annotation-schema.json", "title": "Kensho NERD Annotation", "description": "Top-level entity from the Kensho NERD API (me_response).", "$ref": "#/$defs/me_response", "$defs": {"me_response": {"example": {"scopes": ["openid", "email"], "email": "me@legos.com", "uid": "uid value", "token": "super_secret_token"}, "properties": {"scopes": {"items": {"type": "string"}, "type": "array"}, "email": {"type": "string"}, "uid": {"type": "string"}, "token": {"type": "string"}}}}}