{"id":43223717,"url":"https://github.com/interledger-deprecated/ilp-schemas","last_synced_at":"2026-02-01T09:17:47.358Z","repository":{"id":57271873,"uuid":"114916431","full_name":"interledger-deprecated/ilp-schemas","owner":"interledger-deprecated","description":"Various JSON schemas for ILP-related protocols","archived":false,"fork":false,"pushed_at":"2018-01-01T22:46:18.000Z","size":462,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-01T09:54:09.859Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/interledger-deprecated.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-20T18:03:23.000Z","updated_at":"2018-10-29T19:37:33.000Z","dependencies_parsed_at":"2022-08-25T06:40:35.450Z","dependency_job_id":null,"html_url":"https://github.com/interledger-deprecated/ilp-schemas","commit_stats":null,"previous_names":["interledgerjs/ilp-schemas"],"tags_count":99,"template":false,"template_full_name":null,"purl":"pkg:github/interledger-deprecated/ilp-schemas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger-deprecated%2Filp-schemas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger-deprecated%2Filp-schemas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger-deprecated%2Filp-schemas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger-deprecated%2Filp-schemas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interledger-deprecated","download_url":"https://codeload.github.com/interledger-deprecated/ilp-schemas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger-deprecated%2Filp-schemas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28974585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T08:16:14.655Z","status":"ssl_error","status_checked_at":"2026-02-01T08:06:51.373Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-02-01T09:17:46.792Z","updated_at":"2026-02-01T09:17:47.339Z","avatar_url":"https://github.com/interledger-deprecated.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ILP Schemas [![npm][npm-image]][npm-url] [![circle][circle-image]][circle-url]\n\n[npm-image]: https://img.shields.io/npm/v/ilp-schemas.svg?style=flat\n[npm-url]: https://npmjs.org/package/ilp-schemas\n[circle-image]: https://circleci.com/gh/interledgerjs/ilp-schemas.svg?style=shield\n[circle-url]: https://circleci.com/gh/interledgerjs/ilp-schemas\n\n\u003e JSON Schemas describing various ILP related protocols and formats.\n\n## Installation\n\n``` sh\nnpm install --save ilp-schemas\n```\n\n## Schema Validator\n\nThis module does not contain a schema validator. We recommend using an open-source validator like [ajv](https://github.com/epoberezkin/ajv).\n\n``` js\n\nconst schemas = require('ilp-schemas')\nconst Ajv = require('ajv')\n\n// create validator\nconst ajv = new Ajv()\n\n// add all schemas\nObject.keys(schemas).forEach(name =\u003e ajv.addSchema(schemas[name], name))\n\n// validate something\nconst isValid = ajv.validate('Transfer.json', myTransfer)\n\nif (isValid) {\n  console.info('all good!')\n} else {\n  console.error('not a valid transfer!')\n  console.error(ajv.errors)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterledger-deprecated%2Filp-schemas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterledger-deprecated%2Filp-schemas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterledger-deprecated%2Filp-schemas/lists"}