@cypress/json-schemas
Advanced tools
Comparing version 4.9.3 to 4.9.4
@@ -7,3 +7,3 @@ import { ObjectSchema } from '@cypress/schema-tools'; | ||
instanceId: uuid; | ||
testId: uuid; | ||
testId: uuid | null; | ||
testTitle: string[]; | ||
@@ -10,0 +10,0 @@ name: string; |
@@ -47,3 +47,3 @@ "use strict"; | ||
testId: { | ||
type: 'string', | ||
type: ['string', 'null'], | ||
format: 'uuid', | ||
@@ -50,0 +50,0 @@ description: 'Parent test GUID', |
{ | ||
"name": "@cypress/json-schemas", | ||
"version": "4.9.3", | ||
"version": "4.9.4", | ||
"description": "Cypress JSON schemas", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
99280