Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. "The property '#/delayedAcks/timeout' did not have a minimum value of 1, inclusively in schema file:///Users/rglyeb/Documents/avnext/architect/app/lib/json_schemas/network_schema.json"
  2. "The property '#/delayedAcks/prop/subProp' did not have a minimum value of 10, inclusively in schema file:///Users/rglyeb/Documents/avnext/architect/app/lib/json_schemas/network_schema.json"
  3. "The property '#/someProp/foofoofoo' was not of a minimum string length of 10 in schema file:///Users/rglyeb/Documents/avnext/architect/app/lib/json_schemas/network_schema.json"
  4.  
  5. Output:
  6. {
  7. "errors": {
  8. "delayedAcks": {
  9. "timeout": "The property '#/delayedAcks/timeout' did not have a minimum value of 1, inclusively",
  10. "prop": {
  11. "someProp": "The property '#/delayedAcks/prop/subProp' did not have a minimum value of 10, inclusively"
  12. }
  13. },
  14. "someProp": {
  15. "lalala": "The property '#/someProp/lalala' did not have a minimum value of 10, inclusively",
  16. "foofoofoo": "The property '#/someProp/foofoofoo' was not of a minimum string length of 10"
  17. }
  18. },
  19. "type": "invalid"
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement