Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
7 lines
266 B
Plaintext
7 lines
266 B
Plaintext
The //components/json_schema component provides:
|
|
|
|
a) JSON schema constants, which can be used to inspect schema objects.
|
|
|
|
b) The JSONSchemaValidator class, which can be used to parse and validate JSON
|
|
schemas, and to validate JSON objects against the parsed schema.
|