Skip to content

Instantly share code, notes, and snippets.

@mesmacosta
Last active December 11, 2020 17:34
Show Gist options
  • Save mesmacosta/054c0115d486ca3d654b7622d66c2717 to your computer and use it in GitHub Desktop.
Save mesmacosta/054c0115d486ca3d654b7622d66c2717 to your computer and use it in GitHub Desktop.
{
"key": "functions",
"type": "function",
"name": "function_name",
"fields": [
{
"source": "schema_name",
"target": {
"field_name": "schema_name",
"model": "tag",
"type": "string"
}
},
{
"source": "input_parameter_count",
"target": {
"field_name": "input_parameter_count",
"model": "tag",
"type": "double"
}
},
{
"source": "return_value_count",
"target": {
"field_name": "return_value_count",
"model": "tag",
"type": "double"
}
},
{
"source": "definition",
"target": {
"field_name": "definition",
"model": "tag",
"type": "string"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment