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