Skip to content

Commit

Permalink
Change _type to type in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-szlapa committed Jul 11, 2024
1 parent e6b0d7d commit 3ac3f16
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ properties:
description: The eRD Repeat Number, with the prescription tracking status updates for eRD prescriptions. This is optional and only required for eRD type prescriptions.
items:
type: object
required: [_type, valueInteger]
required: [type, valueInteger]
properties:
_type:
type:
type: object
required: [text]
properties:
Expand Down

0 comments on commit 3ac3f16

Please sign in to comment.