Different fields with same object name
Hi all!
Need help with this problem.
I have a box with bunch of fields containing a customer information (web app) that turned out to have same object names.
Is there a way to differentiate these fields even though they are named the same way (same object).
I am trying to set up different checkpoints on the text the fields contain but since they all named the same way my checkpoints do not work.
See screenshots, thanks.
Hi road21,
OpenAPI 3.0 uses JSON Schema Wright Draft 00 (aka Draft 5), which requires at least one item in the "required" list:
https://tools.ietf.org/html/draft-wright-json-schema-validation-00#section-5.15
Empty "required" list is supported in later versions of JSON Schema, but OpenAPI has not been updated to that version yet.