JFrog · Schema
BuildInfo
ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply Chain
Properties
| Name | Type | Description |
|---|---|---|
| buildInfo | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/BuildInfo",
"title": "BuildInfo",
"type": "object",
"properties": {
"buildInfo": {
"type": "object",
"properties": {
"version": {
"type": "string"
},
"name": {
"type": "string"
},
"number": {
"type": "string"
},
"type": {
"type": "string"
},
"buildAgent": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"agent": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"version": {
"type": "string"
}
}
},
"started": {
"type": "string",
"format": "date-time"
},
"durationMillis": {
"type": "integer"
},
"modules": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"artifacts": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"sha1": {
"type": "string"
},
"sha256": {
"type": "string"
},
"md5": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
}
}
}
}
}
}
}