Sha256: 9462f20077940f822c60568eb9c54b8478bf74d1a67db56b739be1f8fb7e4e5e

Contents?: true

Size: 1.01 KB

Versions: 18

Compression:

Stored size: 1.01 KB

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id": {
        "type": "string",
        "pattern": "^[A-Fa-f\\d]{24}$"
      },
      "name": {
        "type": "string"
      },
      "metadata": {
        "type": "object"
      },
      "viewType": {
        "type": "string"
      },
      "version": {
        "type": "string"
      },
      "_type": {
        "type": "string",
        "enum": [
          "applicationApiToken",
          "dashboard",
          "dataTable",
          "deviceRecipe",
          "device",
          "experienceDomain",
          "event",
          "experienceEndpoint",
          "experienceGroup",
          "experienceSlug",
          "experienceUser",
          "experienceVersion",
          "experienceView",
          "file",
          "flow",
          "integration",
          "webhook",
          "notebook"
        ]
      }
    },
    "required": [
      "id",
      "name",
      "_type"
    ]
  }
}

Version data entries

18 entries across 18 versions & 1 rubygems

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