{"id":19154317,"url":"https://github.com/baloise/corellia","last_synced_at":"2025-08-14T08:05:38.161Z","repository":{"id":36028151,"uuid":"171680730","full_name":"baloise/corellia","owner":"baloise","description":"B2B-interface (Web-API) specification for (insurance) contract data ","archived":false,"fork":false,"pushed_at":"2024-08-12T12:55:47.000Z","size":530,"stargazers_count":5,"open_issues_count":22,"forks_count":3,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-05-07T06:37:27.376Z","etag":null,"topics":["api-rest","cooperation","insurance"],"latest_commit_sha":null,"homepage":"","language":"Java","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/baloise.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"docs/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-20T13:44:46.000Z","updated_at":"2024-08-12T12:55:51.000Z","dependencies_parsed_at":"2024-08-12T09:08:09.998Z","dependency_job_id":"e9f64343-daf2-4d86-b45b-baf7622aaaee","html_url":"https://github.com/baloise/corellia","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/baloise/corellia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fcorellia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fcorellia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fcorellia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fcorellia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baloise","download_url":"https://codeload.github.com/baloise/corellia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baloise%2Fcorellia/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270385467,"owners_count":24574556,"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-08-14T02:00:10.309Z","response_time":75,"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":["api-rest","cooperation","insurance"],"created_at":"2024-11-09T08:26:24.739Z","updated_at":"2025-08-14T08:05:38.125Z","avatar_url":"https://github.com/baloise.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# corellia\n[![swagger-editor](https://img.shields.io/badge/open--API-in--editor-green.svg?style=flat\u0026label=open-api-v3)](https://editor.swagger.io/?url=https://raw.githubusercontent.com/baloise/corellia/master/docs/openapi.json)\n[![swagger-editor](https://img.shields.io/badge/open--API-in--editor-green.svg?style=flat\u0026label=open-api-v2)](https://editor.swagger.io/?url=https://raw.githubusercontent.com/baloise/corellia/master/docs/swagger.json)\n[![DepShield Badge](https://depshield.sonatype.org/badges/baloise/corellia/depshield.svg)](https://depshield.github.io)\n[![CI Status](https://github.com/baloise/corellia/workflows/CI/badge.svg)](https://github.com/baloise/corellia/actions)\n\n## workspace\n[![Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/baloise/corellia)\n\n## about\n\nThe project hosts a classical b2b-interface (Web-API) specification for (insurance) contract data and document exchange.\n\nThis is a java project leveraging [swagger-core](https://github.com/swagger-api/swagger-core) and a [converter](https://github.com/LucyBot-Inc/api-spec-converter) to create the OpenAPI 2.0 specs. It provides the Contracts API according to the OpenAPI Spec. This application uses JAX-RS annotated resources to resolve a valid OpenAPI definition out of Java classes representing the API\n\n### the name\n\nThe name [Corellia](https://en.wikipedia.org/w/index.php?title=Corellia) is a reference to a fictitious planet from  StarWars: one of the first trading planets in the universe with its own [Corellian Trade Spine](https://starwars.fandom.com/wiki/Corellian_Trade_Spine).\n\n### api specs\n\nYou can find the openapi specs in the following files:\n\nOpenAPI v3 Specs: `docs/openapi.json`\n\nOpenAPI v2 Specs: `docs/swagger.json`\n\n### usage open api v3\n\nTo generate the `docs/openapi.json` OpenAPI specification, call\n\n```\n$ mvn exec:java@gen-openapi\n```\n\nNote: _(One must at least once have called `$ mvn install`, otherwise the above call won't work)_\n\n### usage open api v2\n\n**Firstly generate the OpenAPI v3 specs** (will be located at `docs/openapi.json`)\nThen use the following call to convert the OpenAPI v2 specs (will be located at `docs/swagger.json`)\n\n```\n$ mvn exec:java@gen-swagger\n```\nNote: _(One must have issued `npm install` previously.)_\n\n## releasing\n\nRun e.g. on master: `mvn -B release:prepare` e.g. via [![Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/baloise/corellia)\n\nSubsequently the GitHub action worksflow \"create release\" will pick up the published tag and release and deploy the artifacts in the Github package registry.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaloise%2Fcorellia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaloise%2Fcorellia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaloise%2Fcorellia/lists"}