Paginated list of credentials matching search criteria
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CredentialFilterResponse", "title": "CredentialFilterResponse", "type": "object", "description": "Paginated list of credentials matching search criteria", "properties": { "list": { "type": "array", "description": "Array of credential records", "items": { "$ref": "#/components/schemas/Credential" } }, "page": { "$ref": "#/components/schemas/PageInfo" } } }