Sha256: 0ad7b8a53a9b51a7dda62173ce36805bacc1fc8d4b083375fdc62ebfec94d120

Contents?: true

Size: 881 Bytes

Versions: 6

Compression:

Stored size: 881 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "destinationId": {
      "type": "string",
      "pattern": "^[A-Fa-f\\d]{24}$"
    },
    "destinationType": {
      "type": "string",
      "enum": [
        "user",
        "organization"
      ]
    },
    "applicationIds": {
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^[A-Fa-f\\d]{24}$"
      }
    },
    "dashboardIds": {
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^[A-Fa-f\\d]{24}$"
      }
    },
    "solutionIds": {
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^[A-Fa-f\\d]{24}$"
      }
    },
    "strict": {
      "type": "boolean"
    }
  },
  "additionalProperties": false,
  "required": [
    "destinationId",
    "destinationType"
  ]
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
losant_rest-1.1.2 schemas/resourceTransfer.json
losant_rest-1.1.1 schemas/resourceTransfer.json
losant_rest-1.1.0 schemas/resourceTransfer.json
losant_rest-1.0.8 schemas/resourceTransfer.json
losant_rest-1.0.7 schemas/resourceTransfer.json
losant_rest-1.0.6 schemas/resourceTransfer.json