Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 428 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 428 Bytes

g0v.json

npm version

The metadata specification for g0v projects.

// Get schema by version

import g0vJSON from "g0v.json";

const schema = new g0vJSON("v1").schema();

console.log(schema.properties);

You can kick off a new g0v.json file from this sample g0v.json