Open charjr opened 10 months ago
Schema's can have a default field. This specifies the value that will be assumed to have been passed if no value is provided.
default
It has some logical conflict with the required field on the Parameter Object.
required
We will consider the required to take precedence over default. i.e. If required is specified, a value MUST be provided.
Schema's can have a
default
field. This specifies the value that will be assumed to have been passed if no value is provided.It has some logical conflict with the
required
field on the Parameter Object.We will consider the
required
to take precedence overdefault
. i.e. Ifrequired
is specified, a value MUST be provided.