Sha256: 5a00ee090860b3dffe99e49fcd4a8ff4700be4840e7648ddaa84d14ec71df5f8

Contents?: true

Size: 1.26 KB

Versions: 17

Compression:

Stored size: 1.26 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "pattern": "^[A-Fa-f\\d]{24}$"
    },
    "experienceGroupId": {
      "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"
    },
    "name": {
      "type": "string",
      "minLength": 1,
      "maxLength": 255
    },
    "description": {
      "type": "string",
      "maxLength": 32767
    },
    "experienceUserIds": {
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^[A-Fa-f\\d]{24}$"
      },
      "maxItems": 1000
    },
    "experienceEndpointIds": {
      "type": "array",
      "items": {
        "type": "string",
        "pattern": "^[A-Fa-f\\d]{24}$"
      },
      "maxItems": 1000
    },
    "groupTags": {
      "type": "object",
      "patternProperties": {
        "^[0-9a-zA-Z_-]{1,255}$": {
          "type": "string",
          "minLength": 1,
          "maxLength": 255
        }
      },
      "additionalProperties": false
    }
  }
}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
losant_rest-1.8.6 schemas/experienceGroup.json
losant_rest-1.8.5 schemas/experienceGroup.json
losant_rest-1.8.4 schemas/experienceGroup.json
losant_rest-1.8.3 schemas/experienceGroup.json
losant_rest-1.8.2 schemas/experienceGroup.json
losant_rest-1.8.1 schemas/experienceGroup.json
losant_rest-1.8.0 schemas/experienceGroup.json
losant_rest-1.7.2 schemas/experienceGroup.json
losant_rest-1.7.1 schemas/experienceGroup.json
losant_rest-1.7.0 schemas/experienceGroup.json
losant_rest-1.6.0 schemas/experienceGroup.json
losant_rest-1.5.2 schemas/experienceGroup.json
losant_rest-1.5.1 schemas/experienceGroup.json
losant_rest-1.5.0 schemas/experienceGroup.json
losant_rest-1.4.2 schemas/experienceGroup.json
losant_rest-1.4.1 schemas/experienceGroup.json
losant_rest-1.4.0 schemas/experienceGroup.json