Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 687 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 687 Bytes

gedcomx-json-schema

npm Build Status

JSON Schema for GEDCOM X. Pairs nicely with validation tools such as tv4.

This supports the GEDCOM X Conceptual Model, RS, Atom Extensions, and Records specs in JSON format.

var tv4 = require('tv4'),
    gedxSchema = require('gedcomx-json-schema');
    
var result = tv4.validateResult(data, gedxSchema);