{
  "condition": "minecraft:entity_scores",
  "entity": "this",
  "scores": {
    "ids": {
      "min": {
        "type": "minecraft:score",
        "target": {
          "type": "minecraft:fixed",
          "name": "$tempID"
        },
        "score": "ids"
      },
      "max": {
        "type": "minecraft:score",
        "target": {
          "type": "minecraft:fixed",
          "name": "$tempID"
        },
        "score": "ids"
      }
    }
  }
}