Closed terryyin closed 1 week ago
strict field is used in the current implementation. And when strict is true the addtionalProperies: false field also need to be set.
strict
addtionalProperies: false
There is an additional requirement for strict=true, which is the required field must not be empty.
required
thanks
strict
field is used in the current implementation. And whenstrict
is true theaddtionalProperies: false
field also need to be set.There is an additional requirement for strict=true, which is the
required
field must not be empty.