{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.wormholescan.io/schemas/infrastructure-versionresponse", "title": "infrastructure.VersionResponse", "type": "object", "properties": { "build": { "type": "string" }, "build_date": { "type": "string" }, "version": { "type": "string" } } }