{"id":15091548,"url":"https://github.com/whitlockjc/oval","last_synced_at":"2025-10-09T02:40:21.174Z","repository":{"id":47133643,"uuid":"141476871","full_name":"whitlockjc/oval","owner":"whitlockjc","description":"oval: CLI for (O)penAPI Specification document (val)idation.","archived":false,"fork":false,"pushed_at":"2025-08-06T20:52:13.000Z","size":64,"stargazers_count":14,"open_issues_count":9,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-18T00:57:37.734Z","etag":null,"topics":["cli","javascript","nodejs","openapi","swagger"],"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/whitlockjc.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-07-18T18:51:02.000Z","updated_at":"2025-03-01T16:20:50.000Z","dependencies_parsed_at":"2024-05-13T16:44:53.406Z","dependency_job_id":"7b9e0ffa-a082-475d-8ec6-db0578cea9e8","html_url":"https://github.com/whitlockjc/oval","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"0202a1b13aff45db462fc5d3a271d999cdaf20a6"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/whitlockjc/oval","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitlockjc%2Foval","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitlockjc%2Foval/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitlockjc%2Foval/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitlockjc%2Foval/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whitlockjc","download_url":"https://codeload.github.com/whitlockjc/oval/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitlockjc%2Foval/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000775,"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":["cli","javascript","nodejs","openapi","swagger"],"created_at":"2024-09-25T10:41:44.612Z","updated_at":"2025-10-09T02:40:21.144Z","avatar_url":"https://github.com/whitlockjc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"oval\n====\n\noval: CLI for (O)penAPI Specification document (val)idation\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/oval.svg)](https://npmjs.org/package/oval)\n\n[![TravisCI](https://travis-ci.org/whitlockjc/oval.svg?branch=master)](https://travis-ci.org/whitlockjc/oval)\n[![Codecov](https://codecov.io/gh/whitlockjc/oval/branch/master/graph/badge.svg)](https://codecov.io/gh/whitlockjc/oval)\n[![Downloads/week](https://img.shields.io/npm/dw/oval.svg)](https://npmjs.org/package/oval)\n[![License](https://img.shields.io/npm/l/oval.svg)](https://github.com/whitlockjc/oval/blob/master/package.json)\n\n# Overview\n\n`oval` is an OpenAPI Specification _(OAS)_ document validator that was built to replace the CLI provided by\n[swagger-tools](https://github.com/apigee-127/swagger-tools).  `oval` is built on top of\n[sway](https://github.com/apigee-127/sway), the successor to the API portion of `swagger-tools`, which provides\nextremely thorough OAS validation.  Plans for `oval` are to provide an [eslint](https://eslint.org/)-like experience for\nOAS validation in the future.\n\nCurrently Oval supports OpenAPI v2.\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g oval\n$ oval COMMAND\nrunning command...\n$ oval (-v|--version|version)\noval/1.0.0 darwin-x64 node-v8.3.0\n$ oval --help [COMMAND]\nUSAGE\n  $ oval COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`oval help [COMMAND]`](#oval-help-command)\n* [`oval validate LOCATION`](#oval-validate-location)\n\n## `oval help [COMMAND]`\n\ndisplay help for oval\n\n```\nUSAGE\n  $ oval help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.0.5/src/commands/help.ts)_\n\n## `oval validate LOCATION`\n\nvalidate an OpenAPI Specification (OAS) document\n\n```\nUSAGE\n  $ oval validate LOCATION\n\nARGUMENTS\n  LOCATION  The path/URL to the OAS document being validated\n\nOPTIONS\n  -N, --no-color            turn off colored output\n  -j, --json                output results as JSON\n  -p, --print-success       print message for success\n  -w, --warnings-as-errors  treat warnings as errors\n```\n\n_See code: [lib/commands/validate.js](https://github.com/whitlockjc/oval/blob/v1.0.0/lib/commands/validate.js)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhitlockjc%2Foval","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhitlockjc%2Foval","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhitlockjc%2Foval/lists"}