g0v.json

g0v.json schema definition


Keywords
g0v, json, schema
License
MIT
Install
npm install g0v.json@1.0.0

Documentation

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