UNPKG

5.15 kBJSONView Raw
1{
2 "$IS_INSTANCE decorator expects and object as value, but got falsy value.": "",
3 "$property is $constraint1": "",
4 "$property is not a valid decimal number.": "",
5 "$property must be a BIC or SWIFT code": "",
6 "$property must be a boolean string": "",
7 "$property must be a boolean value": "",
8 "$property must be a BTC address": "",
9 "$property must be a credit card": "",
10 "$property must be a currency": "",
11 "$property must be a data uri format": "",
12 "$property must be a Date instance": "",
13 "$property must be a Firebase Push Id": "",
14 "$property must be a hash of type $constraint1": "",
15 "$property must be a hexadecimal color": "",
16 "$property must be a hexadecimal number": "",
17 "$property must be a HSL color": "",
18 "$property must be a identity card number": "",
19 "$property must be a ISSN": "",
20 "$property must be a json string": "",
21 "$property must be a jwt string": "",
22 "$property must be a latitude string or number": "",
23 "$property must be a latitude,longitude string": "",
24 "$property must be a longitude string or number": "",
25 "$property must be a lowercase string": "",
26 "$property must be a MAC Address": "",
27 "$property must be a mongodb id": "",
28 "$property must be a negative number": "",
29 "$property must be a non-empty object": "",
30 "$property must be a number conforming to the specified constraints": "",
31 "$property must be a number string": "",
32 "$property must be a phone number": "",
33 "$property must be a port": "",
34 "$property must be a positive number": "",
35 "$property must be a postal code": "",
36 "$property must be a Semantic Versioning Specification": "",
37 "$property must be a string": "",
38 "$property must be a UUID": "",
39 "$property must be a valid domain name": "",
40 "$property must be a valid enum value": "",
41 "$property must be a valid ISO 8601 date string": "",
42 "$property must be a valid ISO31661 Alpha2 code": "",
43 "$property must be a valid ISO31661 Alpha3 code": "",
44 "$property must be a valid phone number": "",
45 "$property must be a valid representation of military time in the format HH:MM": "",
46 "$property must be an array": "",
47 "$property must be an EAN (European Article Number)": "",
48 "$property must be an email": "",
49 "$property must be an Ethereum address": "",
50 "$property must be an IBAN": "",
51 "$property must be an instance of $constraint1name": "",
52 "$property must be an integer number": "",
53 "$property must be an ip address": "",
54 "$property must be an ISBN": "",
55 "$property must be an ISIN (stock/security identifier)": "",
56 "$property must be an ISRC": "",
57 "$property must be an object": "",
58 "$property must be an URL address": "",
59 "$property must be base32 encoded": "",
60 "$property must be base64 encoded": "",
61 "$property must be divisible by $constraint1": "",
62 "$property must be empty": "",
63 "$property must be equal to $constraint1": "",
64 "$property must be locale": "",
65 "$property must be longer than or equal to $constraint1 and shorter than or equal to $constraint2 characters": "",
66 "$property must be longer than or equal to $constraint1 characters": "",
67 "$property must be magnet uri format": "",
68 "$property must be MIME type format": "",
69 "$property must be one of the following values: $constraint1": "",
70 "$property must be RFC 3339 date": "",
71 "$property must be RGB color": "",
72 "$property must be shorter than or equal to $constraint1 characters": "",
73 "$property must be shorter than or equal to $constraint2 characters": "",
74 "$property must be uppercase": "",
75 "$property must be valid octal number": "",
76 "$property must be valid passport number": "",
77 "$property must contain $constraint1 values": "",
78 "$property must contain a $constraint1 string": "",
79 "$property must contain a full-width and half-width characters": "",
80 "$property must contain a full-width characters": "",
81 "$property must contain a half-width characters": "",
82 "$property must contain any surrogate pairs chars": "",
83 "$property must contain at least $constraint1 elements": "",
84 "$property must contain not more than $constraint1 elements": "",
85 "$property must contain one or more multibyte chars": "",
86 "$property must contain only ASCII characters": "",
87 "$property must contain only letters (a-zA-Z)": "",
88 "$property must contain only letters and numbers": "",
89 "$property must match $constraint1 regular expression": "",
90 "$property must not be greater than $constraint1": "",
91 "$property must not be less than $constraint1": "",
92 "$property should not be empty": "",
93 "$property should not be equal to $constraint1": "",
94 "$property should not be null or undefined": "",
95 "$property should not be one of the following values: $constraint1": "",
96 "$property should not contain $constraint1 values": "",
97 "$property should not contain a $constraint1 string": "",
98 "$property's byte length must fall into ($constraint1, $constraint2) range": "",
99 "All $property's elements must be unique": "",
100 "each value in ": "",
101 "maximal allowed date for ": "",
102 "minimal allowed date for ": "",
103 "nested property $property must be either object or array": ""
104}