{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-mongodb-buildinfo-buildenvironment-structure.json", "name": "Mongodb_BuildInfo_BuildEnvironment", "description": "Mongodb_BuildInfo_BuildEnvironment schema from Asset Graph 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" } } }