Update source -> sourceType in open-dds RelationshipV1 example (#1184)

<!-- The PR description should answer 2 important questions: -->

### What

We used the old `source` key alias in doc examples, but we'd like to use
the newer `sourceType` instead.

### How

Change JSON example.

V3_GIT_ORIGIN_REV_ID: f3223fb9716a2cf277ea2e82891ae8bbcdcd9ee0
This commit is contained in:
Daniel Harvey 2024-10-01 09:41:14 +01:00 committed by hasura-bot
parent f16c96c655
commit cee0e038a8
2 changed files with 2 additions and 2 deletions

View File

@ -4011,7 +4011,7 @@
"version": "v1",
"definition": {
"name": "Articles",
"source": "author",
"sourceType": "author",
"target": {
"model": {
"name": "Articles",

View File

@ -222,7 +222,7 @@ impl Relationship {
"version": "v1",
"definition": {
"name": "Articles",
"source": "author",
"sourceType": "author",
"target": {
"model": {
"name": "Articles",