|
220 | 220 | "description": "Whether Rupy should attempt to use Jinja templating to add context variables into the unit", |
221 | 221 | "type": "boolean" |
222 | 222 | }, |
223 | | - "context": { |
224 | | - "type": "object" |
225 | | - }, |
226 | 223 | "subtype": { |
227 | 224 | "enum": [ |
228 | 225 | "input", |
|
544 | 541 | "description": "Whether Rupy should attempt to use Jinja templating to add context variables into the unit", |
545 | 542 | "type": "boolean" |
546 | 543 | }, |
547 | | - "context": { |
548 | | - "type": "object" |
549 | | - }, |
550 | 544 | "mapFlowchartId": { |
551 | 545 | "description": "corresponding map unit flowchart ID", |
552 | 546 | "type": "string" |
|
756 | 750 | "description": "Whether Rupy should attempt to use Jinja templating to add context variables into the unit", |
757 | 751 | "type": "boolean" |
758 | 752 | }, |
759 | | - "context": { |
760 | | - "type": "object" |
761 | | - }, |
762 | 753 | "input": { |
763 | 754 | "description": "Input information for condition.", |
764 | 755 | "type": "array", |
|
979 | 970 | "description": "Whether Rupy should attempt to use Jinja templating to add context variables into the unit", |
980 | 971 | "type": "boolean" |
981 | 972 | }, |
982 | | - "context": { |
983 | | - "type": "object" |
984 | | - }, |
985 | 973 | "statement": { |
986 | 974 | "type": "string", |
987 | 975 | "description": "The statement to be evaluated" |
|
1168 | 1156 | "description": "Whether Rupy should attempt to use Jinja templating to add context variables into the unit", |
1169 | 1157 | "type": "boolean" |
1170 | 1158 | }, |
1171 | | - "context": { |
1172 | | - "type": "object" |
1173 | | - }, |
1174 | 1159 | "application": { |
1175 | 1160 | "$schema": "http://json-schema.org/draft-07/schema#", |
1176 | 1161 | "title": "application schema (base)", |
|
1597 | 1582 | } |
1598 | 1583 | } |
1599 | 1584 | } |
| 1585 | + }, |
| 1586 | + "context": { |
| 1587 | + "type": "array", |
| 1588 | + "items": { |
| 1589 | + "type": "object", |
| 1590 | + "required": [ |
| 1591 | + "name", |
| 1592 | + "isEdited", |
| 1593 | + "data" |
| 1594 | + ], |
| 1595 | + "properties": { |
| 1596 | + "name": { |
| 1597 | + "type": "string", |
| 1598 | + "tsType": "ContextProviderNameEnum" |
| 1599 | + }, |
| 1600 | + "isEdited": { |
| 1601 | + "type": "boolean" |
| 1602 | + }, |
| 1603 | + "data": { |
| 1604 | + "type": "object" |
| 1605 | + }, |
| 1606 | + "extraData": { |
| 1607 | + "type": "object" |
| 1608 | + } |
| 1609 | + } |
| 1610 | + } |
1600 | 1611 | } |
1601 | 1612 | } |
1602 | 1613 | }, |
|
1776 | 1787 | "description": "Whether Rupy should attempt to use Jinja templating to add context variables into the unit", |
1777 | 1788 | "type": "boolean" |
1778 | 1789 | }, |
1779 | | - "context": { |
1780 | | - "type": "object" |
1781 | | - }, |
1782 | 1790 | "scope": { |
1783 | 1791 | "type": "string" |
1784 | 1792 | }, |
|
2002 | 2010 | "description": "Whether Rupy should attempt to use Jinja templating to add context variables into the unit", |
2003 | 2011 | "type": "boolean" |
2004 | 2012 | }, |
2005 | | - "context": { |
2006 | | - "type": "object" |
2007 | | - }, |
2008 | 2013 | "operation": { |
2009 | 2014 | "description": "Contains information about the operation used.", |
2010 | 2015 | "type": "string" |
|
2524 | 2529 | "description": "Whether Rupy should attempt to use Jinja templating to add context variables into the unit", |
2525 | 2530 | "type": "boolean" |
2526 | 2531 | }, |
2527 | | - "context": { |
2528 | | - "type": "object" |
2529 | | - }, |
2530 | 2532 | "subtype": { |
2531 | 2533 | "enum": [ |
2532 | 2534 | "input", |
|
2848 | 2850 | "description": "Whether Rupy should attempt to use Jinja templating to add context variables into the unit", |
2849 | 2851 | "type": "boolean" |
2850 | 2852 | }, |
2851 | | - "context": { |
2852 | | - "type": "object" |
2853 | | - }, |
2854 | 2853 | "mapFlowchartId": { |
2855 | 2854 | "description": "corresponding map unit flowchart ID", |
2856 | 2855 | "type": "string" |
|
3060 | 3059 | "description": "Whether Rupy should attempt to use Jinja templating to add context variables into the unit", |
3061 | 3060 | "type": "boolean" |
3062 | 3061 | }, |
3063 | | - "context": { |
3064 | | - "type": "object" |
3065 | | - }, |
3066 | 3062 | "input": { |
3067 | 3063 | "description": "Input information for condition.", |
3068 | 3064 | "type": "array", |
|
3283 | 3279 | "description": "Whether Rupy should attempt to use Jinja templating to add context variables into the unit", |
3284 | 3280 | "type": "boolean" |
3285 | 3281 | }, |
3286 | | - "context": { |
3287 | | - "type": "object" |
3288 | | - }, |
3289 | 3282 | "statement": { |
3290 | 3283 | "type": "string", |
3291 | 3284 | "description": "The statement to be evaluated" |
|
3472 | 3465 | "description": "Whether Rupy should attempt to use Jinja templating to add context variables into the unit", |
3473 | 3466 | "type": "boolean" |
3474 | 3467 | }, |
3475 | | - "context": { |
3476 | | - "type": "object" |
3477 | | - }, |
3478 | 3468 | "application": { |
3479 | 3469 | "$schema": "http://json-schema.org/draft-07/schema#", |
3480 | 3470 | "title": "application schema (base)", |
|
3901 | 3891 | } |
3902 | 3892 | } |
3903 | 3893 | } |
| 3894 | + }, |
| 3895 | + "context": { |
| 3896 | + "type": "array", |
| 3897 | + "items": { |
| 3898 | + "type": "object", |
| 3899 | + "required": [ |
| 3900 | + "name", |
| 3901 | + "isEdited", |
| 3902 | + "data" |
| 3903 | + ], |
| 3904 | + "properties": { |
| 3905 | + "name": { |
| 3906 | + "type": "string", |
| 3907 | + "tsType": "ContextProviderNameEnum" |
| 3908 | + }, |
| 3909 | + "isEdited": { |
| 3910 | + "type": "boolean" |
| 3911 | + }, |
| 3912 | + "data": { |
| 3913 | + "type": "object" |
| 3914 | + }, |
| 3915 | + "extraData": { |
| 3916 | + "type": "object" |
| 3917 | + } |
| 3918 | + } |
| 3919 | + } |
3904 | 3920 | } |
3905 | 3921 | } |
3906 | 3922 | }, |
|
4080 | 4096 | "description": "Whether Rupy should attempt to use Jinja templating to add context variables into the unit", |
4081 | 4097 | "type": "boolean" |
4082 | 4098 | }, |
4083 | | - "context": { |
4084 | | - "type": "object" |
4085 | | - }, |
4086 | 4099 | "scope": { |
4087 | 4100 | "type": "string" |
4088 | 4101 | }, |
|
4306 | 4319 | "description": "Whether Rupy should attempt to use Jinja templating to add context variables into the unit", |
4307 | 4320 | "type": "boolean" |
4308 | 4321 | }, |
4309 | | - "context": { |
4310 | | - "type": "object" |
4311 | | - }, |
4312 | 4322 | "operation": { |
4313 | 4323 | "description": "Contains information about the operation used.", |
4314 | 4324 | "type": "string" |
|
4498 | 4508 | "description": "Whether Rupy should attempt to use Jinja templating to add context variables into the unit", |
4499 | 4509 | "type": "boolean" |
4500 | 4510 | }, |
4501 | | - "context": { |
4502 | | - "type": "object" |
4503 | | - }, |
4504 | 4511 | "workflowId": { |
4505 | 4512 | "description": "Id of workflow to run inside map", |
4506 | 4513 | "type": "string" |
|
4721 | 4728 | "enableRender": { |
4722 | 4729 | "description": "Whether Rupy should attempt to use Jinja templating to add context variables into the unit", |
4723 | 4730 | "type": "boolean" |
4724 | | - }, |
4725 | | - "context": { |
4726 | | - "type": "object" |
4727 | 4731 | } |
4728 | 4732 | } |
4729 | 4733 | } |
|
0 commit comments