Sha256: af465d5f244ba55aa37b6b477cbd9e4cdb9237fc3903129a3f2bbef51b1e97e0

Contents?: true

Size: 1.21 KB

Versions: 19

Compression:

Stored size: 1.21 KB

Contents

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "title": "Application Template Category",
        "description": "Schema for a single Application Template Category",
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "pattern": "^[A-Fa-f\\d]{24}$"
          },
          "parentId": {
            "type": "string",
            "pattern": "^[A-Fa-f\\d]{24}$"
          },
          "name": {
            "type": "string",
            "minLength": 1,
            "maxLength": 255
          },
          "description": {
            "type": "string",
            "maxLength": 32767
          },
          "resourceTypes": {
            "type": "array",
            "items": {
              "type": "string",
              "enum": [
                "DeviceRecipe",
                "CustomNode"
              ]
            },
            "maxItems": 100
          }
        }
      }
    },
    "baseId": {
      "type": "string",
      "pattern": "^[A-Fa-f\\d]{24}$"
    },
    "count": {
      "type": "integer"
    },
    "totalCount": {
      "type": "integer"
    }
  }
}

Version data entries

19 entries across 19 versions & 1 rubygems

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