{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-jenkins-structure.json", "name": "Jenkins", "description": "Jenkins schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "assigned_labels": { "type": [ "array", "null" ], "items": { "$ref": "#/components/schemas/Jenkins_Label" } }, "jobs": { "type": [ "array", "null" ], "items": { "$ref": "#/components/schemas/Jenkins_Job" } }, "mode": { "type": "string" }, "node_description": { "type": "string" }, "node_name": { "type": "string" }, "slave_agent_port": { "type": "int32" }, "use_security": { "type": "boolean" } } }