Skip to content

Commit 0a19f5b

Browse files
committed
LICENSE link in readme; SCHEMA.md
1 parent e47b5ed commit 0a19f5b

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,8 @@ See [Schema](https://github.com/JSONScript/jsonscript/blob/master/SCHEMA.md) for
5858
## Implementation
5959

6060
JSONScript interpreter for node-js: [jsonscript-js](https://github.com/epoberezkin/jsonscript-js)
61+
62+
63+
## License
64+
65+
[MIT](https://github.com/JSONScript/jsonscript/blob/master/LICENSE)

SCHEMA.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# JSONScript Schema
22

3-
[JSCONScript schema](http://www.json-script.com/schema/schema.json#) schema that does not validate keywords in instructions.
3+
JSONScript uses JSON-Schema standard both for the validation schemas and for the schema that defines evauation process.
44

5-
[JSONScript strict schema](http://www.json-script.com/schema/schema_strict.json#) schema that validates scalar keywords in instructions.
5+
[JSONScript schema](http://www.json-script.com/schema/schema.json#) the schema that does not validate scalar keywords in instructions (keyword values can be scripts and have to be validated when the script is evaluated).
66

7-
[JSONScript evaluation schema](http://www.json-script.com/schema/evaluate.json#) this schema contains custom schema keywords and can be used by implementations to evaluate scripts.
7+
[JSONScript strict schema](http://www.json-script.com/schema/schema_strict.json#) the schema that validates scalar keywords in instructions.
88

9-
[Instruction definition schema](http://www.json-script.com/schema/instruction.json#) the schema for instruction defnitions.
9+
[JSONScript evaluation schema](http://www.json-script.com/schema/evaluate.json#) this schema defines evalution process. It can be used by implementations to evaluate scripts. It contains non-standard keywords.
10+
11+
[Instruction definition schema](http://www.json-script.com/schema/instruction.json#) the schema for instruction defnitions. The definitions of both standard and user-defined instructions should be valid according to this schema.

0 commit comments

Comments
 (0)