JFrog · Schema

Integration

ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply Chain

Properties

Name Type Description
id integer
name string
masterIntegrationId integer
masterIntegrationName string
projectId integer
createdAt string
updatedAt string
View JSON Schema on GitHub

JSON Schema

jfrog-integration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Integration",
  "title": "Integration",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "masterIntegrationId": {
      "type": "integer"
    },
    "masterIntegrationName": {
      "type": "string"
    },
    "projectId": {
      "type": "integer"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time"
    }
  }
}