{
  "title": "True/False (Boolean) Block State",
  "description": "This is a property that can be true or false.",
  "fields": [
    {
      "id": "values",
      "title": "Choices",
      "description": "The set of allowed text values for this state.",
      "defaultValue": [
        0,
        1,
        2
      ],
      "dataType": 32
    }
  ]
}