eclipse-pass / main

Catch all repository against which issues of general, cross cutting topics are logged.
Apache License 2.0
4 stars 8 forks source link

Remove deprecated Repository.formSchema #1019

Open markpatton opened 4 months ago

markpatton commented 4 months ago

What?

Remove fromSchema from the Repository model because it is no longer used. You will also have to update the existing repository objects.

Why?

The attribute is no longer used and is confusing to have on the object. Instead schemas is used.

How?

Acceptance Criteria

Related Issues