{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/cloudflare-kv/json-schema/workers-kv_api-response-collection.json", "title": "Api Response Collection", "allOf": [ { "$ref": "#/components/schemas/workers-kv_api-response-common" }, { "properties": { "result_info": { "$ref": "#/components/schemas/workers-kv_result_info" } }, "type": "object" } ], "type": "object" }