{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "label": {
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "$comment": "Draft from the supplied documentation. Additional properties are not constrained."
}
