mili
Version:
Scaffolding with continuous control over the development of the project.
24 lines (23 loc) • 423 B
JSON
{
"type": "object",
"properties": {
"propertyNames": {
"type": "string",
"enum": [
"after-init",
"after-update",
"after-upgrade",
"after-check",
"after-render",
"before-init",
"before-update",
"before-upgrade",
"before-check",
"before-render"
]
},
"additionalProperties": {
"type": "string"
}
}
}