Skip to content

Commit

Permalink
sql: Add missing space at start of sentence in comment. Reword array_…
Browse files Browse the repository at this point in the history
…count for clarity.
  • Loading branch information
jpmckinney committed Oct 13, 2022
1 parent 7887610 commit 1b2d48b
Show file tree
Hide file tree
Showing 26 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion docs/definitions/award_documents_summary.csv
Expand Up @@ -10,4 +10,4 @@ data_id,integer,``id`` from the Kingfisher Process ``data`` table
document,jsonb,The document object
documenttype,text,Value of the ``documentType`` field in the document object
format,text,Value of the ``format`` field in the document object
field_list,jsonb,"All JSON paths in the document object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the document object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/award_items_summary.csv
Expand Up @@ -15,4 +15,4 @@ unit_value_currency,text,Value of the ``unit/value/currency`` field in the item
classification,text,Hyphenation ``classification/scheme`` and ``classification/id`` in the party object
additionalclassifications_ids,jsonb,Hyphenation of ``scheme`` and ``id`` for each entry of the ``additionalClassifications`` array in the item object
total_additionalclassifications,integer,Length of the ``additionalClassifications`` array in the item object
field_list,jsonb,"All JSON paths in the item object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the item object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/award_suppliers_summary.csv
Expand Up @@ -17,4 +17,4 @@ total_additionalidentifiers,integer,Length of the ``additionalIdentifiers`` arra
link_to_parties,integer,"1 if any ``parties/id`` value matches this supplier's ``id`` value, otherwise 0"
link_with_role,integer,"1 if the supplier's entry in the parties array has 'supplier' in its ``roles`` array, otherwise 0"
party_index,bigint,Position of the supplier in the ``parties`` array
field_list,jsonb,"All JSON paths in the supplier object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the supplier object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/awards_summary.csv
Expand Up @@ -22,4 +22,4 @@ total_documents,bigint,Length of the ``documents`` array in the award object
document_documenttype_counts,jsonb,JSONB object in which each key is a unique ``documentType`` value and each value is its number of occurrences in the ``documents`` array of the award object
total_items,bigint,Length of the ``items`` array in the award object
award,jsonb,The award object
field_list,jsonb,"All JSON paths in the award object as well as in the related contracts' contract object (prefixed by contracts/), expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the award object as well as in the related contracts' contract object (prefixed by contracts/), expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/buyer_summary.csv
Expand Up @@ -15,4 +15,4 @@ total_additionalidentifiers,integer,Length of the ``additionalIdentifiers`` arra
link_to_parties,integer,"1 if any ``parties/id`` value matches this buyer's ``id`` value, otherwise 0"
link_with_role,integer,"1 if the buyer's entry in the parties array has 'buyer' in its ``roles`` array, otherwise 0"
party_index,bigint,Position of the buyer in the ``parties`` array
field_list,jsonb,"All JSON paths in the buyer object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the buyer object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/contract_documents_summary.csv
Expand Up @@ -10,4 +10,4 @@ data_id,integer,``id`` from the Kingfisher Process ``data`` table
document,jsonb,The document object
documenttype,text,Value of the ``documentType`` field in the document object
format,text,Value of the ``format`` field in the document object
field_list,jsonb,"All JSON paths in the document object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the document object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
Expand Up @@ -10,4 +10,4 @@ data_id,integer,``id`` from the Kingfisher Process ``data`` table
document,jsonb,The document object
documenttype,text,Value of the ``documentType`` field in the document object
format,text,Value of the ``format`` field in the document object
field_list,jsonb,"All JSON paths in the document object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the document object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
Expand Up @@ -11,4 +11,4 @@ milestone,jsonb,The milestone object
type,text,Value of the ``type`` field in the milestone object
code,text,Value of the ``code`` field in the milestone object
status,text,Value of the ``status`` field in the milestone object
field_list,jsonb,"All JSON paths in the milestone object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the milestone object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
Expand Up @@ -11,4 +11,4 @@ transaction,jsonb,The transaction object
date,text,Value of the ``date`` field in the transaction object
value_amount,numeric,"Value of the ``value/amount`` field, or the deprecated ``amount/amount`` field, in the transaction object"
value_currency,text,"Value of the ``value/currency`` field, or the deprecated ``amount/currency`` field, in the transaction object"
field_list,jsonb,"All JSON paths in the transaction object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the transaction object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/contract_items_summary.csv
Expand Up @@ -15,4 +15,4 @@ unit_value_currency,text,Value of the ``unit/value/currency`` field in the item
classification,text,Hyphenation ``classification/scheme`` and ``classification/id`` in the party object
additionalclassifications_ids,jsonb,Hyphenation of ``scheme`` and ``id`` for each entry of the ``additionalClassifications`` array in the item object
total_additionalclassifications,integer,Length of the ``additionalClassifications`` array in the item object
field_list,jsonb,"All JSON paths in the item object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the item object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/contract_milestones_summary.csv
Expand Up @@ -11,4 +11,4 @@ milestone,jsonb,The milestone object
type,text,Value of the ``type`` field in the milestone object
code,text,Value of the ``code`` field in the milestone object
status,text,Value of the ``status`` field in the milestone object
field_list,jsonb,"All JSON paths in the milestone object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the milestone object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/contracts_summary.csv
Expand Up @@ -29,4 +29,4 @@ implementation_document_documenttype_counts,jsonb,JSONB object in which each key
total_implementation_milestones,bigint,Length of the ``implementation/milestones`` array in the contract object
implementation_milestone_type_counts,jsonb,JSONB object in which each key is a unique ``type`` value and each value is its number of occurrences in the ``implementation/milestones`` array of the contract object
contract,jsonb,The contract object
field_list,jsonb,"All JSON paths in the contract object as well as in the related award's award object (prefixed by awards/), expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the contract object as well as in the related award's award object (prefixed by awards/), expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/field_counts.csv
Expand Up @@ -3,5 +3,5 @@ collection_id,bigint,``id`` from the Kingfisher Process ``collection`` table
release_type,text,"Either ""release"", ""compiled_release"", ""record"" or ""embedded_release"""
path,text,"JSON path of the field, excluding array indices"
object_property,bigint,"Number of occurrences of the field, across all array entries and all releases"
array_count,bigint,"Cumulative length of all occurrences of the field, if it is an array, across all array entries and all releases"
array_count,bigint,"If the field is an array, cumulative length of its occurrences, across all array entries and all releases"
distinct_releases,bigint,Number of releases in which the field occurs
2 changes: 1 addition & 1 deletion docs/definitions/parties_summary.csv
Expand Up @@ -14,4 +14,4 @@ unique_identifier_attempt,text,"Value of the ``id`` field in the party object if
additionalidentifiers_ids,jsonb,Hyphenation of ``scheme`` and ``id`` for each entry of the ``additionalIdentifiers`` array in the party object
total_additionalidentifiers,integer,Length of the ``additionalIdentifiers`` array in the party object
party,jsonb,The party object
field_list,jsonb,"All JSON paths in the party object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the party object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/planning_documents_summary.csv
Expand Up @@ -9,4 +9,4 @@ data_id,integer,``id`` from the Kingfisher Process ``data`` table
document,jsonb,The document object
documenttype,text,Value of the ``documentType`` field in the document object
format,text,Value of the ``format`` field in the document object
field_list,jsonb,"All JSON paths in the document object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the document object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/planning_milestones_summary.csv
Expand Up @@ -10,4 +10,4 @@ milestone,jsonb,The milestone object
type,text,Value of the ``type`` field in the milestone object
code,text,Value of the ``code`` field in the milestone object
status,text,Value of the ``status`` field in the milestone object
field_list,jsonb,"All JSON paths in the milestone object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the milestone object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/planning_summary.csv
Expand Up @@ -13,4 +13,4 @@ document_documenttype_counts,jsonb,JSONB object in which each key is a unique ``
total_milestones,bigint,Length of the ``milestones`` array in the planning object
milestone_type_counts,jsonb,JSONB object in which each key is a unique ``type`` value and each value is its number of occurrences in the ``milestones`` array of the planning object
planning,jsonb,The planning object
field_list,jsonb,"All JSON paths in the planning object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the planning object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/procuringEntity_summary.csv
Expand Up @@ -15,4 +15,4 @@ total_additionalidentifiers,integer,Length of the ``additionalIdentifiers`` arra
link_to_parties,integer,"1 if any ``parties/id`` value matches this procuring entity's ``id`` value, otherwise 0"
link_with_role,integer,"1 if the procuring entity's entry in the parties array has 'procuringEntity' in its ``roles`` array, otherwise 0"
party_index,bigint,Position of the procuring entity in the ``parties`` array
field_list,jsonb,"All JSON paths in the procuringentity object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the procuringentity object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/relatedprocesses_summary.csv
Expand Up @@ -13,4 +13,4 @@ title,text,Value of the ``title`` field in the related process object
scheme,text,Value of the ``scheme`` field in the related process object
identifier,text,Value of the ``identifier`` field in the related process object
uri,text,Value of the ``uri`` field in the related process object
field_list,jsonb,"All JSON paths in the relatedprocess object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the relatedprocess object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/release_summary.csv
Expand Up @@ -59,4 +59,4 @@ release_check,jsonb,`Data Review Tool output <https://github.com/open-contractin
release_check11,jsonb,"Data Review Tool output, forcing OCDS 1.1"
record_check,jsonb,`Data Review Tool output <https://github.com/open-contracting/lib-cove-ocds#output-json-format>`__
record_check11,jsonb,"Data Review Tool output, forcing OCDS 1.1"
field_list,jsonb,"All JSON paths in the release object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the release object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/tender_documents_summary.csv
Expand Up @@ -9,4 +9,4 @@ data_id,integer,``id`` from the Kingfisher Process ``data`` table
document,jsonb,The document object
documenttype,text,Value of the ``documentType`` field in the document object
format,text,Value of the ``format`` field in the document object
field_list,jsonb,"All JSON paths in the document object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the document object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/tender_items_summary.csv
Expand Up @@ -14,4 +14,4 @@ unit_value_currency,text,Value of the ``unit/value/currency`` field in the item
classification,text,Hyphenation ``classification/scheme`` and ``classification/id`` in the party object
additionalclassifications_ids,jsonb,Hyphenation of ``scheme`` and ``id`` for each entry of the ``additionalClassifications`` array in the item object
total_additionalclassifications,integer,Length of the ``additionalClassifications`` array in the item object
field_list,jsonb,"All JSON paths in the item object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the item object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/tender_milestones_summary.csv
Expand Up @@ -10,4 +10,4 @@ milestone,jsonb,The milestone object
type,text,Value of the ``type`` field in the milestone object
code,text,Value of the ``code`` field in the milestone object
status,text,Value of the ``status`` field in the milestone object
field_list,jsonb,"All JSON paths in the milestone object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the milestone object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."
2 changes: 1 addition & 1 deletion docs/definitions/tender_summary.csv
Expand Up @@ -44,4 +44,4 @@ total_milestones,bigint,Length of the ``milestones`` array in the tender object
milestone_type_counts,jsonb,JSONB object in which each key is a unique ``type`` value and each value is its number of occurrences in the ``milestones`` array of the tender object
total_items,bigint,Length of the ``items`` array in the tender object
tender,jsonb,The tender object
field_list,jsonb,"All JSON paths in the tender object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices.This column is only available if the --field-lists option is used."
field_list,jsonb,"All JSON paths in the tender object, expressed as a JSONB object in which keys are paths and values are numbers of occurrences. Paths exclude array indices. This column is only available if the --field-lists option is used."

0 comments on commit 1b2d48b

Please sign in to comment.