Open satra opened 3 months ago
@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.