{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-supplychainsearchsupplierspayload-schema.json", "title": "SupplyChainSearchSuppliersPayload", "description": "SupplyChainSearchSuppliersPayload schema from Censys Platform API", "type": "object", "properties": { "suppliers": { "description": "Suppliers matching the search keywords.", "items": { "$ref": "#/components/schemas/SupplyChainSupplier" }, "type": [ "array", "null" ] } }, "required": [ "suppliers" ], "additionalProperties": false }