{"id":13288524,"url":"https://github.com/char0n/apidom-validate","last_synced_at":"2025-08-23T03:06:28.104Z","repository":{"id":166115459,"uuid":"616639890","full_name":"char0n/apidom-validate","owner":"char0n","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":"2023-12-18T16:48:57.000Z","size":33,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-12T13:49:05.738Z","etag":null,"topics":["asyncapi","openapi","validate","validator"],"latest_commit_sha":null,"homepage":"https://github.com/char0n/apidom-validate","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/char0n.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}},"created_at":"2023-03-20T19:34:02.000Z","updated_at":"2023-12-18T16:47:15.000Z","dependencies_parsed_at":"2023-12-18T18:12:13.846Z","dependency_job_id":"3849b34c-9777-49e4-82eb-d118e24254eb","html_url":"https://github.com/char0n/apidom-validate","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/char0n%2Fapidom-validate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/char0n%2Fapidom-validate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/char0n%2Fapidom-validate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/char0n%2Fapidom-validate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/char0n","download_url":"https://codeload.github.com/char0n/apidom-validate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223856777,"owners_count":17214938,"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","openapi","validate","validator"],"created_at":"2024-07-29T16:56:55.535Z","updated_at":"2025-04-21T08:31:46.778Z","avatar_url":"https://github.com/char0n.png","language":"JavaScript","readme":"# ApiDOM Validator GitHub Action\n\n---\n\n\u003e [!WARNING]  \n\u003e This repository and it's GitHub Action has been transferred to [swaggerexpert/apidom-validate](https://github.com/swaggerexpert/apidom-validate).\n\u003e Please migrate to [swaggerexpert/apidom-validate](https://github.com/swaggerexpert/apidom-validate) ASAP. This repository is here only for backward\n\u003e compatible reason and is not going to be maintained anymore. \n\n---\n\nThis GitHub Action validates [OpenAPI 2.0](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md), [OpenAPI](https://github.com/OAI/OpenAPI-Specification/tree/main/versions) \n3.x.y and [AsyncAPI](https://github.com/OAI/OpenAPI-Specification/tree/main/versions) 2.x definition file using [ApiDOM Language Service](https://github.com/swagger-api/apidom).\n\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://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.0.md)\n- [OpenAPI 3.0.1](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.1.md)\n- [OpenAPI 3.0.2](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md)\n- [OpenAPI 3.0.3](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md)\n- [OpenAPI 3.1.0](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md)\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: char0n/apidom-validate@v1\nwith:\n  definition-file: 'path/to/my/openapi.yaml'\n  fails-on: 2\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchar0n%2Fapidom-validate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchar0n%2Fapidom-validate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchar0n%2Fapidom-validate/lists"}