|
741 | 741 | "title": "Documents", |
742 | 742 | "type": "array" |
743 | 743 | }, |
744 | | - "linked_parts": { |
| 744 | + "parts": { |
745 | 745 | "description": "List of parts that belong to the documents", |
746 | 746 | "items": { |
747 | 747 | "$ref": "#/$defs/Part" |
748 | 748 | }, |
749 | | - "title": "Linked Parts", |
| 749 | + "title": "Parts", |
750 | 750 | "type": "array" |
751 | 751 | } |
752 | 752 | }, |
753 | 753 | "required": [ |
754 | 754 | "documents", |
755 | | - "linked_parts" |
| 755 | + "parts" |
756 | 756 | ], |
757 | 757 | "title": "DocumentCreateCheckData", |
758 | 758 | "type": "object" |
|
798 | 798 | "title": "Action", |
799 | 799 | "type": "string" |
800 | 800 | }, |
801 | | - "linked_parts": { |
| 801 | + "parts": { |
802 | 802 | "description": "Parts that belong to the document", |
803 | 803 | "items": { |
804 | 804 | "$ref": "#/$defs/Part" |
805 | 805 | }, |
806 | | - "title": "Linked Parts", |
| 806 | + "title": "Parts", |
807 | 807 | "type": "array" |
808 | 808 | } |
809 | 809 | }, |
810 | 810 | "required": [ |
811 | 811 | "document", |
812 | 812 | "action", |
813 | | - "linked_parts" |
| 813 | + "parts" |
814 | 814 | ], |
815 | 815 | "title": "DocumentFieldCalculationData", |
816 | 816 | "type": "object" |
|
849 | 849 | "title": "Documents", |
850 | 850 | "type": "array" |
851 | 851 | }, |
852 | | - "linked_parts": { |
| 852 | + "parts": { |
853 | 853 | "description": "List of parts that belong to the documents", |
854 | 854 | "items": { |
855 | 855 | "$ref": "#/$defs/Part" |
856 | 856 | }, |
857 | | - "title": "Linked Parts", |
| 857 | + "title": "Parts", |
858 | 858 | "type": "array" |
859 | 859 | } |
860 | 860 | }, |
861 | 861 | "required": [ |
862 | 862 | "documents", |
863 | | - "linked_parts" |
| 863 | + "parts" |
864 | 864 | ], |
865 | 865 | "title": "DocumentModifyCheckData", |
866 | 866 | "type": "object" |
|
899 | 899 | "title": "Documents", |
900 | 900 | "type": "array" |
901 | 901 | }, |
902 | | - "attached_parts": { |
| 902 | + "parts": { |
903 | 903 | "description": "List of parts that belong to the documents", |
904 | 904 | "items": { |
905 | 905 | "$ref": "#/$defs/Part" |
906 | 906 | }, |
907 | | - "title": "Attached Parts", |
| 907 | + "title": "Parts", |
908 | 908 | "type": "array" |
909 | 909 | }, |
910 | 910 | "dialog_data": { |
911 | | - "$ref": "#/$defs/DocumentReleaseDialogData" |
| 911 | + "$ref": "#/$defs/DocumentReleasedDialogData" |
912 | 912 | } |
913 | 913 | }, |
914 | 914 | "required": [ |
915 | 915 | "documents", |
916 | | - "attached_parts", |
| 916 | + "parts", |
917 | 917 | "dialog_data" |
918 | 918 | ], |
919 | 919 | "title": "DocumentReleaseCheckData", |
|
943 | 943 | "title": "DocumentReleaseCheckEvent", |
944 | 944 | "type": "object" |
945 | 945 | }, |
946 | | - "DocumentReleaseDialogData": { |
| 946 | + "DocumentReleasedData": { |
| 947 | + "properties": { |
| 948 | + "documents": { |
| 949 | + "description": "List of documents that were released.", |
| 950 | + "items": { |
| 951 | + "$ref": "#/$defs/Document" |
| 952 | + }, |
| 953 | + "title": "Documents", |
| 954 | + "type": "array" |
| 955 | + }, |
| 956 | + "parts": { |
| 957 | + "description": "List of parts that belong to the released documents", |
| 958 | + "items": { |
| 959 | + "$ref": "#/$defs/Part" |
| 960 | + }, |
| 961 | + "title": "Parts", |
| 962 | + "type": "array" |
| 963 | + }, |
| 964 | + "dialog_data": { |
| 965 | + "$ref": "#/$defs/DocumentReleasedDialogData" |
| 966 | + } |
| 967 | + }, |
| 968 | + "required": [ |
| 969 | + "documents", |
| 970 | + "parts", |
| 971 | + "dialog_data" |
| 972 | + ], |
| 973 | + "title": "DocumentReleasedData", |
| 974 | + "type": "object" |
| 975 | + }, |
| 976 | + "DocumentReleasedDialogData": { |
947 | 977 | "properties": { |
948 | 978 | "dialog_type": { |
949 | 979 | "const": "document_release", |
|
978 | 1008 | "title": "Cdb Ec Id" |
979 | 1009 | } |
980 | 1010 | }, |
981 | | - "title": "DocumentReleaseDialogData", |
982 | | - "type": "object" |
983 | | - }, |
984 | | - "DocumentReleasedData": { |
985 | | - "properties": { |
986 | | - "documents": { |
987 | | - "description": "List of documents that were released.", |
988 | | - "items": { |
989 | | - "$ref": "#/$defs/Document" |
990 | | - }, |
991 | | - "title": "Documents", |
992 | | - "type": "array" |
993 | | - }, |
994 | | - "parts": { |
995 | | - "description": "List of parts that belong to the released documents", |
996 | | - "items": { |
997 | | - "$ref": "#/$defs/Part" |
998 | | - }, |
999 | | - "title": "Parts", |
1000 | | - "type": "array" |
1001 | | - }, |
1002 | | - "dialog_data": { |
1003 | | - "$ref": "#/$defs/DocumentReleaseDialogData" |
1004 | | - } |
1005 | | - }, |
1006 | | - "required": [ |
1007 | | - "documents", |
1008 | | - "parts", |
1009 | | - "dialog_data" |
1010 | | - ], |
1011 | | - "title": "DocumentReleasedData", |
| 1011 | + "title": "DocumentReleasedDialogData", |
1012 | 1012 | "type": "object" |
1013 | 1013 | }, |
1014 | 1014 | "DocumentReleasedEvent": { |
|
1395 | 1395 | }, |
1396 | 1396 | "EngineeringChangeReleaseCheckData": { |
1397 | 1397 | "properties": { |
1398 | | - "attached_documents": { |
| 1398 | + "documents": { |
1399 | 1399 | "description": "List of included documents.", |
1400 | 1400 | "items": { |
1401 | 1401 | "$ref": "#/$defs/Document" |
1402 | 1402 | }, |
1403 | | - "title": "Attached Documents", |
| 1403 | + "title": "Documents", |
1404 | 1404 | "type": "array" |
1405 | 1405 | }, |
1406 | | - "attached_parts": { |
| 1406 | + "parts": { |
1407 | 1407 | "description": "List of included parts.", |
1408 | 1408 | "items": { |
1409 | 1409 | "$ref": "#/$defs/Part" |
1410 | 1410 | }, |
1411 | | - "title": "Attached Parts", |
| 1411 | + "title": "Parts", |
1412 | 1412 | "type": "array" |
1413 | 1413 | }, |
1414 | 1414 | "engineering_changes": { |
|
1421 | 1421 | } |
1422 | 1422 | }, |
1423 | 1423 | "required": [ |
1424 | | - "attached_documents", |
1425 | | - "attached_parts", |
| 1424 | + "documents", |
| 1425 | + "parts", |
1426 | 1426 | "engineering_changes" |
1427 | 1427 | ], |
1428 | 1428 | "title": "EngineeringChangeReleaseCheckData", |
|
2594 | 2594 | "title": "Parts", |
2595 | 2595 | "type": "array" |
2596 | 2596 | }, |
2597 | | - "linked_documents": { |
| 2597 | + "documents": { |
2598 | 2598 | "description": "List of documents that are referenced by the parts.", |
2599 | 2599 | "items": { |
2600 | 2600 | "$ref": "#/$defs/Document" |
2601 | 2601 | }, |
2602 | | - "title": "Linked Documents", |
| 2602 | + "title": "Documents", |
2603 | 2603 | "type": "array" |
2604 | 2604 | } |
2605 | 2605 | }, |
2606 | 2606 | "required": [ |
2607 | 2607 | "parts", |
2608 | | - "linked_documents" |
| 2608 | + "documents" |
2609 | 2609 | ], |
2610 | 2610 | "title": "PartCreateCheckData", |
2611 | 2611 | "type": "object" |
|
2651 | 2651 | "title": "Action", |
2652 | 2652 | "type": "string" |
2653 | 2653 | }, |
2654 | | - "linked_documents": { |
| 2654 | + "documents": { |
2655 | 2655 | "description": "List of documents that are referenced by the parts.", |
2656 | 2656 | "items": { |
2657 | 2657 | "$ref": "#/$defs/Document" |
2658 | 2658 | }, |
2659 | | - "title": "Linked Documents", |
| 2659 | + "title": "Documents", |
2660 | 2660 | "type": "array" |
2661 | 2661 | } |
2662 | 2662 | }, |
2663 | 2663 | "required": [ |
2664 | 2664 | "part", |
2665 | 2665 | "action", |
2666 | | - "linked_documents" |
| 2666 | + "documents" |
2667 | 2667 | ], |
2668 | 2668 | "title": "PartFieldCalculationData", |
2669 | 2669 | "type": "object" |
|
2702 | 2702 | "title": "Parts", |
2703 | 2703 | "type": "array" |
2704 | 2704 | }, |
2705 | | - "linked_documents": { |
| 2705 | + "documents": { |
2706 | 2706 | "description": "List of documents that are referenced by the parts.", |
2707 | 2707 | "items": { |
2708 | 2708 | "$ref": "#/$defs/Document" |
2709 | 2709 | }, |
2710 | | - "title": "Linked Documents", |
| 2710 | + "title": "Documents", |
2711 | 2711 | "type": "array" |
2712 | 2712 | } |
2713 | 2713 | }, |
2714 | 2714 | "required": [ |
2715 | 2715 | "parts", |
2716 | | - "linked_documents" |
| 2716 | + "documents" |
2717 | 2717 | ], |
2718 | 2718 | "title": "PartModifyCheckData", |
2719 | 2719 | "type": "object" |
|
2752 | 2752 | "title": "Parts", |
2753 | 2753 | "type": "array" |
2754 | 2754 | }, |
2755 | | - "attached_documents": { |
| 2755 | + "documents": { |
2756 | 2756 | "description": "List of documents that are referenced by the parts.", |
2757 | 2757 | "items": { |
2758 | 2758 | "$ref": "#/$defs/Document" |
2759 | 2759 | }, |
2760 | | - "title": "Attached Documents", |
| 2760 | + "title": "Documents", |
2761 | 2761 | "type": "array" |
2762 | 2762 | }, |
2763 | 2763 | "dialog_data": { |
2764 | | - "$ref": "#/$defs/PartReleaseDialogData" |
| 2764 | + "$ref": "#/$defs/PartReleasedDialogData" |
2765 | 2765 | } |
2766 | 2766 | }, |
2767 | 2767 | "required": [ |
2768 | 2768 | "parts", |
2769 | | - "attached_documents", |
| 2769 | + "documents", |
2770 | 2770 | "dialog_data" |
2771 | 2771 | ], |
2772 | 2772 | "title": "PartReleaseCheckData", |
|
2796 | 2796 | "title": "PartReleaseCheckEvent", |
2797 | 2797 | "type": "object" |
2798 | 2798 | }, |
2799 | | - "PartReleaseDialogData": { |
| 2799 | + "PartReleasedData": { |
| 2800 | + "properties": { |
| 2801 | + "parts": { |
| 2802 | + "description": "List if parts that were released.", |
| 2803 | + "items": { |
| 2804 | + "$ref": "#/$defs/Part" |
| 2805 | + }, |
| 2806 | + "title": "Parts", |
| 2807 | + "type": "array" |
| 2808 | + }, |
| 2809 | + "documents": { |
| 2810 | + "description": "List if documents that are referenced by the released part.", |
| 2811 | + "items": { |
| 2812 | + "$ref": "#/$defs/Document" |
| 2813 | + }, |
| 2814 | + "title": "Documents", |
| 2815 | + "type": "array" |
| 2816 | + }, |
| 2817 | + "dialog_data": { |
| 2818 | + "$ref": "#/$defs/PartReleasedDialogData" |
| 2819 | + } |
| 2820 | + }, |
| 2821 | + "required": [ |
| 2822 | + "parts", |
| 2823 | + "documents", |
| 2824 | + "dialog_data" |
| 2825 | + ], |
| 2826 | + "title": "PartReleasedData", |
| 2827 | + "type": "object" |
| 2828 | + }, |
| 2829 | + "PartReleasedDialogData": { |
2800 | 2830 | "properties": { |
2801 | 2831 | "dialog_type": { |
2802 | 2832 | "const": "part_release", |
|
2831 | 2861 | "title": "Cdb Ec Id" |
2832 | 2862 | } |
2833 | 2863 | }, |
2834 | | - "title": "PartReleaseDialogData", |
2835 | | - "type": "object" |
2836 | | - }, |
2837 | | - "PartReleasedData": { |
2838 | | - "properties": { |
2839 | | - "parts": { |
2840 | | - "description": "List if parts that were released.", |
2841 | | - "items": { |
2842 | | - "$ref": "#/$defs/Part" |
2843 | | - }, |
2844 | | - "title": "Parts", |
2845 | | - "type": "array" |
2846 | | - }, |
2847 | | - "documents": { |
2848 | | - "description": "List if documents that are referenced by the released part.", |
2849 | | - "items": { |
2850 | | - "$ref": "#/$defs/Document" |
2851 | | - }, |
2852 | | - "title": "Documents", |
2853 | | - "type": "array" |
2854 | | - }, |
2855 | | - "dialog_data": { |
2856 | | - "$ref": "#/$defs/PartReleaseDialogData" |
2857 | | - } |
2858 | | - }, |
2859 | | - "required": [ |
2860 | | - "parts", |
2861 | | - "documents", |
2862 | | - "dialog_data" |
2863 | | - ], |
2864 | | - "title": "PartReleasedData", |
| 2864 | + "title": "PartReleasedDialogData", |
2865 | 2865 | "type": "object" |
2866 | 2866 | }, |
2867 | 2867 | "PartReleasedEvent": { |
|
0 commit comments