additionalProperties:
  formFields:
    - default: admin
      envKey: OBSIDIAN_LIVESYNC_USER
      labelEn: Username
      labelZh: 用户名
      required: true
      rule: paramCommon
      type: text
    - default: obsidian
      envKey: OBSIDIAN_LIVESYNC_USER_PASSWORD
      labelEn: Password
      labelZh: 密码
      random: true
      required: true
      rule: paramComplexity
      type: password
    - default: 5984
      edit: true
      envKey: PANEL_APP_PORT_HTTP
      labelEn: Port
      labelZh: 端口
      required: true
      rule: paramPort
      type: number