Skip to content

Commit 988a572

Browse files
authored
Merge pull request #209 from candleindark/enh
2 parents 9a46286 + 7d9be69 commit 988a572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developer-guide/integrate-external-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This page provides guidance on how to integrate external services with the DANDI
77
**DANDI metadata models** are defined as
88
[Pydantic models](https://github.com/dandi/dandi-schema/blob/master/dandischema/models.py)
99
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.
10+
[JSON schemas](https://github.com/dandi/schema). **Both** representations
11+
the original Pydantic definitions and JSON schemas are used across the DANDI ecosystem.
1212
The diagram below outlines how these two representations are integrated into various
1313
components, including the CLI, the backend/API, and the web interface.
1414

0 commit comments

Comments
 (0)