Skip to content

Commit

Permalink
Fix path typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
lostlevels committed Aug 14, 2024
1 parent f8beb9d commit 43cda4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions reference/auth/models/profile/legacyprofile.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ description: >-
type: object
properties:
fullName:
$ref: '../../../fullname.v1.yaml'
$ref: '../../../metadata/models/fullname.v1.yaml'
email:
$ref: '../../../common/models/emailaddress.v1.yaml'
emails:
$ref: '../emailaddressess.v1.yaml'
$ref: '../emailaddresses.v1.yaml'
patient:
type: object
description: 'Embedded legacy patient profile'
properties:
birthday:
$ref: '../../../common/models/birthday.v1.yaml'
diagnosisType:
$ref: '../../../diagnosistype.v1.yaml'
$ref: '../../../metadata/models/diagnosistype.v1.yaml'
diagnosisDate:
$ref: '../../../common/models/diagnosisdate.v1.yaml'
biologicalSex:
Expand Down
6 changes: 3 additions & 3 deletions reference/auth/models/profile/profile.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ description: >-
type: object
properties:
fullName:
$ref: '../../../fullname.v1.yaml'
$ref: '../../../metadata/models/fullname.v1.yaml'
birthday:
$ref: '../../../common/models/birthday.v1.yaml'
diagnosisType:
$ref: '../../../diagnosistype.v1.yaml'
$ref: '../../../metadata/models/diagnosistype.v1.yaml'
diagnosisDate:
$ref: '../../../common/models/diagnosisdate.v1.yaml'
biologicalSex:
Expand All @@ -25,7 +25,7 @@ properties:
type: object
properties:
fullName:
$ref: '../../../fullname.v1.yaml'
$ref: '../../../metadata/models/fullname.v1.yaml'
clinic:
type: object
properties:
Expand Down

0 comments on commit 43cda4e

Please sign in to comment.