From 05ce52403f6b1f6223acab0b375d2744675dcc31 Mon Sep 17 00:00:00 2001 From: Michelle Weidling Date: Fri, 11 Mar 2022 14:23:34 +0100 Subject: [PATCH 1/3] feat: add OpenAPI --- content/page/specs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/page/specs.md b/content/page/specs.md index 4a6d1fc..a1e7073 100644 --- a/content/page/specs.md +++ b/content/page/specs.md @@ -295,6 +295,10 @@ All objects MAY be extended by own keywords, always prefixed by `x-`. ## Appendix +### Schema Files + +An [OpenAPI](https://swagger.io/specification/) specification of the TextAPI can be found in the [API's repository](https://gitlab.gwdg.de/subugoe/emo/text-api/-/blob/main/openapi_3.0.2_specification.yml). + ### Class Diagram ![UML class diagram](https://yuml.me/2888aac0.svg) -- GitLab From 2c4ea3f84c0d5e11f3f5e0c93965d358d5e1246e Mon Sep 17 00:00:00 2001 From: Michelle Weidling Date: Thu, 31 Mar 2022 14:16:21 +0200 Subject: [PATCH 2/3] feat: add JSON Schema to specs --- content/page/specs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/page/specs.md b/content/page/specs.md index a1e7073..710440a 100644 --- a/content/page/specs.md +++ b/content/page/specs.md @@ -299,6 +299,8 @@ All objects MAY be extended by own keywords, always prefixed by `x-`. An [OpenAPI](https://swagger.io/specification/) specification of the TextAPI can be found in the [API's repository](https://gitlab.gwdg.de/subugoe/emo/text-api/-/blob/main/openapi_3.0.2_specification.yml). +An [JSON Schema](https://json-schema.org/) specification of the TextAPI can be found in the [API's repository](https://gitlab.gwdg.de/subugoe/emo/text-api/-/tree/main/schema). + ### Class Diagram ![UML class diagram](https://yuml.me/2888aac0.svg) -- GitLab From b74113a2ca52d432e04e1ace52579f2e3ff59990 Mon Sep 17 00:00:00 2001 From: Michelle Weidling Date: Thu, 31 Mar 2022 14:16:31 +0200 Subject: [PATCH 3/3] chore: update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 364fdec..d2de0de 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ public/ +node_modules -- GitLab