JFrog · Schema

PipelineSource

ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply Chain

Properties

Name Type Description
id integer
projectId integer
name string
repositoryFullName string
branch string
fileFilter string
integrationId integer
createdAt string
updatedAt string
View JSON Schema on GitHub

JSON Schema

jfrog-pipelinesource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PipelineSource",
  "title": "PipelineSource",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "projectId": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "repositoryFullName": {
      "type": "string"
    },
    "branch": {
      "type": "string"
    },
    "fileFilter": {
      "type": "string"
    },
    "integrationId": {
      "type": "integer"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time"
    }
  }
}