{
  "schema": {
    "options": {
      "properties": {
        "options.unicode": {
          "type": "string",
          "title": "Unicode 1"
        }
      },
      "type": "object",
      "title": "Common configuration"
    }
  },
  "model": {
    "options.unicode": {
      "display": false,
      "hidden": true
    }
  },
  "global": {
    "owner": "user",
    "properties": [
      "cache",
      "demoting_error_warning",
      "disabled",
      "force_store_value",
      "frozen",
      "hidden",
      "validator",
      "warnings"
    ],
    "permissives": [
      "hidden"
    ]
  },
  "form": {
    "options.unicode": {
      "clearable": true,
      "type": "input"
    },
    "null": [
      {
        "title": "Configurer",
        "type": "submit"
      }
    ]
  },
  "version": "1.0"
}