Skip to content

Commit 8380c2b

Browse files
bvdhkpshek
authored andcommitted
Require extensions to be JSON (fixes #357 and #270)
1 parent b99bfe1 commit 8380c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ CDS Services and browser-based EHRs will require CORS support. A secure implemen
554554

555555
## Extensions
556556

557-
The specification is not prescriptive about support for extensions. However, to support extensions, the specification reserves the name `extension` and will never define an element with that name, allowing implementations to use it to provide custom behavior and information. The value of an extension element should be a pre-coordinated JSON object.
557+
The specification is not prescriptive about support for extensions. However, to support extensions, the specification reserves the name `extension` and will never define an element with that name, allowing implementations to use it to provide custom behavior and information. The value of an extension element MUST be a pre-coordinated JSON object.
558558

559559
For example, an extension on a request could look like this:
560560

0 commit comments

Comments
 (0)