Sha256: 29b8528fe533e2236a715706db42cb8d8c39ae2b858f1d188dac99242cce1c62

Contents?: true

Size: 423 Bytes

Versions: 19

Compression:

Stored size: 423 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "fileSize": {
      "type": "number"
    },
    "contentType": {
      "type": "string",
      "maxLength": 1024
    },
    "fileDimensions": {
      "type": "object",
      "properties": {
        "width": {
          "type": "number"
        },
        "height": {
          "type": "number"
        }
      }
    }
  }
}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
losant_rest-1.21.0 schemas/filePatch.json
losant_rest-1.20.1 schemas/filePatch.json
losant_rest-1.20.0 schemas/filePatch.json
losant_rest-1.19.9 schemas/filePatch.json
losant_rest-1.19.8 schemas/filePatch.json
losant_rest-1.19.6 schemas/filePatch.json
losant_rest-1.19.4 schemas/filePatch.json
losant_rest-1.19.3 schemas/filePatch.json
losant_rest-1.19.2 schemas/filePatch.json
losant_rest-1.19.1 schemas/filePatch.json
losant_rest-1.19.0 schemas/filePatch.json
losant_rest-1.18.0 schemas/filePatch.json
losant_rest-1.17.5 schemas/filePatch.json
losant_rest-1.17.4 schemas/filePatch.json
losant_rest-1.17.3 schemas/filePatch.json
losant_rest-1.17.2 schemas/filePatch.json
losant_rest-1.17.1 schemas/filePatch.json
losant_rest-1.17.0 schemas/filePatch.json
losant_rest-1.16.6 schemas/filePatch.json