Add OpenAPI Swagger 3 spc and API generation 70/132170/1
authorliamfallon <liam.fallon@est.tech>
Fri, 11 Nov 2022 15:57:47 +0000 (15:57 +0000)
committerliamfallon <liam.fallon@est.tech>
Fri, 11 Nov 2022 15:57:53 +0000 (15:57 +0000)
commit004075aea4b207ad98a182f1e261e7f36d374d22
tree1d376ed4e8d530ad3c0946122b2a1ea20548f382
parent61020567b79651a65a3c7bf07f799105238f5c95
Add OpenAPI Swagger 3 spc and API generation

This commit adds the Policy/API OpenAPI (Swagger) document as a source
document under source control.

This OpenAPI document was generated from the existing SpringFox
annotations in the source code, was uploaded to the online Swagger
editor and was converted into OpenAPI 3.0 format. It was then manually
edited to correct the return types and to match the input and putput
types to our Java classes.

The pom.xml is also amended to generate the API interface source doe in
the target/generated-sources directory.

The generated code does NOT replace the existing API code as yet.

Issue-ID: POLICY-4431
Change-Id: Idf3763fe99fc9dfa5739d9074213fa7d293fbba6
Signed-off-by: liamfallon <liam.fallon@est.tech>
main/pom.xml
main/src/main/resources/openapi/openapi.yaml [new file with mode: 0644]