- container:
    name: "inputValue"
    title: " Input Value"
    content:
        # this code ref for this anchor "approach" in the "StaticLine.yml, Line2.yml Line3.yml, Line4.yml, Line5.yml" files
        # Code Block (A): Input Value
      # Workflow OW2: We should limit user inputs to integers.
      - field:
          name: InputvalueApprach_num_
          dataIndex: value
          type: string
          maxLength: 32
          title: Value

      # END OF CODE BLOCK A