{"id":15288017,"url":"https://github.com/nebo15/jvalid","last_synced_at":"2025-08-08T04:42:03.628Z","repository":{"id":57511014,"uuid":"66395713","full_name":"Nebo15/jvalid","owner":"Nebo15","description":"Json Scheme validation helper, that allows to store schemes in a separate files.","archived":false,"fork":false,"pushed_at":"2019-09-25T13:32:22.000Z","size":28,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-26T23:11:42.602Z","etag":null,"topics":["elixir","hex","package","validation"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/Nebo15.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-23T19:12:12.000Z","updated_at":"2023-09-13T17:06:27.000Z","dependencies_parsed_at":"2022-09-26T17:01:01.051Z","dependency_job_id":null,"html_url":"https://github.com/Nebo15/jvalid","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nebo15%2Fjvalid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nebo15%2Fjvalid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nebo15%2Fjvalid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nebo15%2Fjvalid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nebo15","download_url":"https://codeload.github.com/Nebo15/jvalid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248674674,"owners_count":21143760,"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","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":["elixir","hex","package","validation"],"created_at":"2024-09-30T15:43:48.522Z","updated_at":"2025-04-13T06:32:15.063Z","avatar_url":"https://github.com/Nebo15.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JValid\n\n[![Deps Status](https://beta.hexfaktor.org/badge/all/github/Nebo15/jvalid.svg)](https://beta.hexfaktor.org/github/Nebo15/jvalid) [![Hex.pm Downloads](https://img.shields.io/hexpm/dw/jvalid.svg?maxAge=3600)](https://hex.pm/packages/jvalid) [![Latest Version](https://img.shields.io/hexpm/v/jvalid.svg?maxAge=3600)](https://hex.pm/packages/jvalid) [![License](https://img.shields.io/hexpm/l/jvalid.svg?maxAge=3600)](https://hex.pm/packages/jvalid) [![Build Status](https://travis-ci.org/Nebo15/jvalid.svg?branch=master)](https://travis-ci.org/Nebo15/jvalid) [![Coverage Status](https://coveralls.io/repos/github/Nebo15/jvalid/badge.svg?branch=master)](https://coveralls.io/github/Nebo15/jvalid?branch=master)\n\nWe use JSON Schema validation inside our projects, but storing large schema in Elixir files looks ugly, and you can't really move them to a separate file since it will be erased during compile and release.\n\nThis module solves this issue by in-lining schemas in compilation time via Elixir macros.\n\n## Installation\n\nIt's [available in Hex](https://hex.pm/packages/jvalid), the package can be installed as:\n\n  1. Add `jvalid` to your list of dependencies in `mix.exs`:\n\n      ```elixir\n      def deps do\n        [{:jvalid, \"~\u003e 0.5.2\"}]\n      end\n      ```\n\n  2. Ensure `jvalid` is started before your application:\n\n      ```elixir\n      def application do\n        [applications: [:jvalid]]\n      end\n      ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebo15%2Fjvalid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnebo15%2Fjvalid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebo15%2Fjvalid/lists"}