anyRepositoryHasFulltext property
True if any of this work's locations has location.is_oa=true and location.source.type=repository. Use case: researchers want to track Green OA, using a definition of "any repository hosts this." OpenAlex's definition (as used in oa_status) doesn't support this, because as soon as there's a publisher-hosted copy (bronze, hybrid, or gold), oa_status is set to that publisher-hosted status. So there's a lot of repository-hosted content that the oa_status can't tell you about. Our State of OA paper calls this "shadowed Green." This feature makes it possible to track shadowed Green.
Implementation
@JsonKey(name: 'any_repository_has_fulltext')
bool? anyRepositoryHasFulltext;