Created
September 4, 2023 11:44
-
-
Save dimitrispaxinos/efc7efb3ec78970ca33e347dfec3bb34 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let schema = [ | |
| {name: 'alpha_two_code', label: 'Alpha Two Code', dataType: 'STRING', semantics: {conceptType: 'DIMENSION'}}, | |
| {name: 'country', label: 'Country', dataType: 'STRING', semantics: {conceptType: 'DIMENSION'}}, | |
| {name: 'name', label: 'Name', dataType: 'STRING', semantics: {conceptType: 'DIMENSION'}}, | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment