Skip to content

Commit

Permalink
use relative dir names in references (#99 SPECITS-70)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-iancu committed Dec 4, 2023
1 parent 6120432 commit 72e1148
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions specifications/schemas/demographic/Actor.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: ACTOR
type: object
allOf:
- $ref: Party.yaml
- $ref: ../demographic/Party.yaml
required:
- languages
properties:
Expand All @@ -12,4 +12,4 @@ properties:
roles:
type: array
items:
$ref: Role.yaml
$ref: ../base_types/PartyRef.yaml
2 changes: 1 addition & 1 deletion specifications/schemas/demographic/Contact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ properties:
addresses:
type: array
items:
$ref: Address.yaml
$ref: ../demographic/Address.yaml
4 changes: 2 additions & 2 deletions specifications/schemas/demographic/Party.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ properties:
identities:
type: array
items:
$ref: PartyIdentity.yaml
$ref: ../demographic/PartyIdentity.yaml
contacts:
type: array
items:
$ref: Contact.yaml
$ref: ../demographic/Contact.yaml
4 changes: 2 additions & 2 deletions specifications/schemas/demographic/Role.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: ROLE
type: object
allOf:
- $ref: Party.yaml
- $ref: ../demographic/Party.yaml
required:
- languages
properties:
Expand All @@ -12,4 +12,4 @@ properties:
capabilities:
type: array
items:
$ref: Capability.yaml
$ref: ../demographic/Capability.yaml

0 comments on commit 72e1148

Please sign in to comment.