Sha256: 0269a6478476b2c15b5fa26ed24cf6a28b8ca8c67b02dd568f305f47b752f053

Contents?: true

Size: 513 Bytes

Versions: 48

Compression:

Stored size: 513 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/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

48 entries across 40 versions & 1 rubygems

Version Path
losant_rest-1.8.0 schemas/edgeDeploymentReplace.json
losant_rest-1.7.2 schemas/edgeDeploymentReplace.json
losant_rest-1.7.1 schemas/edgeDeploymentReplace.json
losant_rest-1.7.0 schemas/edgeDeploymentReplace.json
losant_rest-1.6.0 schemas/edgeDeploymentReplace.json
losant_rest-1.5.2 schemas/edgeDeploymentReplace.json
losant_rest-1.5.1 schemas/edgeDeploymentReplace.json
losant_rest-1.5.0 schemas/edgeDeploymentReplace.json