Skip to content

Commit 58c66e7

Browse files
committed
docs: docuent identifiers.json
1 parent d3df434 commit 58c66e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specification/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ For now the code in ../query is implemented by hand.
77
The current specifications are layed out as follows:
88
- query_parameters.json: many of the parameters are shared across query functions. Specifying them here allows a single source of truth for what a "symbol" is
99
- function/*.json: each of these files contains a list of function=X specifications and the additional query parameters supported by X
10-
- identifiers.json: maps string literals from the API (column names, query parameter keys or query parameter values) to Go identifiers
10+
- identifiers.json: maps string literals from the API (column names, query parameter keys or query parameter values) to Go identifiers. The first value is a public identifier the second is a private identifier.
1111

1212

1313
The Go files specification.go and specification_test.go help with structural and referential integrity of the JSON files.

0 commit comments

Comments
 (0)