{"id":15802123,"url":"https://github.com/swimmwatch/openapi-compare-version","last_synced_at":"2026-05-05T05:32:19.775Z","repository":{"id":65161926,"uuid":"490611839","full_name":"swimmwatch/openapi-compare-version","owner":"swimmwatch","description":"A GitHub Action for comparing OpenAPI specifications version.","archived":false,"fork":false,"pushed_at":"2022-07-22T10:15:48.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-14T19:17:37.127Z","etag":null,"topics":["github-actions","openapi","openapi-specification"],"latest_commit_sha":null,"homepage":"","language":null,"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/swimmwatch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-10T08:39:15.000Z","updated_at":"2022-05-10T08:40:03.000Z","dependencies_parsed_at":"2023-01-04T12:39:02.912Z","dependency_job_id":null,"html_url":"https://github.com/swimmwatch/openapi-compare-version","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"447e5a9c1ed776c108455046b18c9fe859e9f570"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swimmwatch%2Fopenapi-compare-version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swimmwatch%2Fopenapi-compare-version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swimmwatch%2Fopenapi-compare-version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swimmwatch%2Fopenapi-compare-version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swimmwatch","download_url":"https://codeload.github.com/swimmwatch/openapi-compare-version/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246547387,"owners_count":20794970,"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":["github-actions","openapi","openapi-specification"],"created_at":"2024-10-05T01:42:11.988Z","updated_at":"2026-05-05T05:32:19.737Z","avatar_url":"https://github.com/swimmwatch.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# openapi-compare-version\nA GitHub Action for comparing OpenAPI specifications version.\n\n## Usage\n```yml\n- name: \"Compare OpenAPI specifications version\"\n  id: compare_res\n  uses: swimmwatch/openapi-compare-version@v1.0.1\n  with:\n    current-spec: \"old_spec.json\"\n    new-spec: \"new_spec.json\"\n- name: \"Output result\"\n  if: ${{steps.compare_res.outputs.is-diff-version}} == 'true'\n  run: echo \"Version is different\"\n```\n\n## Options\nThe following input variables options can/must be configured:\n\n|Input variable|Necessity|Description|Default|\n|----|----|----|----|\n|`current-spec`|Required|Current specification path||\n|`new-spec`|Required|New specification path||\n\n## Outputs\n- `is-diff-version`: Difference version state (`true` or `false`).\n\n## License\nopenapi-compare-version is licensed under the [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswimmwatch%2Fopenapi-compare-version","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswimmwatch%2Fopenapi-compare-version","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswimmwatch%2Fopenapi-compare-version/lists"}