{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://neynar.com/schemas/Network", "title": "Network", "description": "A blockchain network e.g. \"ethereum\", \"optimism\", \"base\", \"arbitrum\"", "enum": [ "ethereum", "optimism", "base", "arbitrum" ], "type": "string" }