File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
content/swagger/resources/attributes Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,11 @@ properties:
185
185
localeCode :
186
186
type : string
187
187
description : Column label for the locale `localeCode`
188
+ is_required_for_completeness :
189
+ type : boolean
190
+ description : Defines if the column should be entirely filled for the attribute to be considered complete
191
+ x-warning : This value is always true for the first column in a table configuration
192
+ default : false
188
193
example : {
189
194
" code " : " release_date" ,
190
195
" type " : " pim_catalog_date" ,
Original file line number Diff line number Diff line change 181
181
" en_US " : " Ingredient" ,
182
182
" fr_FR " : " Ingrédient"
183
183
},
184
- " validations " : {}
184
+ " validations " : {},
185
+ " is_required_for_completeness " : true
185
186
},
186
187
{
187
188
" code " : " percentage" ,
194
195
" max " : 100,
195
196
" min " : 0,
196
197
" decimals_allowed " : true
197
- }
198
+ },
199
+ " is_required_for_completeness " : true
198
200
},
199
201
{
200
202
" code " : " allergen" ,
203
205
" en_US " : " Allergen" ,
204
206
" fr_FR " : " Allergène"
205
207
},
206
- " validations " : {}
208
+ " validations " : {},
209
+ " is_required_for_completeness " : false
207
210
}
208
211
]
209
212
}
You can’t perform that action at this time.
0 commit comments