{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EvkVaultBatchMeta", "type": "object", "properties": { "count": { "type": "integer" }, "requested": { "type": "integer" }, "notFound": { "type": "array", "items": { "type": "string" } }, "timestamp": { "type": "string", "format": "date-time" }, "chainId": { "type": "string" } } }