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