Sha256: 435d7ccec4f50b7ae5a343bf91c5f40b1e37d4f146a368e702051f700720d91e

Contents?: true

Size: 1.53 KB

Versions: 17

Compression:

Stored size: 1.53 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "title": "Experience Domain",
        "description": "Schema for a single Experience Domain",
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "pattern": "^[A-Fa-f\\d]{24}$"
          },
          "experienceDomainId": {
            "type": "string",
            "pattern": "^[A-Fa-f\\d]{24}$"
          },
          "applicationId": {
            "type": "string",
            "pattern": "^[A-Fa-f\\d]{24}$"
          },
          "creationDate": {
            "type": "string",
            "format": "date-time"
          },
          "lastUpdated": {
            "type": "string",
            "format": "date-time"
          },
          "sslCert": {
            "type": "string",
            "maxLength": 32767,
            "minLength": 50
          },
          "sslBundle": {
            "type": "string",
            "maxLength": 32767,
            "minLength": 50
          },
          "domainName": {
            "type": "string",
            "maxLength": 45,
            "minLength": 3
          },
          "version": {
            "type": "string",
            "minLength": 1,
            "maxLength": 255
          }
        }
      }
    },
    "count": {
      "type": "integer"
    },
    "totalCount": {
      "type": "integer"
    },
    "applicationId": {
      "type": "string",
      "pattern": "^[A-Fa-f\\d]{24}$"
    }
  }
}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
losant_rest-1.16.5 schemas/experienceDomains.json
losant_rest-1.16.3 schemas/experienceDomains.json
losant_rest-1.16.2 schemas/experienceDomains.json
losant_rest-1.16.1 schemas/experienceDomains.json
losant_rest-1.16.0 schemas/experienceDomains.json
losant_rest-1.15.2 schemas/experienceDomains.json
losant_rest-1.15.1 schemas/experienceDomains.json
losant_rest-1.15.0 schemas/experienceDomains.json
losant_rest-1.14.1 schemas/experienceDomains.json
losant_rest-1.14.0 schemas/experienceDomains.json
losant_rest-1.13.1 schemas/experienceDomains.json
losant_rest-1.13.0 schemas/experienceDomains.json
losant_rest-1.12.0 schemas/experienceDomains.json
losant_rest-1.11.1 schemas/experienceDomains.json
losant_rest-1.11.0 schemas/experienceDomains.json
losant_rest-1.10.4 schemas/experienceDomains.json
losant_rest-1.10.3 schemas/experienceDomains.json