Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative formats for MDF_0 #132

Open
Shanka123 opened this issue Sep 1, 2021 · 0 comments
Open

Alternative formats for MDF_0 #132

Shanka123 opened this issue Sep 1, 2021 · 0 comments

Comments

@Shanka123
Copy link
Contributor

CURRENTLY the MDF_0 format :

my_node: {
functions: {
my_function_expression: {
value: “expression”
}
my_function_ontology: {
function: ontology_function_name
args: {arg1: value, arg2: value}
}
}

CLOSEST TO CURRENT STANDARD:

my_node: {
functions: {
my_function_expression: {
value: “expression”
}
my_function_ontology: {
value: {ontology_function_name : {arg1: value, arg2: value…}
}
}

CLEANER BUT NOT AS “STANDARD”:

my_node: {
functions: {
my_function_expression: “expression”
my_function_ontology: {ontology_function_name : {arg1: value, arg2: value…}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants