Skip to main content

OciReposFilter

Filters for narrowing the OCI repositories list.

All filters are combined with AND logic.

input OciReposFilter {
artifactType: String
name: OciRepoNameFilter
search: String
}

Fields

OciReposFilter.artifactType ● String scalar {#artifact-type}

Filter by OCI artifact media type. Currently the only supported type is application/vnd.massdriver.bundle.v1+json. Passing an unsupported type returns an empty list.

OciReposFilter.name ● OciRepoNameFilter input {#name}

Filter repositories by name using exact match, prefix, or set membership.

Full-text search across the repository name, readme, and changelog. Results are ranked by relevance unless you provide an explicit sort. For terms longer than 3 characters, name-prefix matches are also included. Note: pagination cursors returned by search results use offset-based pagination and are not interchangeable with cursors from non-search queries.

Member Of

ociRepos query