|
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 number", |
377 | 377 | "comment": "Validating a new object should not be affected by previous default", |
378 | 378 | "schema": { |
379 | 379 | "properties": { "foo": { "type": "number" } } |
|
393 | 393 | ] |
394 | 394 | }, |
395 | 395 | { |
396 | | - "description": "Does not see inexisting elements on new objects: 'foo' via required", |
| 396 | + "description": "Does not see inexisting elements on new objects: 'foo' as object", |
397 | 397 | "comment": "Validating a new object should not be affected by previous default", |
398 | 398 | "schema": { |
399 | 399 | "properties": { "foo": { "type": "object" } } |
|
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 number", |
481 | 481 | "comment": "Validating a new object should not be affected by previous default", |
482 | 482 | "schema": { |
483 | 483 | "properties": { "length": { "type": "number" } } |
|
497 | 497 | ] |
498 | 498 | }, |
499 | 499 | { |
500 | | - "description": "Does not see inexisting elements on new objects: 'length' via required", |
| 500 | + "description": "Does not see inexisting elements on new objects: 'length' as object", |
501 | 501 | "comment": "Validating a new object should not be affected by previous default", |
502 | 502 | "schema": { |
503 | 503 | "properties": { "length": { "type": "object" } } |
|
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 number", |
585 | 585 | "comment": "Validating a new object should not be affected by previous default", |
586 | 586 | "schema": { |
587 | 587 | "properties": { "__proto__": { "type": "number" } } |
|
601 | 601 | ] |
602 | 602 | }, |
603 | 603 | { |
604 | | - "description": "Does not see inexisting elements on new objects: '__proto__' via required", |
| 604 | + "description": "Does not see inexisting elements on new objects: '__proto__' as object", |
605 | 605 | "comment": "Validating a new object should not be affected by previous default", |
606 | 606 | "schema": { |
607 | 607 | "properties": { "__proto__": { "type": "object" } } |
|
0 commit comments