{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-network-mobileinfo-structure.json", "name": "Network_MobileInfo", "description": "Network_MobileInfo schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "carrier_name": { "type": "string", "description": "The name of the mobile carrier." }, "mcc": { "type": "string", "description": "The Mobile Country Code, identifying the country of the mobile network." }, "mnc": { "type": "string", "description": "The Mobile Network Code, identifying the specific carrier network." } } }