===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-json-schema-2.8.1/README.md-25-Please be aware that the upgrade to version 2.0.0 will use Draft-04 **by
ruby-json-schema-2.8.1/README.md:26:default**, so schemas that do not declare a validator using the `$schema`
ruby-json-schema-2.8.1/README.md-27-keyword will use Draft-04 now instead of Draft-03. This is the reason for the
##############################################
ruby-json-schema-2.8.1/README.md-65-included by either passing an optional `:version` parameter to the `validate`
ruby-json-schema-2.8.1/README.md:66:method (set either as `:draft1` or `draft2`), or by declaring the `$schema`
ruby-json-schema-2.8.1/README.md-67-attribute in the schema and referencing the appropriate specification URI. Note
ruby-json-schema-2.8.1/README.md:68:that the `$schema` attribute takes precedence over the `:version` option during
ruby-json-schema-2.8.1/README.md-69-parsing and validation.
##############################################
ruby-json-schema-2.8.1/README.md-408-In some cases, you may wish to prevent the JSON Schema library from making HTTP
ruby-json-schema-2.8.1/README.md:409:calls or reading local files in order to resolve `$ref` schemas. If you fully
ruby-json-schema-2.8.1/README.md-410-control all schemas which should be used by validation, this could be