{
  "type": "object",
  "properties": {
    "moduleinfo": {
      "type": "object",
      "title": "name",
      "properties": {
        "name": {
          "type": "string",
          "title": "test"
        }
      }
    },
    "optioninfo": {
      "type": "object",
      "title": "选项",
      "properties": {
        "dynamic": {
          "type": "string",
          "title": "false代表禁止动态输出",
          "default": "true"
        },
        "static": {
          "type": "string",
          "title": "false代表禁止静态输出",
          "default": "true"
        }
      }
    }
  }
}
