| 12345678910111213141516171819202122232425262728293031323334353637383940 | 
							- {
 
-   "type": "object",
 
-   "properties": {
 
-     "limit": {
 
-       "type": ["string", "number"]
 
-     },
 
-     "mimetype": {
 
-       "type": "string"
 
-     },
 
-     "fallback": {
 
-       "anyOf": [
 
-         {
 
-           "type": "string"
 
-         },
 
-         {
 
-           "additionalProperties": false,
 
-           "properties": {
 
-             "loader": {
 
-               "description": "Fallback loader name",
 
-               "type": "string"
 
-             },
 
-             "options": {
 
-               "description": "Fallback loader options",
 
-               "anyOf": [
 
-                 {
 
-                   "type": "object"
 
-                 },
 
-                 {
 
-                   "type": "string"
 
-                 }
 
-               ]
 
-             }
 
-           },
 
-           "type": "object"
 
-         }
 
-       ]
 
-     }
 
-   },
 
-   "additionalProperties": true
 
- }
 
 
  |