{
  "title": "Geometry",
  "description": "Specifies the geometry description identifier to use to render this block.",
  "fields": [
    {
      "id": "identifier",
      "dataType": 2,
      "description": "The geometry description identifier to use to render this block. This identifier must match an existing geometry identifier in any of the currently loaded resource packs."
    },
    {
      "id": "bone_visibility",
      "dataType": 27,
      "description": "Defines the visibility of individual bones in the geometry file. \n\nNote that all bones default to 'true,' so bones should only be defined if they are being set to 'false.' Including bones set to 'true' will work the same as the default."
    }
  ],
  "id": "minecraft:geometry"
}