|
1511 | 1511 | "title": "EngineeringChangeReleaseData", |
1512 | 1512 | "type": "object" |
1513 | 1513 | }, |
| 1514 | + "EngineeringChangeStatusChangeCheck": { |
| 1515 | + "properties": { |
| 1516 | + "name": { |
| 1517 | + "const": "engineering_change_status_change_check", |
| 1518 | + "default": "engineering_change_status_change_check", |
| 1519 | + "title": "Name", |
| 1520 | + "type": "string" |
| 1521 | + }, |
| 1522 | + "event_id": { |
| 1523 | + "description": "unique identifier", |
| 1524 | + "title": "Event Id", |
| 1525 | + "type": "string" |
| 1526 | + }, |
| 1527 | + "data": { |
| 1528 | + "$ref": "#/$defs/EngineeringChangeStatusChangeCheckData" |
| 1529 | + } |
| 1530 | + }, |
| 1531 | + "required": [ |
| 1532 | + "event_id", |
| 1533 | + "data" |
| 1534 | + ], |
| 1535 | + "title": "EngineeringChangeStatusChangeCheck", |
| 1536 | + "type": "object" |
| 1537 | + }, |
| 1538 | + "EngineeringChangeStatusChangeCheckData": { |
| 1539 | + "properties": { |
| 1540 | + "engineering_change": { |
| 1541 | + "$ref": "#/$defs/EngineeringChange", |
| 1542 | + "description": "The engineering change that will have its status modified" |
| 1543 | + }, |
| 1544 | + "target_status": { |
| 1545 | + "description": "The target status of the engineering change", |
| 1546 | + "title": "Target Status", |
| 1547 | + "type": "integer" |
| 1548 | + }, |
| 1549 | + "documents": { |
| 1550 | + "description": "List of documents attached to the engineering change", |
| 1551 | + "items": { |
| 1552 | + "$ref": "#/$defs/Document" |
| 1553 | + }, |
| 1554 | + "title": "Documents", |
| 1555 | + "type": "array" |
| 1556 | + }, |
| 1557 | + "parts": { |
| 1558 | + "description": "List of parts attached to the engineering change", |
| 1559 | + "items": { |
| 1560 | + "$ref": "#/$defs/Part" |
| 1561 | + }, |
| 1562 | + "title": "Parts", |
| 1563 | + "type": "array" |
| 1564 | + } |
| 1565 | + }, |
| 1566 | + "required": [ |
| 1567 | + "engineering_change", |
| 1568 | + "target_status", |
| 1569 | + "documents", |
| 1570 | + "parts" |
| 1571 | + ], |
| 1572 | + "title": "EngineeringChangeStatusChangeCheckData", |
| 1573 | + "type": "object" |
| 1574 | + }, |
1514 | 1575 | "EngineeringChangeStatusChanged": { |
1515 | 1576 | "properties": { |
1516 | 1577 | "name": { |
|
3134 | 3195 | "dummy": "#/$defs/DummyEvent", |
3135 | 3196 | "engineering_change_release": "#/$defs/EngineeringChangeRelease", |
3136 | 3197 | "engineering_change_release_check": "#/$defs/EngineeringChangeReleaseCheck", |
| 3198 | + "engineering_change_status_change_check": "#/$defs/EngineeringChangeStatusChangeCheck", |
3137 | 3199 | "engineering_change_status_changed": "#/$defs/EngineeringChangeStatusChanged", |
3138 | 3200 | "field_value_calculation": "#/$defs/FieldValueCalculationEvent", |
3139 | 3201 | "part_create_check": "#/$defs/PartCreateCheckEvent", |
|
3179 | 3241 | { |
3180 | 3242 | "$ref": "#/$defs/EngineeringChangeStatusChanged" |
3181 | 3243 | }, |
| 3244 | + { |
| 3245 | + "$ref": "#/$defs/EngineeringChangeStatusChangeCheck" |
| 3246 | + }, |
3182 | 3247 | { |
3183 | 3248 | "$ref": "#/$defs/WorkflowTaskTriggerEvent" |
3184 | 3249 | }, |
|
0 commit comments