{"id":23906814,"url":"https://github.com/swaggerexpert/apidom-validate","last_synced_at":"2026-02-03T00:13:07.198Z","repository":{"id":166115459,"uuid":"616639890","full_name":"swaggerexpert/apidom-validate","owner":"swaggerexpert","description":"This GitHub Action validates OpenAPI 2.0, OpenAPI 3.x.y and AsyncAPI 2.x definition file using ApiDOM Language Service.","archived":false,"fork":false,"pushed_at":"2025-04-08T06:59:44.000Z","size":61,"stargazers_count":7,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-11T04:36:27.683Z","etag":null,"topics":["asyncapi","asyncapi2","openapi","openapi2","openapi3","openapi31","swagger","validate","validator"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/apidom-validator","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/swaggerexpert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yaml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["char0n"],"patreon":"char0n","ko_fi":"char0n","liberapay":"char0n","issuehunt":"char0n"}},"created_at":"2023-03-20T19:34:02.000Z","updated_at":"2025-03-13T00:00:51.000Z","dependencies_parsed_at":"2023-12-18T18:12:13.846Z","dependency_job_id":"3849b34c-9777-49e4-82eb-d118e24254eb","html_url":"https://github.com/swaggerexpert/apidom-validate","commit_stats":null,"previous_names":["swaggerexpert/apidom-validate"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swaggerexpert%2Fapidom-validate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swaggerexpert%2Fapidom-validate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swaggerexpert%2Fapidom-validate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swaggerexpert%2Fapidom-validate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swaggerexpert","download_url":"https://codeload.github.com/swaggerexpert/apidom-validate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345257,"owners_count":21088231,"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":["asyncapi","asyncapi2","openapi","openapi2","openapi3","openapi31","swagger","validate","validator"],"created_at":"2025-01-05T02:14:48.660Z","updated_at":"2026-02-03T00:13:02.178Z","avatar_url":"https://github.com/swaggerexpert.png","language":"JavaScript","funding_links":["https://github.com/sponsors/char0n","https://patreon.com/char0n","https://ko-fi.com/char0n","https://liberapay.com/char0n","https://issuehunt.io/r/char0n"],"categories":[],"sub_categories":[],"readme":"# ApiDOM Validator GitHub Action\n\nThis GitHub Action validates [OpenAPI 2.0](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md), [OpenAPI 3.x.y](https://spec.openapis.org/#openapi-specification) \nand [AsyncAPI 2.x](https://www.asyncapi.com/docs/reference/specification/v2.x) definition file using [ApiDOM Language Service](https://github.com/swagger-api/apidom).\nValidation rules are exactly the same as the one that https://editor-next.swagger.io/ uses.\n\n**Supported specifications:**\n\n- [OpenAPI 2.0](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md)\n- [OpenAPI 3.0.0](https://spec.openapis.org/oas/v3.0.0.html)\n- [OpenAPI 3.0.1](https://spec.openapis.org/oas/v3.0.1.html)\n- [OpenAPI 3.0.2](https://spec.openapis.org/oas/v3.0.2.html)\n- [OpenAPI 3.0.3](https://spec.openapis.org/oas/v3.0.3.html)\n- [OpenAPI 3.0.4](https://spec.openapis.org/oas/v3.0.4.html)\n- [OpenAPI 3.1.0](https://spec.openapis.org/oas/v3.1.0.html)\n- [AsyncAPI 2.0.0](https://v2.asyncapi.com/docs/reference/specification/v2.0.0)\n- [AsyncAPI 2.1.0](https://v2.asyncapi.com/docs/reference/specification/v2.1.0)\n- [AsyncAPI 2.2.0](https://v2.asyncapi.com/docs/reference/specification/v2.2.0)\n- [AsyncAPI 2.3.0](https://v2.asyncapi.com/docs/reference/specification/v2.3.0)\n- [AsyncAPI 2.4.0](https://v2.asyncapi.com/docs/reference/specification/v2.4.0)\n- [AsyncAPI 2.5.0](https://v2.asyncapi.com/docs/reference/specification/v2.5.0)\n- [AsyncAPI 2.6.0](https://v2.asyncapi.com/docs/reference/specification/v2.6.0)\n\n## Inputs\n\n## `definition-file`\n\n**Required** Path to definition file.\n\n## `fails-on`\n\nSeverity level at which to fail action. Default `1`, if not specified.\n- `1`: Fails if **error** messages exist in validation output\n- `2`: Fails if **error** or **warning** messages exist in validation output\n- `3`: Fails if **error**, **warning** or **information** messages exist in validation output\n- `4`: Fails if **error**, **warning**, **information** or **hint** messages exist in validation output\n\n## Example usage\n\n```yaml\nuses: swaggerexpert/apidom-validate@v1\nwith:\n  definition-file: 'path/to/my/openapi.yaml'\n  fails-on: 2\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswaggerexpert%2Fapidom-validate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswaggerexpert%2Fapidom-validate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswaggerexpert%2Fapidom-validate/lists"}