options.json 230 B

123456789101112131415
  1. {
  2. "type": "object",
  3. "properties": {
  4. "limit": {
  5. "type": ["string", "number"]
  6. },
  7. "mimetype": {
  8. "type": "string"
  9. },
  10. "fallback": {
  11. "type": "string"
  12. }
  13. },
  14. "additionalProperties": true
  15. }