You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
code snippet for AddressBox array :
AddressBox:
items:
type: string
minLength: 1
maxLength: 70
type: array
description: >-
Information that locates and identifies a specific address, as defined
by postal services, presented in free format text.
minItems: 0
maxItems: 7
Here the items validation for minLength and maxLength is not picked. Although minItems and maxItems validation worked well. Can anyone guide me on the same and thanks in advance.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
code snippet for AddressBox array :
AddressBox:
items:
type: string
minLength: 1
maxLength: 70
type: array
description: >-
Information that locates and identifies a specific address, as defined
by postal services, presented in free format text.
minItems: 0
maxItems: 7
Here the items validation for minLength and maxLength is not picked. Although minItems and maxItems validation worked well. Can anyone guide me on the same and thanks in advance.
The text was updated successfully, but these errors were encountered: