@@ -68,6 +68,7 @@ This is an example of a process template that has fully represented attribute te
68
68
[
69
69
{
70
70
"name" : " Oven Temperature" ,
71
+ "type" : " parameter_template" ,
71
72
"uids" : {"cookie_templates" : " oven_temp" },
72
73
"tags" : [" oven_settings::temperature" ],
73
74
"description" : " A template for valid temperature ranges for baking cookies. Below 328K you're not even pasteurizing the dough." ,
@@ -88,6 +89,7 @@ This is an example of a process template that has fully represented attribute te
88
89
[
89
90
{
90
91
"name" : " Baking Time" ,
92
+ "type" : " parameter_template" ,
91
93
"uids" : {"cookie_templates" : " oven_time" },
92
94
"tags" : [" oven_settings::duration" ],
93
95
@@ -157,6 +159,7 @@ property templates | are unique within | properties
157
159
[
158
160
{
159
161
"uids" : {"cookie_templates" : " choc_chip_comp_01" },
162
+ "type" : " property_template" ,
160
163
"tags" : [" ingredients::cookies::nutsallowed" ],
161
164
"name" : " Chocolate Chip Cookie Composition" ,
162
165
"description" : " Specifying the composition of the linked cookie" ,
@@ -240,6 +243,7 @@ condition templates | are unique within | conditions
240
243
{
241
244
"uids" : {"cookie_templates" : " hedonic_index_prop" },
242
245
"tags" : [],
246
+ "type" : " property_template" ,
243
247
"name" : " Chocolate Chip Cookie Hedonic Index" ,
244
248
"description" : " The allowable range for the hedonic index of chocolate chip cookies." ,
245
249
"bounds" : {
@@ -263,6 +267,7 @@ condition templates | are unique within | conditions
263
267
"name" : " Cookie Temperature" ,
264
268
"uids" : {"cookie_templates" : " cookie_eating_temp" },
265
269
"tags" : [],
270
+ "type" : " condition_template" ,
266
271
"description" : " A template for valid temperature ranges for eating cookies." ,
267
272
"bounds" : {
268
273
"default_units" : " kelvin" ,
@@ -285,6 +290,7 @@ condition templates | are unique within | conditions
285
290
"name" : " Number of Cookies" ,
286
291
"uids" : {"cookie_templates" : " cookie_count" },
287
292
"tags" : [" chocula" ],
293
+ "type" : " parameter_template" ,
288
294
"description" : " A template for the number of cookies to eat for a hedonic index test." ,
289
295
"bounds" : {
290
296
"type" : " integer_bounds" ,
0 commit comments