Skip to content

Instantly share code, notes, and snippets.

@dimitrispaxinos
Created September 4, 2023 11:44
Show Gist options
  • Save dimitrispaxinos/efc7efb3ec78970ca33e347dfec3bb34 to your computer and use it in GitHub Desktop.
Save dimitrispaxinos/efc7efb3ec78970ca33e347dfec3bb34 to your computer and use it in GitHub Desktop.
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