Censys · JSON Structure

Asset Graph Postgres Structure

Postgres schema from Asset Graph API

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

Postgres is a JSON Structure definition published by Censys, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

protocol_error startup_error supported_versions

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/asset-graph-postgres-structure.json",
  "name": "Postgres",
  "description": "Postgres schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "protocol_error": {
      "type": "object",
      "description": "The error received in response to a StartupMessage with an unexpected protocol version.",
      "additionalProperties": {
        "type": "string"
      }
    },
    "startup_error": {
      "type": "object",
      "description": "The error received in response to a StartupMessage without providing the User field.",
      "additionalProperties": {
        "type": "string"
      }
    },
    "supported_versions": {
      "type": "string"
    }
  }
}