Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. {
  2.  
  3. "error": {
  4. "message": "JSON validation error",
  5. "code": 420,
  6. "extra": {
  7. "schema-path": [
  8. "properties",
  9. "info",
  10. "oneOf"
  11. ],
  12. "path": [
  13. "info"
  14. ],
  15. "context": [
  16. "u'kpp' is a required property",
  17. "{u'middle': u'\\u0414\\u043c\\u0438\\u0442\\u0440\\u0438\\u0435\\u0432\\u0438\\u0447', u'second': u'\\u0424\\u0438\\u043b\\u0451\\u0432', u'first': u'\\u0410\\u043b\\u0435\\u043a\\u0441\\u0430\\u043d\\u0434\\u0440'} is not of type u'string'",
  18. "u'772856760088' is too long",
  19. "u'3147746314009' is too short",
  20. "u'3147746314009' does not match u'[0-9]{15}'"
  21. ],
  22. "value": [
  23. {
  24. "$ref": "#/definitions/org"
  25. },
  26. {
  27. "$ref": "#/definitions/person"
  28. }
  29. ],
  30. "relative-path": [
  31. "info"
  32. ]
  33. }
  34. }
  35.  
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement