{
  "type": "object",
  "title": "Common tools",
  "description": "Setting for the common tools",
  "jupyter.lab.metadataforms": [
    {
      "id": "commonToolsSection",
      "label": "Common tools",
      "metadataSchema": {
        "type": "object",
        "properties": {
          "/tags": {
            "title": "Cell tag",
            "type": "array",
            "default": [],
            "items": {
              "type": "string"
            }
          }
        }
      },
      "uiSchema": {
        "ui:order": ["_CELL-TOOL", "/tags", "*"]
      },
      "metadataOptions": {
        "/tags": {
          "customRenderer": "@jupyterlab/celltags-extension:plugin.renderer"
        }
      }
    }
  ],
  "additionalProperties": false
}
