{"id":21280863,"url":"https://github.com/consensysmesh/stow-json-validator","last_synced_at":"2025-10-09T02:08:41.851Z","repository":{"id":87483319,"uuid":"151498605","full_name":"ConsenSysMesh/stow-json-validator","owner":"ConsenSysMesh","description":"stow-json-validator to be used for IRIS score oracles","archived":false,"fork":false,"pushed_at":"2018-12-06T22:26:25.000Z","size":148,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-10-09T02:03:00.549Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ConsenSysMesh.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-10-04T00:28:38.000Z","updated_at":"2020-09-03T21:39:35.000Z","dependencies_parsed_at":"2023-07-15T11:01:18.601Z","dependency_job_id":null,"html_url":"https://github.com/ConsenSysMesh/stow-json-validator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ConsenSysMesh/stow-json-validator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConsenSysMesh%2Fstow-json-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConsenSysMesh%2Fstow-json-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConsenSysMesh%2Fstow-json-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConsenSysMesh%2Fstow-json-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ConsenSysMesh","download_url":"https://codeload.github.com/ConsenSysMesh/stow-json-validator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConsenSysMesh%2Fstow-json-validator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000774,"owners_count":26082906,"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":[],"created_at":"2024-11-21T10:42:07.006Z","updated_at":"2025-10-09T02:08:41.846Z","avatar_url":"https://github.com/ConsenSysMesh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stow-json-validator\n\n#endpoints:\n\nPOST - https://3h867xtb9a.execute-api.us-east-1.amazonaws.com/dev2/validateJSON\n\n\n# Test command\n\n```\ncurl -X POST \\\n     'https://3h867xtb9a.execute-api.us-east-1.amazonaws.com/dev2/validateJSON?dataHash=0xa1fe2d5ed0ac4e35be7b62a436a4dc4b4568f997dce06ed57e0f7fda900f8916' \\\n     -H 'cache-control: no-cache' \\\n     -H 'content-type: application/json' \\\n     -d '{\"foo\":\"bar\"}'\n```\n\n# Node client\n\n```\nvar request = require(\"request\");\n\nvar options = { method: 'POST',\n  url: 'https://3h867xtb9a.execute-api.us-east-1.amazonaws.com/dev2/validateJSON',\n  qs: { dataHash: '0xa1fe2d5ed0ac4e35be7b62a436a4dc4b4568f997dce06ed57e0f7fda900f8916' },\n  headers: \n   { 'cache-control': 'no-cache',\n     'content-type': 'application/json' },\n  body: { \"foo\": \"bar\" },\n  json: true };\n\nrequest(options, function (error, response, body) {\n  if (error) throw new Error(error);\n\n  console.log(body);\n});\n\n```\n\n# A sample contract has been deployed \n\nRopsten contract address: [0xBaE08285e604529A379bd46E4A4B2Cc9f0bd5515](https://ropsten.etherscan.io/address/0xbae08285e604529a379bd46e4a4b2cc9f0bd5515)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconsensysmesh%2Fstow-json-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconsensysmesh%2Fstow-json-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconsensysmesh%2Fstow-json-validator/lists"}