1. e7672dd added apache 2 license file by sigu-399 · 10 years ago
  2. 25b46b2 Parse individual definition values as subschemas by Brandur · 10 years ago
  3. 8b52be5 fix by sigu-399 · 10 years ago
  4. a40c6f5 better error message or pattern property error by sigu-399 · 10 years ago
  5. 6f0e94f updated readme by sigu-399 · 10 years ago
  6. d10f0c8 cleanup and refactoring + improved error messages. by sigu-399 · 10 years ago
  7. 14ca73d internal log by sigu-399 · 10 years ago
  8. 52d827b internal log by sigu-399 · 10 years ago
  9. 3b2ed08 removed panic by sigu-399 · 10 years ago
  10. 44d6136 internal error locale added by sigu-399 · 10 years ago
  11. 6fe5783 moved loading json helper functions to proper file by sigu-399 · 10 years ago
  12. a6dfed5 added locales for validation error messages by sigu-399 · 10 years ago
  13. 33194bf renamed validationutil to utils, added internal logger by sigu-399 · 10 years ago
  14. 63d57e0 json context now displays (root) instead of ROOT by sigu-399 · 10 years ago
  15. 7007e69 updated readme by sigu-399 · 10 years ago
  16. 2a11b3a fixes for issues https://github.com/sigu-399/gojsonschema/issues/11 and by sigu-399 · 10 years ago
  17. f903c9b added test for patternProperties issues by sigu-399 · 10 years ago
  18. 67641e4 on issue https://github.com/sigu-399/gojsonschema/issues/11 : fixed the by sigu-399 · 10 years ago
  19. a3d1ee2 updated status, rewrote the usage example, fix formatting issue by sigu-399 · 11 years ago
  20. 9b4779f updated status, rewrote the usage example by sigu-399 · 11 years ago
  21. 9912b98 Merge pull request #4 from tolsen/patternProperties-are-not-additionalProperties by sigu-399 · 11 years ago
  22. e3bfb20 add missing result.IncrementScore() by Tim Olsen · 11 years ago
  23. 655c2d6 Merge remote-tracking branch 'sigu-399/master' into patternProperties-are-not-additionalProperties by Tim Olsen · 11 years ago
  24. f1c362c Merge pull request #8 from tolsen/better-anyOf-oneOf-error-messages by sigu-399 · 11 years ago
  25. 46ae069 increment ValidationResult score every time a property in an object matches by Tim Olsen · 11 years ago
  26. b4d7124 Add better error messages during failure of an anyOf or oneOf by by Tim Olsen · 11 years ago
  27. a31c68a rename CopyErrorMessages() and CopyErrorMessages() to Merge() and by Tim Olsen · 11 years ago
  28. 4f6a4c4 Have CopyErrorMessages() and CopyErrorMessagesWithAnnotation() take by Tim Olsen · 11 years ago
  29. 377fde5 Have both Validate() functions return a *ValidationResult instead of by Tim Olsen · 11 years ago
  30. 7a76678 Simplify ValidationResult by removing the valid field. We can just by Tim Olsen · 11 years ago
  31. b8c4da1 Merge remote-tracking branch 'sigu-399/master' into patternProperties-are-not-additionalProperties by Tim Olsen · 11 years ago
  32. edb822b added missing jsonContext while merging "subschema dependencies" branch by sigu-399 · 11 years ago
  33. 59c4263 Merge branch 'master' of https://github.com/sigu-399/gojsonschema by sigu-399 · 11 years ago
  34. c662ebf Merge pull request #6 from tolsen/add-context-to-error-messages by sigu-399 · 11 years ago
  35. ea6c572 Add support for subschema dependencies by Tim Olsen · 11 years ago
  36. 9a08d88 update description for jsonContext.go by Tim Olsen · 11 years ago
  37. 61c71b4 Merge remote-tracking branch 'sigu-399/master' into add-context-to-error-messages by Tim Olsen · 11 years ago
  38. 9f9dce7 Merge remote-tracking branch 'sigu-399/master' into patternProperties-are-not-additionalProperties by Tim Olsen · 11 years ago
  39. 1ed8442 Merge pull request #5 from tolsen/have-nulls-and-arrays-validateSchema by sigu-399 · 11 years ago
  40. 765ccbf More completely validate nulls and arrays. by Tim Olsen · 11 years ago
  41. 9193391 Incremental test total to 244. by Tim Olsen · 11 years ago
  42. 3954ff7 Do not count patternProperties as additionalProperties when by Tim Olsen · 11 years ago
  43. bbf173d Add context to error messages by Tim Olsen · 11 years ago
  44. e6ae7c0 Merge pull request #3 from tolsen/fix-readme-example by sigu-399 · 11 years ago
  45. 7b41fff Update basic example in README to reflect that GetFileJson() takes a by Tim Olsen · 11 years ago
  46. 2fa7181 even better error message by sigu-399 · 11 years ago
  47. 182776b improved validation error messages on numbers ( added property name ) by sigu-399 · 11 years ago
  48. 1467c33 display which additional property is not allowed in validation error message by sigu-399 · 11 years ago
  49. 2ea474e added SetRootSchemaName on schema, allowing the user to specific a by sigu-399 · 11 years ago
  50. 235975c added error message copy with annotation to handle better formatting in by sigu-399 · 11 years ago
  51. f1ce464 better validation error message formatting : when number is integer do by sigu-399 · 11 years ago
  52. 126da54 better enum validation error message by sigu-399 · 11 years ago
  53. c88068c fixed isFloat64AnInteger : now handles 64 bits int and uint values by sigu-399 · 11 years ago
  54. 4442269 updated status by sigu-399 · 11 years ago
  55. aa2a22f rm debug stuff by sigu-399 · 11 years ago
  56. 9d03a15 small cleanup by sigu-399 · 11 years ago
  57. a5c4a06 global cleanup by sigu-399 · 11 years ago
  58. a5299d3 updated status by sigu-399 · 11 years ago
  59. 5514b62 removed the ugly cyclic reference tests, implemented proper referencing by sigu-399 · 11 years ago
  60. 8549dde added Referenced schemas pool "class" by sigu-399 · 11 years ago
  61. 0223dc2 added pointer to referenced jsonschema if any by sigu-399 · 11 years ago
  62. 594b4df added redirection to referenced schema during validation by sigu-399 · 11 years ago
  63. 435d22a cleaned/simplified number & string validation phase by sigu-399 · 11 years ago
  64. 1d10307 updated schema by sigu-399 · 11 years ago
  65. ddef12e added remote files tests, updated base schemas for refRemote by sigu-399 · 11 years ago
  66. 14287b6 cleaned debugs infos by sigu-399 · 11 years ago
  67. 62d9c61 various fixes, cleanups. Now handles nested references, cleaned the by sigu-399 · 11 years ago
  68. da5462e clean uses by sigu-399 · 11 years ago
  69. e1f9f5e fixed package references names by sigu-399 · 11 years ago
  70. 4fedd24 updated status, definitions are now supportes by sigu-399 · 11 years ago
  71. e2ddca1 updated status by sigu-399 · 11 years ago
  72. 0f559c0 added cyclic reference detection, fixed pointer and reference by sigu-399 · 11 years ago
  73. 63ea554 fixed addtionalProperties and patternProperties interaction by sigu-399 · 11 years ago
  74. 7ce29a1 updated status by sigu-399 · 11 years ago
  75. 856d433 reworked items, added additionalItems by sigu-399 · 11 years ago
  76. bea9cdc added cyclic referencing check, passed some more tests by sigu-399 · 11 years ago
  77. 6d2f565 rm gitignore by sigu-399 · 11 years ago
  78. 8695cd1 . by sigu-399 · 11 years ago
  79. d85bcc1 . by sigu-399 · 11 years ago
  80. dcd9667 deleted doc folder by sigu-399 · 11 years ago
  81. 2ead326 some cleanup by sigu-399 · 11 years ago
  82. 6b36893 added https://github.com/json-schema/JSON-Schema-Test-Suite to the uses by sigu-399 · 11 years ago
  83. 6a8227a passes more tests by sigu-399 · 11 years ago
  84. bf68d12 updated status by sigu-399 · 11 years ago
  85. 0f9dc83 now handles patternProperties validation by sigu-399 · 11 years ago
  86. 0572d9d added additionalProperties with inner schema by sigu-399 · 11 years ago
  87. 7c2bede added implementation of additionalProperties keyword as a boolean only for now by sigu-399 · 11 years ago
  88. 3fd57ac implemented dependencies system by sigu-399 · 11 years ago
  89. f5b52c8 Update README.md by sigu-399 · 11 years ago
  90. afd40ae further tests by sigu-399 · 11 years ago
  91. 37c41b3 peforms 66% of json schema test suite for now by sigu-399 · 11 years ago
  92. 7813469 all schema test suites files ready by sigu-399 · 11 years ago
  93. 68365e6 generated missing json schema test suite files by sigu-399 · 11 years ago
  94. f99c0fe moving to json schema test suite - generated test files by sigu-399 · 11 years ago
  95. 1dd5678 removed custom tests - moving to json schema test suite by sigu-399 · 11 years ago
  96. 59c48f1 fixes according to json test suite results by sigu-399 · 11 years ago
  97. 8cb546d added HasTypeInSchema by sigu-399 · 11 years ago
  98. 6874787 fixed according to json test suite : mostly, not required fields and type checks by sigu-399 · 11 years ago
  99. 78420ad NewJsonSchemaDocument now accepts string reference OR a json by sigu-399 · 11 years ago
  100. a2f5be0 fixed appending slice to slice by sigu-399 · 11 years ago