Per @arcadiafalcone, parallelContributor can be deprecated.
No records have values for parallelContributor since we never mapped anything to it. Unfortunately, many records have parallelContributor: [] so we cannot simply remove it from the openapi.
Removing these instances from the DB are possible, but the effort is non-trivial. As an alternative, I'm going to mark the schema as deprecated as supported by openapi.
Per @arcadiafalcone, parallelContributor can be deprecated.
No records have values for parallelContributor since we never mapped anything to it. Unfortunately, many records have
parallelContributor: []
so we cannot simply remove it from the openapi.Removing these instances from the DB are possible, but the effort is non-trivial. As an alternative, I'm going to mark the schema as deprecated as supported by openapi.