{"id":24915770,"url":"https://github.com/fd/schemata.js","last_synced_at":"2025-03-28T06:29:33.843Z","repository":{"id":66673873,"uuid":"31756590","full_name":"fd/schemata.js","owner":"fd","description":"ES6 ready JSON-Schema validator","archived":false,"fork":false,"pushed_at":"2015-03-09T13:43:22.000Z","size":272,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T07:19:28.664Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/fd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-06T06:53:16.000Z","updated_at":"2015-03-11T08:24:39.000Z","dependencies_parsed_at":"2023-02-20T14:50:55.750Z","dependency_job_id":null,"html_url":"https://github.com/fd/schemata.js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fd%2Fschemata.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fd%2Fschemata.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fd%2Fschemata.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fd%2Fschemata.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fd","download_url":"https://codeload.github.com/fd/schemata.js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245983781,"owners_count":20704786,"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":[],"created_at":"2025-02-02T07:19:13.638Z","updated_at":"2025-03-28T06:29:33.817Z","avatar_url":"https://github.com/fd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# schemata.js\n\n[![Sauce Test Status](https://saucelabs.com/browser-matrix/schematajs.svg)](https://saucelabs.com/u/schematajs)\n\n\n```js\nimport {Schema} from 'schemata.js';\n\nSchema.import('http://json-schema.org/card')\n  .then(schema =\u003e {\n    var info = schema.validate({\n      \"familyName\": \"Menke\",\n      \"givenName\": \"Simon\",\n    });\n\n    if (!info.valid) {\n      console.log(info.errors);\n    }\n  });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffd%2Fschemata.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffd%2Fschemata.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffd%2Fschemata.js/lists"}