{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-fortigate-schema.json", "title": "Fortigate", "description": "Fortigate schema from Asset Graph API", "type": "object", "properties": { "api_version": { "type": "string" }, "build": { "format": "int32", "type": "integer" }, "serial": { "type": "string" }, "status_code": { "format": "int32", "type": "integer" }, "status_msg": { "type": "string" }, "version": { "type": "string" } }, "additionalProperties": false }