--- !ruby/object:Gem::Specification name: json-schema version: !ruby/object:Gem::Version version: 2.1.7 platform: ruby authors: - Kenny Hoxworth autorequire: bindir: bin cert_chain: [] date: 2014-01-03 00:00:00.000000000 Z dependencies: [] description: email: hoxworth@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.textile - LICENSE.md files: - lib/json-schema/attributes/additionalitems.rb - lib/json-schema/attributes/additionalproperties.rb - lib/json-schema/attributes/allof.rb - lib/json-schema/attributes/anyof.rb - lib/json-schema/attributes/dependencies.rb - lib/json-schema/attributes/dependencies_v4.rb - lib/json-schema/attributes/disallow.rb - lib/json-schema/attributes/divisibleby.rb - lib/json-schema/attributes/enum.rb - lib/json-schema/attributes/extends.rb - lib/json-schema/attributes/format.rb - lib/json-schema/attributes/items.rb - lib/json-schema/attributes/maxdecimal.rb - lib/json-schema/attributes/maximum.rb - lib/json-schema/attributes/maximum_inclusive.rb - lib/json-schema/attributes/maxitems.rb - lib/json-schema/attributes/maxlength.rb - lib/json-schema/attributes/maxproperties.rb - lib/json-schema/attributes/minimum.rb - lib/json-schema/attributes/minimum_inclusive.rb - lib/json-schema/attributes/minitems.rb - lib/json-schema/attributes/minlength.rb - lib/json-schema/attributes/minproperties.rb - lib/json-schema/attributes/multipleof.rb - lib/json-schema/attributes/not.rb - lib/json-schema/attributes/oneof.rb - lib/json-schema/attributes/pattern.rb - lib/json-schema/attributes/patternproperties.rb - lib/json-schema/attributes/properties.rb - lib/json-schema/attributes/properties_optional.rb - lib/json-schema/attributes/properties_v4.rb - lib/json-schema/attributes/ref.rb - lib/json-schema/attributes/required.rb - lib/json-schema/attributes/type.rb - lib/json-schema/attributes/type_v4.rb - lib/json-schema/attributes/uniqueitems.rb - lib/json-schema/schema.rb - lib/json-schema/uri/file.rb - lib/json-schema/uri/uuid.rb - lib/json-schema/util/array_set.rb - lib/json-schema/util/hash.rb - lib/json-schema/validator.rb - lib/json-schema/validators/draft1.rb - lib/json-schema/validators/draft2.rb - lib/json-schema/validators/draft3.rb - lib/json-schema/validators/draft4.rb - lib/json-schema.rb - resources/draft-01.json - resources/draft-02.json - resources/draft-03.json - resources/draft-04.json - README.textile - LICENSE.md - test/test_all_of_ref_schema.rb - test/test_any_of_ref_schema.rb - test/test_extended_schema.rb - test/test_extends_and_additionalProperties.rb - test/test_files_v3.rb - test/test_fragment_resolution.rb - test/test_full_validation.rb - test/test_jsonschema_draft1.rb - test/test_jsonschema_draft2.rb - test/test_jsonschema_draft3.rb - test/test_jsonschema_draft4.rb - test/test_one_of.rb - test/test_ruby_schema.rb - test/test_schema_type_attribute.rb - test/test_schema_validation.rb - test/data/all_of_ref_data.json - test/data/any_of_ref_data.json - test/data/bad_data_1.json - test/data/good_data_1.json - test/data/one_of_ref_links_data.json - test/schemas/all_of_ref_base_schema.json - test/schemas/all_of_ref_schema.json - test/schemas/any_of_ref_jane_schema.json - test/schemas/any_of_ref_jimmy_schema.json - test/schemas/any_of_ref_john_schema.json - test/schemas/any_of_ref_schema.json - test/schemas/extends_and_additionalProperties-1-filename.schema.json - test/schemas/extends_and_additionalProperties-1-ref.schema.json - test/schemas/extends_and_additionalProperties-2-filename.schema.json - test/schemas/extends_and_additionalProperties-2-ref.schema.json - test/schemas/good_schema_1.json - test/schemas/good_schema_2.json - test/schemas/good_schema_extends1.json - test/schemas/good_schema_extends2.json - test/schemas/inner.schema.json - test/schemas/one_of_ref_links_schema.json - test/schemas/self_link_schema.json - test/schemas/up_link_schema.json homepage: http://github.com/hoxworth/json-schema/tree/master licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.7 signing_key: specification_version: 4 summary: Ruby JSON Schema Validator test_files: - test/test_all_of_ref_schema.rb - test/test_any_of_ref_schema.rb - test/test_extended_schema.rb - test/test_extends_and_additionalProperties.rb - test/test_files_v3.rb - test/test_fragment_resolution.rb - test/test_full_validation.rb - test/test_jsonschema_draft1.rb - test/test_jsonschema_draft2.rb - test/test_jsonschema_draft3.rb - test/test_jsonschema_draft4.rb - test/test_one_of.rb - test/test_ruby_schema.rb - test/test_schema_type_attribute.rb - test/test_schema_validation.rb - test/data/all_of_ref_data.json - test/data/any_of_ref_data.json - test/data/bad_data_1.json - test/data/good_data_1.json - test/data/one_of_ref_links_data.json - test/schemas/all_of_ref_base_schema.json - test/schemas/all_of_ref_schema.json - test/schemas/any_of_ref_jane_schema.json - test/schemas/any_of_ref_jimmy_schema.json - test/schemas/any_of_ref_john_schema.json - test/schemas/any_of_ref_schema.json - test/schemas/extends_and_additionalProperties-1-filename.schema.json - test/schemas/extends_and_additionalProperties-1-ref.schema.json - test/schemas/extends_and_additionalProperties-2-filename.schema.json - test/schemas/extends_and_additionalProperties-2-ref.schema.json - test/schemas/good_schema_1.json - test/schemas/good_schema_2.json - test/schemas/good_schema_extends1.json - test/schemas/good_schema_extends2.json - test/schemas/inner.schema.json - test/schemas/one_of_ref_links_schema.json - test/schemas/self_link_schema.json - test/schemas/up_link_schema.json