Censys · JSON Structure

Platform Mongodb Buildinfo Buildenvironment Structure

Mongodb_BuildInfo_BuildEnvironment schema from Censys Platform API

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

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

Properties

cc cc_flags cxx cxx_flags dist_arch dist_mod link_flags target_arch target_os

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-mongodb-buildinfo-buildenvironment-structure.json",
  "name": "Mongodb_BuildInfo_BuildEnvironment",
  "description": "Mongodb_BuildInfo_BuildEnvironment schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "cc": {
      "type": "string"
    },
    "cc_flags": {
      "type": "string"
    },
    "cxx": {
      "type": "string"
    },
    "cxx_flags": {
      "type": "string"
    },
    "dist_arch": {
      "type": "string"
    },
    "dist_mod": {
      "type": "string"
    },
    "link_flags": {
      "type": "string"
    },
    "target_arch": {
      "type": "string"
    },
    "target_os": {
      "type": "string"
    }
  }
}