{
  "schema": {
    "options": {
      "properties": {
        "options.choice": {
          "type": "choice",
          "enum": [
            "",
            "choice 1",
            "choice 2"
          ],
          "title": "Choice description frozen"
        }
      },
      "type": "object",
      "title": "Common configuration"
    }
  },
  "model": {
    "options.choice": {
      "readOnly": true
    }
  },
  "form": {
    "options.choice": {
      "type": "choice"
    },
    "null": [
      {
        "title": "Configurer",
        "type": "submit"
      }
    ]
  },
  "version": "1.0"
}