All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.source-specific.json Maven / Gradle / Ivy

The newest version!
{
    "nodeTypes" : [
	{"id" : 511, "name" : "COMMENT",
	 "keys" : ["LINE_NUMBER", "CODE"],
	 "comment" : "A comment",
	 "outEdges" : []
	},

	{"name" : "FILE",
	 "outEdges" : [
	  {"edgeName": "AST", "inNodes": ["COMMENT"]}
	 ]
	}
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy