Skip to content

Commit

Permalink
Merge branch 'main' into 119-new-enum-in-matrimonial-property-scheme-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoeni committed Jun 19, 2023
2 parents d34962f + 21a066d commit 5c362c2
Show file tree
Hide file tree
Showing 4 changed files with 482 additions and 770 deletions.
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Each line is a file pattern followed by one or more owners. These users are requested for a code review by default.
# More details are here: https://help.github.com/articles/about-codeowners/

# The '*' pattern is global owners.
# Order is important. The last matching pattern has the most precedence.

* @rolfwagner @dkoeni
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Copyright 2023 SFTI
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
22 changes: 7 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
## Introduction
![SFTI_Banner](https://user-images.githubusercontent.com/116151702/232762217-ac254483-0d25-4234-857b-376ff8dbb1e7.png)
![ca-mortgage](https://user-images.githubusercontent.com/116151702/236231740-68b1595a-3cf7-4c5c-9623-3e014d827436.png)

This repository hosts the current mortgage OpenAPI specification files. Its documentation can be found here:

[Common API Documentation](https://c-a-p-s.atlassian.net/wiki/spaces/PUB/overview)

An overview about the common API initiative can be found on our website:

[Common API Website](https://common-api.ch)

---
[![GitHub release](https://img.shields.io/github/release/swissfintechinnovations/ca-mortgage)](https://github.com/swissfintechinnovations/ca-mortgage/releases/)
![GitHub checks](https://img.shields.io/github/checks-status/swissfintechinnovations/ca-mortgage/main)
![Swagger Validator](https://img.shields.io/swagger/valid/3.0?specUrl=https%3A%2F%2Fraw.luolix.top%2FOAI%2FOpenAPI-Specification%2Fmaster%2Fexamples%2Fv2.0%2Fjson%2Fpetstore-expanded.json)
[![GitHub license](https://img.shields.io/github/license/swissfintechinnovations/ca-mortgage)](https://github.com/swissfintechinnovations/ca-mortgage/blob/main/LICENSE)

## Work with the repository

Use these steps to clone from SourceTree. Cloning allows you to work on the files locally. If you don't yet have SourceTree, [download and install first](https://www.sourcetreeapp.com/). If you prefer to clone from the command line, see [GitHub's documentation](https://docs.github.com/en/github/getting-started-with-github/quickstart).

## Make changes to the repository

In order to make any changes, please create a new [feature branch](https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-branches#creating-a-branch). To upload changes, please create a [pull request](https://github.com/swissfintechinnovations/common-API/pulls), in order to discuss your changes before merging them into the master branch.
This is the official SFTI repo for the mortgage API. Documentations may be found in the [Wiki](https://github.com/swissfintechinnovations/ca-mortgage/wiki).
Loading

0 comments on commit 5c362c2

Please sign in to comment.