{"id":31724922,"url":"https://github.com/okitan/json_schema-faker","last_synced_at":"2025-10-09T05:16:17.508Z","repository":{"id":56879611,"uuid":"58847717","full_name":"okitan/json_schema-faker","owner":"okitan","description":"generate fake data for json schema","archived":false,"fork":false,"pushed_at":"2024-01-03T23:19:50.000Z","size":89,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-07T21:56:05.096Z","etag":null,"topics":["faker","gem","json-schema"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/okitan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-05-15T06:35:40.000Z","updated_at":"2023-02-06T02:44:43.000Z","dependencies_parsed_at":"2024-01-04T01:26:55.466Z","dependency_job_id":"9887c840-cc6f-4d1c-a661-44d33f3fb01d","html_url":"https://github.com/okitan/json_schema-faker","commit_stats":{"total_commits":95,"total_committers":3,"mean_commits":"31.666666666666668","dds":"0.021052631578947323","last_synced_commit":"fbf52c2eaaee3bf7aeb68e51072624bf38707e97"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/okitan/json_schema-faker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Fjson_schema-faker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Fjson_schema-faker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Fjson_schema-faker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Fjson_schema-faker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okitan","download_url":"https://codeload.github.com/okitan/json_schema-faker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okitan%2Fjson_schema-faker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000740,"owners_count":26082933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["faker","gem","json-schema"],"created_at":"2025-10-09T05:16:10.182Z","updated_at":"2025-10-09T05:16:17.503Z","avatar_url":"https://github.com/okitan.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JsonSchema::Faker [![Build Status](https://travis-ci.org/okitan/json_schema-faker.svg?branch=master)](https://travis-ci.org/okitan/json_schema-faker)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'json_schema-faker'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install json_schema-faker\n\n## Usage\n\n```ruby\nrequire \"json_schema/faker\"\n\nraw_schema = {\n  \"id\" =\u003e \"https://example.com/schema.json\",\n  \"$schema\"    =\u003e \"http://json-schema.org/draft-04/schema#\",\n  \"properties\" =\u003e { \"a\" =\u003e { \"enum\" =\u003e [ \"e\", \"n\", \"u\", \"m\" ] } },\n  \"required\"   =\u003e [ \"a\" ],\n}\n\nschema = JsonSchema.parse!(raw_schema)\n\nJsonSchema::Faker.new(schema).generate #=\u003e { \"a\" =\u003e \"e\" }\n```\n\nNote: It is too difficult to correspond to complex schema.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/json_schema-faker. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n### Run tests\n\nbefore running `rake spec`, run `git submodule init \u0026\u0026 git submodule update`\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokitan%2Fjson_schema-faker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokitan%2Fjson_schema-faker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokitan%2Fjson_schema-faker/lists"}