Sha256: e2d4aa7145b4ef0c53df0165591b53850b8b568bf3e2e25f9a65412de6bfadb2

Contents?: true

Size: 1.53 KB

Versions: 19

Compression:

Stored size: 1.53 KB

Contents

{
  "$schema": "http://json-schema.org/draft-07/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

19 entries across 19 versions & 1 rubygems

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