forked from jpcamara/Goson
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Given a jschema type defined like so:
{
"typedefs@" : {
"ModuleMode" : { "enum" : [ "foo", "bar" ] }
},
"Modules" : [
{
"mode" : "ModuleMode",
"path" : "string"
}
]
}
I would like to be able to import the Module type, so that I can pass each Module object in the list on to other functions/classes.
Metadata
Metadata
Assignees
Labels
No labels