{
  "id": "minecraft:player.exhaustion",
  "title": "Player Exhaustion",
  "description": "Defines the player's exhaustion level.",
  "fields": [
    {
      "id": "value",
      "title": "Value",
      "description": "The initial value of a player's exhaustion level.",
      "dataType": 0
    },
    {
      "id": "max",
      "title": "Maximum Value",
      "description": "A maximum value for a player's exhaustion.",
      "dataType": 0,
      "samples": {
        "/vanilla/behavior_pack/entities/player.json": [
          {
            "path": "/minecraft:entity/components/minecraft:player.exhaustion/",
            "content": 20
          }
        ]
      }
    }
  ],
  "samples": {
    "/vanilla/behavior_pack/entities/player.json": [
      {
        "path": "/minecraft:entity/components/minecraft:player.exhaustion/",
        "content": {
          "value": 0,
          "max": 20
        }
      }
    ]
  }
}