{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-searchaggregateresponsebucket-structure.json", "name": "SearchAggregateResponseBucket", "description": "SearchAggregateResponseBucket schema from Censys Platform API", "type": "object", "required": [ "key", "count" ], "additionalProperties": false, "properties": { "count": { "type": "int64" }, "key": { "type": "string" } } }