File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 505
505
</t >
506
506
<t >
507
507
For all such properties, child validation succeeds if the child instance
508
- validates agains the "additionalProperties" schema.
508
+ validates against the "additionalProperties" schema.
509
509
</t >
510
510
</section >
511
511
663
663
<t >
664
664
Both of these keywords can be used to decorate a user interface with
665
665
information about the data produced by this user interface. A title will
666
- preferrably be short, whereas a description will provide explanation about
666
+ preferably be short, whereas a description will provide explanation about
667
667
the purpose of the instance described by this schema.
668
668
</t >
669
669
<t >
812
812
813
813
<section title =" Security considerations" >
814
814
<t >
815
- JSON Schema validation defines a vocabulary for JSON Schema core and conserns all the security considerations listed there.
815
+ JSON Schema validation defines a vocabulary for JSON Schema core and concerns all the security considerations listed there.
816
816
</t >
817
817
<t >
818
818
JSON Schema validation allows the use of Regular Expressions, which have numerous different (often incompatible) implementations.
819
- Some implementations allow the embedding of arbritrary code, which is outside the scope of JSON Schema and MUST NOT be permitted.
819
+ Some implementations allow the embedding of arbitrary code, which is outside the scope of JSON Schema and MUST NOT be permitted.
820
820
Regular expressions can often also be crafted to be extremely expensive to compute (with so-called "catastrophic backtracking"),
821
821
resulting in a denial-of-service attack.
822
822
</t >
823
823
</section >
824
824
825
+ <!--
825
826
<section title="IANA Considerations">
826
827
<t>
827
828
This specification does not have any influence with regards to IANA.
828
829
</t>
829
-
830
830
</section>
831
+ -->
831
832
</middle >
832
833
833
834
<back >
You can’t perform that action at this time.
0 commit comments