{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/minimumPasswordLengthType", "title": "minimumPasswordLengthType", "type": "integer", "minimum": 6, "maximum": 128 }