- TypeScript-typings for the JSON XMI format. Could use json-schema-to-typescript for that.
- A Jackson-binding for JSON Schema.
- Validate on the CLI.
- A mapping that maps an Ecore to precise XML and JSON Schemas: descent.
- A (standalone) Web editor for Ecore.
- … Implementations of Ecore (and XMI, as generation target) in JetBrains' MPS.
- Use Xcore to conveniently author Ecore models outside of Eclipse.
- Make a comparison between Ecore and the MPS Structure language.
- Make proper division, with documents separate.
- Set up a testing ground for EMF, using Maven. Use that to quickly generate example models, test, and experiment.
- Make EMF/Ecore-based services (validation, generation, etc.) available through AWS Lambda.
- Use https://www.npmjs.com/package/xml-js to read/write XMI to/from JSON.