{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-members-schema.json", "title": "Members", "description": "Members schema from Censys Platform API", "type": "object", "properties": { "client_urls": { "items": { "type": "string" }, "type": [ "array", "null" ] }, "id": { "type": "string" }, "name": { "type": "string" }, "peer_urls": { "items": { "type": "string" }, "type": [ "array", "null" ] } }, "additionalProperties": false }