Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

String and array objects are validated. If hovering over an object in the model section on e.g. https://demo.esignanywhere.net/Api/swagger/ui/index you can see which validation is performed. In the following sample the validation for the Documents array is such that at least one document must be added and maximum of 50 documents are allowed.

Model Items LimitationImage Modified

For string objects, the length is validated. In the following sample, a maximum of 100 characters is checked for the string Name.

Model Length LimitationImage Modified

Ids have a fixed length, therefore the minimum and maximum values are the same:

Model Lengths LimitationImage Modified

Authorization

...