Skip to content

Commit

Permalink
Apply suggestions from @jricher to address concerns from @selfissued
Browse files Browse the repository at this point in the history
…about unknown properties.

Co-authored-by: Justin Richer <justin@bspk.io>
  • Loading branch information
msporny and jricher committed Dec 1, 2020
1 parent 012baf1 commit 3ddbe4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2329,6 +2329,8 @@ <h1>Representations</h1>
</p>

<p>
Unrecognized properties MUST be preserved. An unrecognized property is
any property that does not have explicit processing rules known to the consumer or producer.
Consumers MUST add all properties that do not have explicit processing rules
for the representation being consumed to the abstract data model using only the
representation's generic type processing rules. Producers MUST serialize all
Expand Down Expand Up @@ -2632,7 +2634,9 @@ <h3>
data-cite="INFRA#convert-a-json-derived-javascript-value-to-an-infra-value">JSON
consumption rules</a> in the [[INFRA]] specification.
</p>

<p>
Note that the value of the <code>@context</code> object member will be ignored, if present. That is, this field will not have additional processing applied to its value and will be added verbatim to the abstract data model.
</p>
</section>

</section>
Expand Down

0 comments on commit 3ddbe4b

Please sign in to comment.