ProductFieldValidation
max object
anyOf
- number
- null
number
message object
anyOf
- string
- null
string
min object
anyOf
- number
- null
number
pattern object
anyOf
- string
- null
string
ProductFieldValidation
{
"max": 0,
"message": "string",
"min": 0,
"pattern": "string"
}