Censys · JSON Structure

Asset Graph Jenkins Job Structure

Jenkins_Job schema from Asset Graph API

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

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

Properties

description last_build name url

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/asset-graph-jenkins-job-structure.json",
  "name": "Jenkins_Job",
  "description": "Jenkins_Job schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "description": {
      "type": "string"
    },
    "last_build": {
      "$ref": "#/components/schemas/Jenkins_Build"
    },
    "name": {
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  }
}