In the property definition i need to allow numeric or empty string value, is this expression right for this purpose?
"tprice":{"type":["number",{"enum":[""]}]}
Library, that i use to validate data (Jsv4) generates error for empty string:
Invalid type: string
while i try to set zero length string for this property.