UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

26 lines (25 loc) 345 B
{ "type": "object", "required": [ "key", "filepath", "sections" ], "properties": { "key": { "type": "string" }, "filepath": { "type": "string" }, "encoding": { "type": "string" }, "sections": { "type": "array", "items": { "type": "string" } } } }