Neynar Farcaster API schema for UserResponse
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://neynar.com/schemas/UserResponse", "title": "UserResponse", "description": "Neynar Farcaster API schema for UserResponse", "properties": { "user": { "$ref": "#/components/schemas/User" } }, "required": [ "user" ], "type": "object" }