Skip to content

Commit

Permalink
cleanup some comments (#99 SPECITS-70)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-iancu committed Feb 26, 2024
1 parent 5a73ea1 commit 3a4c9b3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion specifications/operations/actor_create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ tags:
- ACTOR
parameters:
- $ref: ../parameters/header/Prefer.yaml
# FIXME: missing header openEHR-AUDIT_DETAILS.committer
requestBody:
description: |
The ACTOR.
Expand Down
1 change: 0 additions & 1 deletion specifications/schemas/demographic/Actor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ properties:
items:
$ref: ../data_types/UDvText.yaml
roles:
#for the API roles are embedded in the actor
type: array
items:
$ref: Role.yaml
1 change: 0 additions & 1 deletion specifications/schemas/demographic/Address.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ allOf:
- $ref: ../common/Locatable.yaml
properties:
details:
# FIXME: I don't know which item structure schema to use, there are 3 options
$ref: ../data_structures/UItemStructure.yaml
1 change: 0 additions & 1 deletion specifications/schemas/demographic/Capability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ required:
- credentials
properties:
credentials:
# FIXME: I don't know which item structure schema to use, there are 3 options
$ref: ../data_structures/UItemStructure.yaml
time_validity:
$ref: ../data_types/DvIntervalOfDate.yaml
1 change: 0 additions & 1 deletion specifications/schemas/demographic/Party.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ allOf:
- $ref: ../common/Locatable.yaml
properties:
details:
# FIXME: I don't know which item structure schema to use, there are 3 options
$ref: ../data_structures/UItemStructure.yaml
identities:
type: array
Expand Down
1 change: 0 additions & 1 deletion specifications/schemas/demographic/PartyIdentity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ allOf:
- $ref: ../common/Locatable.yaml
properties:
details:
# FIXME: I don't know which item structure schema to use, there are 3 options
$ref: ../data_structures/UItemStructure.yaml

0 comments on commit 3a4c9b3

Please sign in to comment.