diff --git a/.gitignore b/.gitignore index 264886651684e8ba028327cdd887217adf8893ca..d2de0de671ac02e225be2c773997757c1fcd0580 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ public/ -node_modules \ No newline at end of file +node_modules diff --git a/content/page/specs.md b/content/page/specs.md index b124f4c000c3a1fb1110dbe605c9dfdb2950b854..00eabb152e090076cafa065a0da006cf79893c31 100644 --- a/content/page/specs.md +++ b/content/page/specs.md @@ -270,6 +270,12 @@ 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). + +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)