{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/guardianset", "title": "github_com_wormhole-foundation_wormhole-explorer_api_routes_guardian_guardian.GuardianSet", "type": "object", "properties": { "addresses": { "type": "array", "items": { "type": "string" } }, "index": { "type": "integer" } } }