Guest User

Untitled

a guest
Jun 6th, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. [
  2. [
  3. 'input',
  4. null,
  5. 'At least one of:\n' +
  6. ' - object \n' +
  7. ' where all numeric keys are:\n' +
  8. ' type: string \n' +
  9. ' with properties\n' +
  10. ' - "a" (optional): \n' +
  11. ' tuple:\n' +
  12. ' - At least one of:\n' +
  13. ' - type: number\n' +
  14. ' - value: "foo"\n' +
  15. ' - value: false\n' +
  16. ' - object \n' +
  17. ' with properties\n' +
  18. ' - "a": \n' +
  19. ' tuple:\n' +
  20. ' - type: number\n' +
  21. ' - Array of:\n' +
  22. ' At least one of:\n' +
  23. ' - type: number\n' +
  24. ' - type: string\n' +
  25. ' - (optional) type: number\n' +
  26. ' - (rest type) type: string\n' +
  27. ' - "b": \n' +
  28. ' At least one of:\n' +
  29. ' - value: "bar"\n' +
  30. ' - value: false\n' +
  31. ' - type: number'
  32. ]
  33. ]
Advertisement
Add Comment
Please, Sign In to add comment