addedInput schema / $schema
Added value: +"https://json-schema.org/draft/2020-12/schema"
addedInput schema / additionalProperties
Added value: +false
changedInput schema / properties / assertions / description
Previous value: -"Bounded assertions evaluated against the running game"New value: +"Bounded assertions evaluated against…"
addedInput schema / properties / assertions / items / additionalProperties
Added value: +false
removedInput schema / properties / assertions / items / properties / count / description
Removed value: -"Expected group member count"
removedInput schema / properties / assertions / items / properties / group / description
Removed value: -"Group name for group_count"
removedInput schema / properties / assertions / items / properties / kind / description
Removed value: -"Assertion kind"
removedInput schema / properties / assertions / items / properties / nodePath / description
Removed value: -"Node path for node_exists"
removedInput schema / properties / assertions / items / properties / text / description
Removed value: -"Required output substring for log_contains"
changedInput schema / properties / captureScreenshot / description
Previous value: -"Capture a screenshot and return its SHA-256 digest. Default: false"New value: +"Capture a screenshot and return its…"
changedInput schema / properties / teardown / description
Previous value: -"Stop the project after verification. Default: true"New value: +"Stop the project after verification."
changedInput schema / properties / waitFrames / description
Previous value: -"Frames to wait before assertions. Default: 2"New value: +"Frames to wait before assertions."
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "oneOf": [
+ {
+ "not": {
+ "required": [
+ "error"
+ ]
+ },
+ "properties": {
+ "ok": {
+ "const": true
+ }
+ },
+ "required": [
+ "data"
+ ]
+ },
+ {
+ "not": {
+ "required": [
+ "data"
+ ]
+ },
+ "properties": {
+ "ok": {
+ "const": false
+ }
+ },
+ "required": [
+ "error"
+ ]
+ }
+ ],
+ "properties": {
+ "data": {},
+ "error": {
+ "type": "object"
+ },
+ "meta": {
+ "type": "object"
+ },
+ "ok": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "ok",
+ "meta"
+ ],
+ "type": "object"
+}