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
[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.
4
4
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).
6
6
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.
8
8
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