{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ListNetworkTokensResponse", "title": "ListNetworkTokensResponse", "properties": { "networkTokens": { "description": "List of network tokens.", "items": { "$ref": "#/components/schemas/NetworkToken" }, "type": "array" } }, "type": "object" }