{
  "r": 3,
  "p": {
    "t": "SHiRE Academy Round 3",
    "g": "Parameter Architecture Test",
    "i": [
      "temperature",
      "pressure",
      "humidity"
    ],
    "s": [
      "step 1: measure temperature",
      "step 2: calculate pressure",
      "step 3: determine humidity"
    ],
    "o": [
      "temperature_read",
      "pressure_calculated"
    ],
    "a": [
      "temperature_read must be between 20 and 30°C",
      "pressure_calculated must be between 100 and 200 hPa"
    ]
  },
  "b": {
    "n": "default temperature",
    "d": "25°C ± 1°C",
    "x": "35°C ± 5°C",
    "i": "invalid temperature"
  },
  "v": {
    "l": "unknown",
    "d": "quarantine",
    "c": "blocked",
    "r": "unknown licence status"
  },
  "s": {
    "r": "low",
    "a": "continue",
    "f": false,
    "x": "no tool execution or access"
  },
  "l": [
    "unknown licence status",
    "no physical validation"
  ]
}
