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
In some protocols, we have an maxLength property for text inputs. It would be good to add this one back to ResponseOption, unless we think we can use maxValue, but that doesn't seem semantically correct for a string type input.
just a note that this variable does not seem to be used in the UI at the moment.
The text was updated successfully, but these errors were encountered:
@djarecka i'm trying to understand how this works. so we should add maxLength to linkml-schema/reproschema.yaml and then everything will generate automatically, right?
The new version of the pydantic schema should be generated when running validate_and_release GA, and this is workflow has to be manually triggered. Look at the README and update if something is not clear.
fyi. with newer linkml you might have to update the command (removing --pydantic-version 2 )
In some protocols, we have an
maxLength
property for text inputs. It would be good to add this one back toResponseOption
, unless we think we can usemaxValue
, but that doesn't seem semantically correct for a string type input.just a note that this variable does not seem to be used in the UI at the moment.
The text was updated successfully, but these errors were encountered: