Skip to content

Commit

Permalink
Merge pull request #630 from VolkerHartmann/fixDocu
Browse files Browse the repository at this point in the history
Fix typos in REST documentation.
  • Loading branch information
VolkerHartmann authored Nov 27, 2024
2 parents 4f5f258 + 083b5b6 commit 2c3e7e2
Show file tree
Hide file tree
Showing 4 changed files with 538 additions and 522 deletions.
4 changes: 2 additions & 2 deletions docs/documentation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ In the actual HTTP request there is nothing special. You just access the path of

include::{snippets}/get-json-schema-document/http-request.adoc[]

As a result, you receive the XSD schema send before.
As a result, you receive the JSON schema send before.

include::{snippets}/get-json-schema-document/http-response.adoc[]

Expand Down Expand Up @@ -1071,7 +1071,7 @@ HTTP-wise the call looks as follows:

include::{snippets}/get-json-schema-v3/http-request.adoc[]

As a result, you receive the XSD schema document sent before.
As a result, you receive the JSON schema document sent before.

include::{snippets}/get-json-schema-v3/http-response.adoc[]

Expand Down
4 changes: 2 additions & 2 deletions docs/documentationV2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ In the actual HTTP request there is nothing special. You just access the path of

include::{snippets}/v2-get-json-schema-document/http-request.adoc[]

As a result, you receive the XSD schema send before.
As a result, you receive the JSON schema send before.

include::{snippets}/v2-get-json-schema-document/http-response.adoc[]

Expand Down Expand Up @@ -1178,7 +1178,7 @@ HTTP-wise the call looks as follows:

include::{snippets}/v2-get-json-schema-v3/http-request.adoc[]

As a result, you receive the XSD schema document sent before:
As a result, you receive the JSON schema document sent before:

include::{snippets}/v2-get-json-schema-v3/http-response.adoc[]

Expand Down
Loading

0 comments on commit 2c3e7e2

Please sign in to comment.