summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/examples/schema/storing-schemas-as-json/schema.json
blob: 5afc626ccabed63d27ed304552d158d1418b2a0b (plain)
1
2
3
4
5
6
7
8
9
{
  "count": "number",
  "unit": "number",
  "description": "string",
  "links": ["string"],
  "created": "date",
  "additive": "boolean",
  "user_id": "ObjectId"
}