Skip to content

g0v/g0v.json

Repository files navigation

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