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
setting cardinality: maximum: 1 in a metadata profile equates to the property being set as singular. (here’s the allinson_flex code) I think this needs to be updated. (see the "notes" section below for a potential implementation solution)
Acceptance Criteria
able to import a metadata profile yml that sets the minimum and/or maximum cardinality correctly
able to import a metadata profile yml that sets the property as singular or multiple correctly
Screenshots or Video
"title" property definition in the metadata profile yml
I talked about this with braydon during his office hour and we think that we could add another sub-property field of multi_value that can be true or false. and we could use that field instead to determine if a property should be a string or array. from there, we could hopefully use the maximum value to instead determine the length of the array, if multi_value: true is set.
if the above path is chosen, this file may be of use.
ref: https://gitlab.com/notch8/utk-hyku/-/issues/154
Summary
setting cardinality: maximum: 1 in a metadata profile equates to the property being set as singular. (here’s the allinson_flex code) I think this needs to be updated. (see the "notes" section below for a potential implementation solution)
Acceptance Criteria
Screenshots or Video
"title" property definition in the metadata profile yml
Testing Instructions
Notes
The text was updated successfully, but these errors were encountered: