1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00
Files
mywebsite/node_modules/mongoose/examples/schema/storing-schemas-as-json/schema.json
2015-06-24 11:18:57 -05:00

10 lines
165 B
JSON

{
"count": "number",
"unit": "number",
"description": "string",
"links": ["string"],
"created": "date",
"additive": "boolean",
"user_id": "ObjectId"
}