Skip to content

Commit

Permalink
Add requirement to use type property in extension points.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Apr 22, 2023
1 parent 861577b commit a89757d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3270,6 +3270,13 @@ <h3>Reserved Extension Points</h3>
specification describing their implementation.
</p>

<p>
In order to avoid collisions regarding how the following properties are used,
implementations MUST specify a `type` property in the value associated with the
reserved property. For more information related to adding `type` information,
see Section <a href="#types"></a>.
</p>

<p class="issue" title="Reserved properties under debate">
The following extension point properties are under consideration for being
marked as reserved: `presentationSchema`, `credentialRefresh`, `termsOfUse`,
Expand Down

0 comments on commit a89757d

Please sign in to comment.