Sha256: 5f740937c8196114236c866921c38d7a270c1619baac8bc61a2278ffee3f5626

Contents?: true

Size: 637 Bytes

Versions: 21

Compression:

Stored size: 637 Bytes

Contents

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

Version data entries

21 entries across 21 versions & 1 rubygems

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