Sha256: 997a552e7a7376e289d6fb29e9872e19053edfb99f612697e6d30b537fdfc974

Contents?: true

Size: 973 Bytes

Versions: 5

Compression:

Stored size: 973 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "minLength": 1,
      "maxLength": 255
    },
    "description": {
      "type": "string",
      "maxLength": 32767
    },
    "layoutId": {
      "type": [
        "string",
        "null"
      ],
      "pattern": "^[A-Fa-f\\d]{24}$"
    },
    "body": {
      "type": "string",
      "maxLength": 131072
    },
    "viewTags": {
      "type": "object",
      "patternProperties": {
        "^[0-9a-zA-Z_-]{1,255}$": {
          "type": "string",
          "minLength": 1,
          "maxLength": 255
        }
      },
      "additionalProperties": false
    },
    "headers": {
      "type": "object",
      "properties": {
        "content-type": {
          "type": "string",
          "minLength": 1,
          "maxLength": 255
        }
      },
      "additionalProperties": false
    }
  },
  "additionalProperties": false
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
losant_rest-1.21.0 schemas/experienceViewPatch.json
losant_rest-1.20.1 schemas/experienceViewPatch.json
losant_rest-1.20.0 schemas/experienceViewPatch.json
losant_rest-1.19.9 schemas/experienceViewPatch.json
losant_rest-1.19.8 schemas/experienceViewPatch.json