{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-etcd-v2-schema.json", "title": "Etcd_V2", "description": "Etcd_V2 schema from Censys Platform API", "type": "object", "properties": { "auth": { "$ref": "#/components/schemas/Auth" }, "members": { "items": { "$ref": "#/components/schemas/Members" }, "type": [ "array", "null" ] }, "total_keys": { "format": "int32", "minimum": 0, "type": "integer" } }, "additionalProperties": false }