@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
22 lines (21 loc) • 495 B
JSON
{
"plural": "categories",
"primaryKey": ["name"],
"description": "Categories used to help explore/organise blueprints and plugins",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the category"
},
"label": {
"type": "string",
"description": "The category's display name"
},
"styling": {
"type": "object",
"description": "Any styling applied"
}
},
"required": ["name", "label"]
}