Censys · JSON Structure

Platform Supplychainsupplier Structure

SupplyChainSupplier schema from Censys Platform API

Type: object Properties: 9 Required: 9
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

SupplyChainSupplier is a JSON Structure definition published by Censys, describing 9 properties, of which 9 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

city continent country description display_name id legal_name region status

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-supplychainsupplier-structure.json",
  "name": "SupplyChainSupplier",
  "description": "SupplyChainSupplier schema from Censys Platform API",
  "type": "object",
  "required": [
    "id",
    "display_name",
    "legal_name",
    "description",
    "city",
    "region",
    "country",
    "continent",
    "status"
  ],
  "additionalProperties": false,
  "properties": {
    "city": {
      "type": "string",
      "description": "Supplier headquarters city."
    },
    "continent": {
      "type": "string",
      "description": "Supplier headquarters continent."
    },
    "country": {
      "type": "string",
      "description": "Supplier headquarters country."
    },
    "description": {
      "type": "string",
      "description": "Supplier description."
    },
    "display_name": {
      "type": "string",
      "description": "Supplier display name."
    },
    "id": {
      "type": "uuid",
      "description": "Supplier ID."
    },
    "legal_name": {
      "type": "string",
      "description": "Supplier legal name."
    },
    "region": {
      "type": "string",
      "description": "Supplier headquarters region or state."
    },
    "status": {
      "type": "string",
      "description": "Supplier status."
    }
  }
}