# The linter cannot understand this bit of JSON

**URL:** https://discourse.cataclysmdda.org/t/the-linter-cannot-understand-this-bit-of-json/13177
**Category:** The Garage
**Created:** [December 23, 2016, 12:17am UTC](https://discourse.cataclysmdda.org/t/the-linter-cannot-understand-this-bit-of-json/13177 "2016-12-23T00:17:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![BorkBorkGoesTheCode](https://sea2.discourse-cdn.com/flex016/user_avatar/discourse.cataclysmdda.org/borkborkgoesthecode/32/2343_2.png) [@BorkBorkGoesTheCode](https://discourse.cataclysmdda.org/u/BorkBorkGoesTheCode)
#### Post date: [December 23, 2016, 12:17am UTC](https://discourse.cataclysmdda.org/t/the-linter-cannot-understand-this-bit-of-json/13177/1 "2016-12-23T00:17:55Z")

</div>

While trying to lint json/item\_groups.json, I have encountered the following bit of JSON which the linter cannot understand:

` {
    "type" : "item_group",
    "id" : "razorclaw_nest",
    "subtype" : "distribution",
    "entries":[
      {"item":"razorclaw_roe", "repeat": [1,6]}
    ]
  },`  
Linter cannot understand “repeat”:

Is this a bug?

---

<div class="post-metadata">

### Author: ![hw3patch](https://avatars.discourse-cdn.com/v4/letter/h/51bf81/32.png) [@hw3patch](https://discourse.cataclysmdda.org/u/hw3patch)
#### Post date: [December 25, 2016, 4:16am UTC](https://discourse.cataclysmdda.org/t/the-linter-cannot-understand-this-bit-of-json/13177/2 "2016-12-25T04:16:17Z")

</div>

It’s a bug because the author meant to use “count”: [1, 6] instead. doc/ITEM\_SPAWN.md has all the information about item groups.
