{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/governor-enqueuedvaas", "title": "governor.EnqueuedVaas", "type": "object", "properties": { "chainId": { "$ref": "#/definitions/vaa.ChainID" }, "enqueuedVaas": { "type": "array", "items": { "$ref": "#/definitions/governor.EnqueuedVaa" } } } }