UNPKG

@kumologica/builder

Version:

Kumologica build and deploy module

27 lines (25 loc) 538 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "type": { "type": "string" }, "label": { "type": "string" }, "disabled": { "type": "boolean" } }, "required": [ "id", "type" ] } }