You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Exclusionary list of countries that will not use this design group.
270
252
## cardinality = 0..1
271
253
blocked_for = {
272
-
## cardinality = ~1..inf
254
+
## cardinality = 0..inf
273
255
enum[country_tags]
274
256
}
275
257
276
258
### Inclusionary list of countries that will use this design group. If this list is empty, all countries not in the block list will be allowed. If this list is not empty, only countries that are in this list and not in the blocked list will be allowed.
277
259
## cardinality = 0..1
278
260
available_for = {
279
-
## cardinality = ~1..inf
261
+
## cardinality = 0..inf
280
262
enum[country_tags]
281
263
}
282
264
@@ -294,7 +276,7 @@ ai_equipment_design_group = {
294
276
295
277
### One or more specifications of designs belonging to this design group.
296
278
## cardinality = 1..inf
297
-
<ai_equipment_design.design> = {
279
+
value_set[ai_equipment_design_option] = {
298
280
### Further priority for creating this design specifically or for creating or upgrading equipment to use this design.
0 commit comments