Sha256: a634964a6e45a6e54083ffc0a2d8335d69ef86ef3975ecc2dfe69e123840f47f

Contents?: true

Size: 354 Bytes

Versions: 12

Compression:

Stored size: 354 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "templateId": {
      "type": "string",
      "pattern": "^[A-Fa-f\\d]{24}$"
    },
    "email": {
      "type": "string",
      "format": "email",
      "maxLength": 1024
    }
  },
  "required": [
    "templateId"
  ],
  "additionalProperties": false
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
losant_rest-1.16.0 schemas/applicationApplyTemplatePatch.json
losant_rest-1.15.2 schemas/applicationApplyTemplatePatch.json
losant_rest-1.15.1 schemas/applicationApplyTemplatePatch.json
losant_rest-1.15.0 schemas/applicationApplyTemplatePatch.json
losant_rest-1.14.1 schemas/applicationApplyTemplatePatch.json
losant_rest-1.14.0 schemas/applicationApplyTemplatePatch.json
losant_rest-1.13.1 schemas/applicationApplyTemplatePatch.json
losant_rest-1.13.0 schemas/applicationApplyTemplatePatch.json
losant_rest-1.12.0 schemas/applicationApplyTemplatePatch.json
losant_rest-1.11.1 schemas/applicationApplyTemplatePatch.json
losant_rest-1.11.0 schemas/applicationApplyTemplatePatch.json
losant_rest-1.10.4 schemas/applicationApplyTemplatePatch.json