Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. {
  2. "name": {
  3. "title": "\"><img src=x>",
  4. "type": "\"><img src=x>",
  5. "githubKey": "\"><img src=x>"
  6. },
  7. "email": {
  8. "title": "E-\"><img src=x>",
  9. "type": "\"><img src=x>",
  10. "githubKey": "\"><img src=x>",
  11. "required": true
  12. },
  13. "age": {
  14. "title": "\"><img src=x>",
  15. "description": "Age \"><img src=x> years",
  16. "type": "\"><img src=x>",
  17. "minimum": 18,
  18. "maximum": 99
  19. },
  20. "agreement": {
  21. "title": "I have \"><img src=x> and agree to the CLA",
  22. "type": "boolean",
  23. "required": true
  24. },
  25. "category": {
  26. "title": "How \"><img src=x> you sign?",
  27. "type": {
  28. "enum": [
  29. "I am \"><img src=x> on behalf of myself.",
  30. "I am \"><img src=x> on behalf of my employer."
  31. ]
  32. },
  33. "required": true
  34. }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement