https://github.com/rootsdev/gedcomx-json-schema
JSON Schema (v4) for GEDCOM X
https://github.com/rootsdev/gedcomx-json-schema
gedcomx genealogy json-schema
Last synced: 4 months ago
JSON representation
JSON Schema (v4) for GEDCOM X
- Host: GitHub
- URL: https://github.com/rootsdev/gedcomx-json-schema
- Owner: rootsdev
- License: mit
- Created: 2016-05-19T14:50:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T00:43:44.000Z (almost 8 years ago)
- Last Synced: 2025-09-14T09:52:46.782Z (9 months ago)
- Topics: gedcomx, genealogy, json-schema
- Language: JavaScript
- Size: 52.7 KB
- Stars: 4
- Watchers: 8
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gedcomx-json-schema
[](https://www.npmjs.com/package/gedcomx-json-schema)
[](https://travis-ci.org/rootsdev/gedcomx-json-schema)
[JSON Schema](http://json-schema.org/) for [GEDCOM X](http://www.gedcomx.org/).
Pairs nicely with validation tools such as [tv4](https://github.com/geraintluff/tv4).
This supports the GEDCOM X Conceptual Model, RS, Atom Extensions, and Records
specs in JSON format.
```js
var tv4 = require('tv4'),
gedxSchema = require('gedcomx-json-schema');
var result = tv4.validateResult(data, gedxSchema);
```