for notes api, the end point list all properties.
{
"name": "api",
"version": "1.0.0",
"description": "api documentation",
"main": "index.js",
"scripts": {
"build": "aglio -i metacategory.apib -o metacategory.html",
"watch": "aglio -i metacategory.apib -s"
},
"author": "",
"license": "ISC",
"devDependencies": {
"aglio": "^2.3.0"
}
}