open-mhealth-schemas
v1.2.1
Published
A repository of Open mHealth [schemas](http://www.openmhealth.org/documentation/#/schema-docs/overview). This repository also includes sample test data, a validator for that data, and a Java schema SDK.
Downloads
5
Maintainers
Readme
Open mHealth Schema Repository
A repository of Open mHealth schemas. This repository also includes sample test data, a validator for that data, and a Java schema SDK.
Schemas
The schemas are located in the schema directory.
Validator and test data
The validator is a simple application that validates test data against schemas. The test data that it uses is located in the test-data directory.
Java SDK
The Java SDK helps you produce and consume Open mHealth compliant data in your Java, Groovy, and Scala applications.
Tooling
There are a few tools which are well suited to working with the schemas and source code in this repository.
- Git to be able to pull the code
- some text editor, preferably one that can do syntax highlighting for JSON documents
- Atom if you're comfortable with command line Git
- Atom and SourceTree if you're not comfortable with command-line Git
- IntelliJ IDEA Community Edition for a full IDE with Git integration