@@ -3,6 +3,7 @@ package schema
// ListModels lists all the models in this schema.
func ListModels() []interface{} {
return []interface{}{
+ &Network{},
&Job{},
}