|
352 | 352 | ]
|
353 | 353 | },
|
354 | 354 | {
|
355 |
| - "description": "Does not see inexisting elements on new objects: 'foo' via required", |
| 355 | + "description": "Does not see inexisting elements on new objects: 'foo' as number", |
356 | 356 | "comment": "Validating a new object should not be affected by previous default",
|
357 | 357 | "schema": {
|
358 | 358 | "required": ["foo"]
|
|
373 | 373 | ]
|
374 | 374 | },
|
375 | 375 | {
|
376 |
| - "description": "Does not see inexisting elements on new objects: 'foo' via required", |
| 376 | + "description": "Does not see inexisting elements on new objects: 'foo' as object", |
377 | 377 | "comment": "Validating a new object should not be affected by previous default",
|
378 | 378 | "schema": {
|
379 | 379 | "properties": { "foo": { "type": "number" } }
|
|
456 | 456 | ]
|
457 | 457 | },
|
458 | 458 | {
|
459 |
| - "description": "Does not see inexisting elements on new objects: 'length' via required", |
| 459 | + "description": "Does not see inexisting elements on new objects: 'length' as number", |
460 | 460 | "comment": "Validating a new object should not be affected by previous default",
|
461 | 461 | "schema": {
|
462 | 462 | "required": ["length"]
|
|
477 | 477 | ]
|
478 | 478 | },
|
479 | 479 | {
|
480 |
| - "description": "Does not see inexisting elements on new objects: 'length' via required", |
| 480 | + "description": "Does not see inexisting elements on new objects: 'length' as object", |
481 | 481 | "comment": "Validating a new object should not be affected by previous default",
|
482 | 482 | "schema": {
|
483 | 483 | "properties": { "length": { "type": "number" } }
|
|
560 | 560 | ]
|
561 | 561 | },
|
562 | 562 | {
|
563 |
| - "description": "Does not see inexisting elements on new objects: '__proto__' via required", |
| 563 | + "description": "Does not see inexisting elements on new objects: '__proto__' as number", |
564 | 564 | "comment": "Validating a new object should not be affected by previous default",
|
565 | 565 | "schema": {
|
566 | 566 | "required": ["__proto__"]
|
|
581 | 581 | ]
|
582 | 582 | },
|
583 | 583 | {
|
584 |
| - "description": "Does not see inexisting elements on new objects: '__proto__' via required", |
| 584 | + "description": "Does not see inexisting elements on new objects: '__proto__' as object", |
585 | 585 | "comment": "Validating a new object should not be affected by previous default",
|
586 | 586 | "schema": {
|
587 | 587 | "properties": { "__proto__": { "type": "number" } }
|
|
0 commit comments