Sha256: 3cde34b61dfba1d70f9a989ec6562fe3a8d1edd733f8e8a6d67103019e5a8fd8

Contents?: true

Size: 513 Bytes

Versions: 38

Compression:

Stored size: 513 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "flowId": {
      "type": "string",
      "pattern": "^[A-Fa-f\\d]{24}$"
    },
    "oldVersion": {
      "type": "string",
      "minLength": 1,
      "maxLength": 255
    },
    "newVersion": {
      "type": [
        "string",
        "null"
      ],
      "minLength": 1,
      "maxLength": 255
    }
  },
  "additionalProperties": false,
  "required": [
    "flowId",
    "oldVersion",
    "newVersion"
  ]
}

Version data entries

38 entries across 19 versions & 1 rubygems

Version Path
losant_rest-1.21.0 schemas/embeddedDeploymentReplace.json
losant_rest-1.21.0 schemas/edgeDeploymentReplace.json
losant_rest-1.20.1 schemas/embeddedDeploymentReplace.json
losant_rest-1.20.1 schemas/edgeDeploymentReplace.json
losant_rest-1.20.0 schemas/edgeDeploymentReplace.json
losant_rest-1.20.0 schemas/embeddedDeploymentReplace.json
losant_rest-1.19.9 schemas/embeddedDeploymentReplace.json
losant_rest-1.19.9 schemas/edgeDeploymentReplace.json
losant_rest-1.19.8 schemas/embeddedDeploymentReplace.json
losant_rest-1.19.8 schemas/edgeDeploymentReplace.json
losant_rest-1.19.6 schemas/embeddedDeploymentReplace.json
losant_rest-1.19.6 schemas/edgeDeploymentReplace.json
losant_rest-1.19.4 schemas/embeddedDeploymentReplace.json
losant_rest-1.19.4 schemas/edgeDeploymentReplace.json
losant_rest-1.19.3 schemas/edgeDeploymentReplace.json
losant_rest-1.19.3 schemas/embeddedDeploymentReplace.json
losant_rest-1.19.2 schemas/edgeDeploymentReplace.json
losant_rest-1.19.2 schemas/embeddedDeploymentReplace.json
losant_rest-1.19.1 schemas/embeddedDeploymentReplace.json
losant_rest-1.19.1 schemas/edgeDeploymentReplace.json