|
467 | 467 | "type": "string", |
468 | 468 | "const": "uint" |
469 | 469 | }, |
| 470 | + "name": { |
| 471 | + "type": "string", |
| 472 | + "description": "Name of the argument" |
| 473 | + }, |
470 | 474 | "len": { |
471 | 475 | "type": "integer", |
472 | 476 | "description": "Length of the argument in bits" |
|
486 | 490 | "type": "string", |
487 | 491 | "const": "int" |
488 | 492 | }, |
| 493 | + "name": { |
| 494 | + "type": "string", |
| 495 | + "description": "Name of the argument" |
| 496 | + }, |
489 | 497 | "len": { |
490 | 498 | "type": "integer", |
491 | 499 | "description": "Length of the argument in bits" |
|
505 | 513 | "type": "string", |
506 | 514 | "const": "delta" |
507 | 515 | }, |
| 516 | + "name": { |
| 517 | + "type": "string", |
| 518 | + "description": "Name of the argument" |
| 519 | + }, |
508 | 520 | "delta": { |
509 | 521 | "type": "integer", |
510 | 522 | "description": "Delta value" |
|
524 | 536 | "type": "string", |
525 | 537 | "const": "stack" |
526 | 538 | }, |
| 539 | + "name": { |
| 540 | + "type": "string", |
| 541 | + "description": "Name of the argument" |
| 542 | + }, |
527 | 543 | "len": { |
528 | 544 | "type": "integer", |
529 | 545 | "description": "Length of the argument in bits" |
|
543 | 559 | "type": "string", |
544 | 560 | "const": "control" |
545 | 561 | }, |
| 562 | + "name": { |
| 563 | + "type": "string", |
| 564 | + "description": "Name of the argument" |
| 565 | + }, |
546 | 566 | "range": { |
547 | 567 | "$ref": "#/definitions/ArgRange", |
548 | 568 | "description": "Value range for the control argument" |
|
558 | 578 | "type": "string", |
559 | 579 | "const": "plduzArg" |
560 | 580 | }, |
| 581 | + "name": { |
| 582 | + "type": "string", |
| 583 | + "description": "Name of the argument" |
| 584 | + }, |
561 | 585 | "range": { |
562 | 586 | "$ref": "#/definitions/ArgRange", |
563 | 587 | "description": "Value range for the plduz argument" |
|
573 | 597 | "type": "string", |
574 | 598 | "const": "tinyInt" |
575 | 599 | }, |
| 600 | + "name": { |
| 601 | + "type": "string", |
| 602 | + "description": "Name of the argument" |
| 603 | + }, |
576 | 604 | "range": { |
577 | 605 | "$ref": "#/definitions/ArgRange", |
578 | 606 | "description": "Value range for the tinyInt argument" |
|
588 | 616 | "type": "string", |
589 | 617 | "const": "largeInt" |
590 | 618 | }, |
| 619 | + "name": { |
| 620 | + "type": "string", |
| 621 | + "description": "Name of the argument" |
| 622 | + }, |
591 | 623 | "range": { |
592 | 624 | "$ref": "#/definitions/ArgRange", |
593 | 625 | "description": "Value range for the largeInt argument" |
|
602 | 634 | "$": { |
603 | 635 | "type": "string", |
604 | 636 | "const": "minusOne" |
| 637 | + }, |
| 638 | + "name": { |
| 639 | + "type": "string", |
| 640 | + "description": "Name of the argument" |
605 | 641 | } |
606 | 642 | }, |
607 | 643 | "required": ["$"], |
|
613 | 649 | "$": { |
614 | 650 | "type": "string", |
615 | 651 | "const": "s1" |
| 652 | + }, |
| 653 | + "name": { |
| 654 | + "type": "string", |
| 655 | + "description": "Name of the argument" |
616 | 656 | } |
617 | 657 | }, |
618 | 658 | "required": ["$"], |
|
625 | 665 | "type": "string", |
626 | 666 | "const": "setcpArg" |
627 | 667 | }, |
| 668 | + "name": { |
| 669 | + "type": "string", |
| 670 | + "description": "Name of the argument" |
| 671 | + }, |
628 | 672 | "range": { |
629 | 673 | "$ref": "#/definitions/ArgRange", |
630 | 674 | "description": "Value range for the setcp argument" |
|
640 | 684 | "type": "string", |
641 | 685 | "const": "slice" |
642 | 686 | }, |
| 687 | + "name": { |
| 688 | + "type": "string", |
| 689 | + "description": "Name of the argument" |
| 690 | + }, |
643 | 691 | "refs": { |
644 | 692 | "$ref": "#/definitions/Arg", |
645 | 693 | "description": "References argument for slice" |
|
663 | 711 | "type": "string", |
664 | 712 | "const": "codeSlice" |
665 | 713 | }, |
| 714 | + "name": { |
| 715 | + "type": "string", |
| 716 | + "description": "Name of the argument" |
| 717 | + }, |
666 | 718 | "refs": { |
667 | 719 | "$ref": "#/definitions/Arg", |
668 | 720 | "description": "References argument for code slice" |
|
681 | 733 | "$": { |
682 | 734 | "type": "string", |
683 | 735 | "const": "refCodeSlice" |
| 736 | + }, |
| 737 | + "name": { |
| 738 | + "type": "string", |
| 739 | + "description": "Name of the argument" |
684 | 740 | } |
685 | 741 | }, |
686 | 742 | "required": ["$"], |
|
693 | 749 | "type": "string", |
694 | 750 | "const": "inlineCodeSlice" |
695 | 751 | }, |
| 752 | + "name": { |
| 753 | + "type": "string", |
| 754 | + "description": "Name of the argument" |
| 755 | + }, |
696 | 756 | "bits": { |
697 | 757 | "$ref": "#/definitions/Arg", |
698 | 758 | "description": "Bits argument for inline code slice" |
|
707 | 767 | "$": { |
708 | 768 | "type": "string", |
709 | 769 | "const": "dict" |
| 770 | + }, |
| 771 | + "name": { |
| 772 | + "type": "string", |
| 773 | + "description": "Name of the argument" |
710 | 774 | } |
711 | 775 | }, |
712 | 776 | "required": ["$"], |
|
718 | 782 | "$": { |
719 | 783 | "type": "string", |
720 | 784 | "const": "exoticCell" |
| 785 | + }, |
| 786 | + "name": { |
| 787 | + "type": "string", |
| 788 | + "description": "Name of the argument" |
721 | 789 | } |
722 | 790 | }, |
723 | 791 | "required": ["$"], |
|
729 | 797 | "$": { |
730 | 798 | "type": "string", |
731 | 799 | "const": "debugstr" |
| 800 | + }, |
| 801 | + "name": { |
| 802 | + "type": "string", |
| 803 | + "description": "Name of the argument" |
732 | 804 | } |
733 | 805 | }, |
734 | 806 | "required": ["$"], |
|
0 commit comments