JFrog · Schema

PipelineSourceRequest

ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply Chain

Properties

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

JSON Schema

jfrog-pipelinesourcerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PipelineSourceRequest",
  "title": "PipelineSourceRequest",
  "type": "object",
  "properties": {
    "projectId": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "repositoryFullName": {
      "type": "string"
    },
    "branch": {
      "type": "string"
    },
    "fileFilter": {
      "type": "string"
    },
    "integrationId": {
      "type": "integer"
    }
  },
  "required": [
    "repositoryFullName",
    "branch",
    "integrationId"
  ]
}