Annotation Type SchemaProperty

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      ArraySchema array
      The schema of the array.
      String name
      The name.
      Schema schema
      The schema of the property.
    • Element Detail

      • name

        String name
        The name.
        Returns:
        the name
        Default:
        ""
      • schema

        Schema schema
        The schema of the property.
        Returns:
        the schema
        Default:
        @io.swagger.v3.oas.annotations.media.Schema
      • array

        ArraySchema array
        The schema of the array.
        Returns:
        the schema of the array
        Default:
        @io.swagger.v3.oas.annotations.media.ArraySchema