Documentation can be generated from the schema and sometimes schema can be useful for internal machinery. Having an attribute private could tell the generator to leave an attribute out of the doc.
test: {
private: true,
description: `
This is some description to make sure this parameters can not be overriden.
`,
transform() {
return null
}
}
Documentation can be generated from the schema and sometimes schema can be useful for internal machinery. Having an attribute private could tell the generator to leave an attribute out of the doc.