Json schema - minOccurs, maxOccurs



I'm creating Json schema. Is there any equivalent parameter in Json schema as minOccurs and maxOccurs in XML schema? I would like to limic occurences of keys in Json,


Thanks in advance


1 comment:

  1. There is minItems and maxItems for array type in json schema.

    ReplyDelete