groups: - name: Network Configuration description: Configure Network for Nginx questions: - variable: network label: "" group: Network Configuration schema: type: dict attrs: - variable: web_port label: WebUI Port description: The port for Nginx WebUI schema: type: int default: 8080 required: true - variable: some_new_field label: Some New Field description: Some new field schema: type: int default: 0 required: true