Annotation Type ServerVariable

    • Element Detail

      • name

        String name
        Required. The name of this variable.
        Returns:
        String name
      • defaultValue

        String defaultValue
        Required. The default value of this variable.
        Returns:
        String defaultValue
      • allowableValues

        String[] allowableValues
        An array of allowable values for this variable. This field map to the enum property in the OAS schema.
        Returns:
        String array of allowableValues
        Default:
        {""}
      • description

        String description
        An optional description for the server variable.
        Returns:
        String description
        Default:
        ""
      • extensions

        Extension[] extensions
        The list of optional extensions
        Returns:
        an optional array of extensions
        Default:
        {}