Sha256: 2c2dcca00754e1bae912f9562450cc3647ccbff4eb7e5d6c17f6cbd0b9e16a83

Contents?: true

Size: 819 Bytes

Versions: 10

Compression:

Stored size: 819 Bytes

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "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": 1024,
      "minLength": 3
    }
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
losant_rest-1.7.2 schemas/experienceDomain.json
losant_rest-1.7.1 schemas/experienceDomain.json
losant_rest-1.7.0 schemas/experienceDomain.json
losant_rest-1.6.0 schemas/experienceDomain.json
losant_rest-1.5.2 schemas/experienceDomain.json
losant_rest-1.5.1 schemas/experienceDomain.json
losant_rest-1.5.0 schemas/experienceDomain.json
losant_rest-1.4.2 schemas/experienceDomain.json
losant_rest-1.4.1 schemas/experienceDomain.json
losant_rest-1.4.0 schemas/experienceDomain.json