We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a46286 + 7d9be69 commit 988a572Copy full SHA for 988a572
1 file changed
docs/developer-guide/integrate-external-services.md
@@ -7,8 +7,8 @@ This page provides guidance on how to integrate external services with the DANDI
7
**DANDI metadata models** are defined as
8
[Pydantic models](https://github.com/dandi/dandi-schema/blob/master/dandischema/models.py)
9
in [**dandischema**](https://github.com/dandi/dandi-schema) and transformed into
10
-[JSON schemas](https://github.com/dandi/schema). **Both** representations,
11
-the original Pydantic definitions and JSON schemas, are used across the DANDI ecosystem.
+[JSON schemas](https://github.com/dandi/schema). **Both** representations —
+the original Pydantic definitions and JSON schemas — are used across the DANDI ecosystem.
12
The diagram below outlines how these two representations are integrated into various
13
components, including the CLI, the backend/API, and the web interface.
14
0 commit comments