Censys · Schema

SupplyChainSearchSuppliersPayload

SupplyChainSearchSuppliersPayload schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
suppliers arraynull Suppliers matching the search keywords.
View JSON Schema on GitHub

JSON Schema

platform-supplychainsearchsupplierspayload-schema.json Raw ↑
{
  "$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
}