UNPKG

guv

Version:

Grid Utilization Virgilante

18 lines 392 B
{ "id": "config.json", "$schema": "http://json-schema.org/draft-04/schema", "title": "Guv configuration", "description": "Overall guv configuration", "type": [ "object" ], "properties": { "*": { "$ref": "roleconfig.json", "description": "Global configuration, inherited by each role" } }, "additionalProperties": { "$ref": "roleconfig.json" } }