JFrog · Schema

ReplicationConfig

ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply Chain

Properties

Name Type Description
repoKey string
url string
socketTimeoutMillis integer
username string
password string
enableEventReplication boolean
enabled boolean
cronExp string
syncDeletes boolean
syncProperties boolean
syncStatistics boolean
pathPrefix string
View JSON Schema on GitHub

JSON Schema

jfrog-replicationconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReplicationConfig",
  "title": "ReplicationConfig",
  "type": "object",
  "properties": {
    "repoKey": {
      "type": "string"
    },
    "url": {
      "type": "string",
      "format": "uri"
    },
    "socketTimeoutMillis": {
      "type": "integer"
    },
    "username": {
      "type": "string"
    },
    "password": {
      "type": "string"
    },
    "enableEventReplication": {
      "type": "boolean"
    },
    "enabled": {
      "type": "boolean"
    },
    "cronExp": {
      "type": "string"
    },
    "syncDeletes": {
      "type": "boolean"
    },
    "syncProperties": {
      "type": "boolean"
    },
    "syncStatistics": {
      "type": "boolean"
    },
    "pathPrefix": {
      "type": "string"
    }
  }
}