You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -585,8 +585,8 @@ <h3>Validating an ExposedThingInit</h3>
585
585
<li>if |key| |value| is a <code>string</code> then if |value| is equal to one of the elements in |optional| remove |key| from |exposedThingInitSchema|</li>
586
586
</ol>
587
587
</li>
588
-
<li>Return the result of <a>validating</a> |init| with |exposedThingInitSchema|
589
-
<pclass="ednote"><dfn>Validating</dfn> steps are still under discussion.
588
+
<li>Return the result of <a>validating an object with JSON Schema</a>given |init| and |exposedThingInitSchema|.
589
+
<pclass="ednote">The<dfn>validating an object with JSON Schema</dfn> steps are still under discussion.
590
590
Currently this specification reference to the validation process of JSONSchema. Please
591
591
follow this <ahref="https://json-schema.org/draft/2019-09/json-schema-validation.html">document</a>
592
592
when validating |init| with |exposedThingInitSchema|. Notice that the working group is evaluating an alternative formal approach.
0 commit comments