From 16a4b7860b59efdf5113cfe3ae8169da6f530165 Mon Sep 17 00:00:00 2001 From: Daniel Garijo Date: Fri, 22 May 2020 18:51:43 -0700 Subject: [PATCH 1/2] typo --- docs/test.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/test.md b/docs/test.md index 1d8cc5f..be12898 100644 --- a/docs/test.md +++ b/docs/test.md @@ -1,6 +1,6 @@ # Running API tests -The resultant server code contains the tests to evaluate the status of your API and Knowledge Graph. +The resultant server code contains the tests to evaluate the status of your API against a knowledge graph. ## Usage @@ -16,18 +16,18 @@ And run it: $ tox ``` -You can modify the test requirements at `src/test-requirements.txt`. +You can modify the test requirements in `src/test-requirements.txt`. ## Editing -The tests located at `server/openapi_server/test/`. You can read the following [docuentation](https://nose.readthedocs.io/en/latest/testing.html) to understand how to edit them +The tests are located in `server/openapi_server/test/`. You can read the following [documentation](https://nose.readthedocs.io/en/latest/testing.html) to understand how to edit them. ### Configure -There are two useful option to test your API and Knowledge Graph: +There are two useful options to test your API against a knowledge graph: -- validate_responses can be useful to detect invalid properties or types on your Knowledge Graph. +- validate_responses can be useful to detect invalid properties or types on your knowledge graph. - strict_validation can be helpful to see an invalid request. ``` @@ -41,7 +41,7 @@ There are two useful option to test your API and Knowledge Graph: -You can edit these option at `server/openapi_server/test/__init__.py` +You can edit these option in `server/openapi_server/test/__init__.py` ```python def create_app(self): From 0c34833f7d66d8eca999c4665347aa01053e8dd9 Mon Sep 17 00:00:00 2001 From: Daniel Garijo Date: Sat, 23 May 2020 18:33:07 -0700 Subject: [PATCH 2/2] Update mapping.md --- docs/mapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mapping.md b/docs/mapping.md index daf864a..401321e 100644 --- a/docs/mapping.md +++ b/docs/mapping.md @@ -1,7 +1,7 @@ The current mapping between OWL and OpenAPI specification (OAS) supported by OBA can be seen below. !!! warning - We are currently working on improving the mapping with complex axiomatization of domains and ranges and other property annotations (minimum and maximum cardinality, etc.) + We are currently working on improving the mapping with complex axiomatization of domains and ranges and other property annotations (minimum and maximum cardinality, etc.). The new version can be seen in the following URL: https://github.com/oeg-upm/OWL-To-OAS-Specification **Namespaces** used in this document: