mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-05 02:34:14 +02:00
Dump schema in a subdir for purity.
This commit is contained in:
parent
8ec10bbdf2
commit
809ec63b9c
|
|
@ -7,7 +7,7 @@ resolved correctly. For basic CLI testing, we recommend and have verified they
|
||||||
work with the Node.js package [z-schema](https://github.com/zaggino/z-schema):
|
work with the Node.js package [z-schema](https://github.com/zaggino/z-schema):
|
||||||
```
|
```
|
||||||
$ npm install -g z-schema
|
$ npm install -g z-schema
|
||||||
$ z-schema m.room.message examples/m.room.message_m.text
|
$ z-schema schema/m.room.message examples/m.room.message_m.text
|
||||||
schema validation passed
|
schema validation passed
|
||||||
json #1 validation passed
|
json #1 validation passed
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue