Skip to content

Commit

Permalink
fixing some order of properties to be inline with RM specs (#99 SPECI…
Browse files Browse the repository at this point in the history
…TS-70)
  • Loading branch information
sebastian-iancu committed Feb 26, 2024
1 parent 17f7217 commit 730b4ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions specifications/schemas/demographic/Contact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ allOf:
required:
- addresses
properties:
time_validity:
$ref: ../data_types/DvIntervalOfDate.yaml
addresses:
type: array
items:
$ref: ../demographic/Address.yaml
time_validity:
$ref: ../data_types/DvIntervalOfDate.yaml
4 changes: 2 additions & 2 deletions specifications/schemas/demographic/Party.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ allOf:
required:
- identities
properties:
details:
$ref: ../data_structures/UItemStructure.yaml
identities:
type: array
items:
Expand All @@ -15,3 +13,5 @@ properties:
type: array
items:
$ref: ../demographic/Contact.yaml
details:
$ref: ../data_structures/UItemStructure.yaml

0 comments on commit 730b4ca

Please sign in to comment.