{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/governor-govstatuschainemitter", "title": "governor.GovStatusChainEmitter", "type": "object", "properties": { "emitterAddress": { "type": "string" }, "enqueuedVaas": {}, "totalEnqueuedVaas": { "type": "integer" } } }