X Tutup
[ { "description": "sequential evaluation", "schemas": [ { "$ref": "http://www.json-script.com/schema/schema.json#" }, { "$ref": "http://www.json-script.com/schema/schema.json#sequential" }, { "$ref": "http://www.json-script.com/schema/schema_strict.json#" }, { "$ref": "http://www.json-script.com/schema/schema_strict.json#sequential" } ], "tests": [ { "description": "array with scripts is valid", "data": [ { "$exec": "foo" }, { "$exec": "bar" }, 3 ], "valid": true }, { "description": "array with invalid scripts is invalid", "data": [ { "$exec": "foo", "$extra": {} }, { "$exec": "bar" } ], "valid": false } ] } ]
X Tutup