removedOutput schema / properties / per_source
Removed value: -{
- "items": {
- "additionalProperties": false,
- "properties": {
- "algorithms_not_searched": {
- "description": "Fingerprint algorithms its lookup does not search, so they were never put to it.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "count": {
- "description": "Rows it contributed. Never added to another catalogue's: they index corpora that overlap by an amount none of them publishes.",
- "type": "number"
- },
- "error": {
- "enum": [
- "not_found",
- "invalid_input",
- "rate_limited",
- "parse_failure",
- "network_error",
- "timeout"
- ],
- "type": "string"
- },
- "index_total": {
- "description": "What its own index holds for this question, the rows on this page included.",
- "type": "number"
- },
- "index_total_over_any_word": {
- "description": "The total counts rows carrying any word of the query, its text index reading them apart.",
- "type": "boolean"
- },
- "moment": {
- "description": "Which moment failed.",
- "type": "string"
- },
- "name": {
- "description": "The name that catalogue calls itself.",
- "type": "string"
- },
- "narrowings_naming_no_record": {
- "description": "Narrowings written only with identifiers another catalogue minted.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "narrowings_not_received": {
- "description": "Narrowings this catalogue cannot receive. This is the one field that says a catalogue cannot do something.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "narrowings_received_in_part": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "reason": {
- "description": "Why it was not asked, or what went wrong.",
- "type": "string"
- },
- "records": {
- "description": "Distinct records behind its rows.",
- "type": "number"
- },
- "skipped": {
- "description": "Rows it answered with that this client could not read and left out.",
- "type": "number"
- },
- "source": {
- "description": "The catalogue this row is about.",
- "type": "string"
- },
- "state": {
- "description": "'answered' looked, and a count of zero means it found nothing. 'failed' could not answer, and states nothing about what it holds. 'absent' was never asked. Only the first is evidence about the world.",
- "enum": [
- "answered",
- "failed",
- "absent"
- ],
- "type": "string"
- },
- "unattributed": {
- "description": "Records it answered with while carrying none of what was asked about.",
- "type": "number"
- }
- },
- "required": [
- "source",
- "state"
- ],
- "type": "object"
- },
- "type": "array"
-}